forked from Minki/linux
ARM: dts: kirkwood: Add address to mbus unit name
The mbus node has a ranges property. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
parent
57910a3e0e
commit
5d7fd65633
@ -1,5 +1,5 @@
|
||||
/ {
|
||||
mbus {
|
||||
mbus@f1000000 {
|
||||
pciec: pcie-controller@82000000 {
|
||||
compatible = "marvell,kirkwood-pcie";
|
||||
status = "disabled";
|
||||
|
@ -1,5 +1,5 @@
|
||||
/ {
|
||||
mbus {
|
||||
mbus@f1000000 {
|
||||
pciec: pcie-controller@82000000 {
|
||||
compatible = "marvell,kirkwood-pcie";
|
||||
status = "disabled";
|
||||
|
@ -1,5 +1,5 @@
|
||||
/ {
|
||||
mbus {
|
||||
mbus@f1000000 {
|
||||
pciec: pcie-controller@82000000 {
|
||||
compatible = "marvell,kirkwood-pcie";
|
||||
status = "disabled";
|
||||
|
@ -1,5 +1,5 @@
|
||||
/ {
|
||||
mbus {
|
||||
mbus@f1000000 {
|
||||
pciec: pcie-controller@82000000 {
|
||||
compatible = "marvell,kirkwood-pcie";
|
||||
status = "disabled";
|
||||
|
@ -27,7 +27,7 @@
|
||||
i2c0 = &i2c0;
|
||||
};
|
||||
|
||||
mbus {
|
||||
mbus@f1000000 {
|
||||
compatible = "marvell,kirkwood-mbus", "simple-bus";
|
||||
#address-cells = <2>;
|
||||
#size-cells = <1>;
|
||||
|
Loading…
Reference in New Issue
Block a user