diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-07-19 04:53:44 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-10-07 00:32:57 -0400 |
commit | c88f92a261e7637bcd9d1c9802e61eeda2f125d8 (patch) | |
tree | a0e828f3ca7d62b84580e3a8d754f3069c5b7c92 /arch/powerpc | |
parent | c72fa7df3758c047660e27c34dfd2f9a14181c53 (diff) |
powerpc/85xx: ksi8560 - declare that localbus is compatbile with simple-bus
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/boot/dts/ksi8560.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/ksi8560.dts b/arch/powerpc/boot/dts/ksi8560.dts index bdb7fc0fa332..296c572ea605 100644 --- a/arch/powerpc/boot/dts/ksi8560.dts +++ b/arch/powerpc/boot/dts/ksi8560.dts | |||
@@ -306,7 +306,7 @@ | |||
306 | localbus@fdf05000 { | 306 | localbus@fdf05000 { |
307 | #address-cells = <2>; | 307 | #address-cells = <2>; |
308 | #size-cells = <1>; | 308 | #size-cells = <1>; |
309 | compatible = "fsl,mpc8560-localbus"; | 309 | compatible = "fsl,mpc8560-localbus", "simple-bus"; |
310 | reg = <0xfdf05000 0x68>; | 310 | reg = <0xfdf05000 0x68>; |
311 | 311 | ||
312 | ranges = <0x0 0x0 0xe0000000 0x00800000 | 312 | ranges = <0x0 0x0 0xe0000000 0x00800000 |