From 1a7507c7da2df6856e085e0fbb0c9ea8c12ac4e2 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Thu, 24 Jan 2008 11:59:12 -0500 Subject: [PATCH] [POWERPC] Reduce code duplication in legacy_serial, add UART parent types The legacy_serial was treating each UART parent in a separate code block. Rather than continue this trend for the new parent IDs, this condenses all (soc, tsi, opb, plus two more new types) into one of_device_id array. The new types are wrs,epld-localbus for the Wind River sbc8560, and a more generic "simple-bus" as requested by Scott Wood. Signed-off-by: Paul Gortmaker Signed-off-by: Kumar Gala --- Reading git-format-patch failed