powerpc/legacy_serial: Bail if reg-offset/shift properties are present
authorJohn Linn <john.linn@xilinx.com>
Tue, 1 Jul 2008 17:52:41 +0000 (10:52 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 1 Jul 2008 21:12:37 +0000 (15:12 -0600)
commit1e6d1f260611387a7b4e6eae4d1dd6f62e53714d
tree015a78089b3de3fc4746dfa1dd21e8ea050357cf
parent5d1a04110bfc40a86e1387b5f4382addd9aa7fbb
powerpc/legacy_serial: Bail if reg-offset/shift properties are present

The legacy serial driver does not work with an 8250 type UART that is
described in the device tree with the reg-offset and reg-shift
properties.  This change makes legacy_serial ignore these devices.

Signed-off-by: John Linn <john.linn@xilinx.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/powerpc/kernel/legacy_serial.c