]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/pasemi: Fix device_type of Nemo SB600 node.
authorDarren Stevens <darren@stevens-zone.net>
Wed, 31 Aug 2016 12:24:45 +0000 (13:24 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 13 Sep 2016 07:37:08 +0000 (17:37 +1000)
commitf5861efe9023038780a38ab0881a988cf48bbf54
tree614d71932e812495b3cdbc877e2c7fff462465db
parent452f23ef99fd1b4c76b45b1d3879b96bb56d6964
powerpc/pasemi: Fix device_type of Nemo SB600 node.

The of_node for the SB600 (io-bridge) has its device_type set to
'io-bridge' Set it to 'isa' so that it can be found by
isa_bridge_find_early() instead of using patches in the kernel.

Signed-off-by: Darren Stevens <darren@stevens-zone.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/prom_init.c