Files
android_kernel_xiaomi_sm8450/arch/powerpc/kernel
Michael Ellerman f5903ede00 [POWERPC] Fix legacy serial search for opb bus ports
The patch to legacy_serial.c (1a7507c7da,
Reduce code duplication in legacy_serial, add UART parent types) changed
the semantics for opb ports from type = "opb" || compatible = "ibm,opb"
to type = "opb" && compatible = "ibm,opb".

The result is serial ports on our QS21s (Cell blades) don't get found,
and for some reason the machine doesn't boot at all - possibly it's
panicking due to lack of a console?

The fix is to add two entries to the of_device_id table, one that looks
for type = "opb" and the other compatible = "ibm,opb".

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Acked-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2008-02-06 16:30:00 +11:00
..
2007-05-11 05:38:25 -04:00
2007-10-19 23:22:55 +02:00
2008-01-25 22:52:50 +11:00
2007-10-19 23:22:55 +02:00
2007-10-16 09:43:10 -07:00
2007-05-08 13:40:31 +10:00
2006-08-08 17:08:56 +10:00
2008-01-30 13:30:51 +01:00
2007-10-17 08:42:55 -07:00
2007-10-17 08:42:55 -07:00
2008-01-28 23:21:18 +01:00
2007-10-11 14:36:47 +10:00