]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit687e16bc2f9231334942cc41febc27d666b07299
tree614d71932e812495b3cdbc877e2c7fff462465db
parent50246787655d41faea35a83031c47c429144d531
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