]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] Fix legacy serial search for opb bus ports
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 5 Feb 2008 12:01:50 +0000 (23:01 +1100)
committerPaul Mackerras <paulus@samba.org>
Wed, 6 Feb 2008 05:30:00 +0000 (16:30 +1100)
commitf5903ede0015db5b53458092b6ae2af074fa49d4
tree43f9e2bc9e1f8d4eceb57b373a44c33e5effe261
parentad7f71674ad7c3c4467e48f6ab9e85516dae2720
[POWERPC] Fix legacy serial search for opb bus ports

The patch to legacy_serial.c (1a7507c7da2df6856e085e0fbb0c9ea8c12ac4e,
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>
arch/powerpc/kernel/legacy_serial.c