mirror of https://gitee.com/openkylin/linux.git
powerpc/mpc8349emitx: mark localbus as compatible with simple-bus
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
385c056b56
commit
66b77a7540
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue