Commit 66b77a75 authored by Dmitry Eremin-Solenikov's avatar Dmitry Eremin-Solenikov Committed by Kumar Gala

powerpc/mpc8349emitx: mark localbus as compatible with simple-bus

Signed-off-by: default avatarDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 385c056b
...@@ -390,7 +390,8 @@ localbus@e0005000 { ...@@ -390,7 +390,8 @@ localbus@e0005000 {
#address-cells = <2>; #address-cells = <2>;
#size-cells = <1>; #size-cells = <1>;
compatible = "fsl,mpc8349e-localbus", compatible = "fsl,mpc8349e-localbus",
"fsl,pq2pro-localbus"; "fsl,pq2pro-localbus",
"simple-bus";
reg = <0xe0005000 0xd8>; reg = <0xe0005000 0xd8>;
ranges = <0x0 0x0 0xfe000000 0x1000000 /* flash */ ranges = <0x0 0x0 0xfe000000 0x1000000 /* flash */
0x1 0x0 0xf8000000 0x20000 /* VSC 7385 */ 0x1 0x0 0xf8000000 0x20000 /* VSC 7385 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment