ARM: dts: armada-375: Fixup pcie DT warnings
PCIe has a range property, so the unit name should contain an address. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
parent
6b15260482
commit
5eacabfe94
|
@ -580,7 +580,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
pciec: pcie-controller {
|
pciec: pcie-controller@82000000 {
|
||||||
compatible = "marvell,armada-370-pcie";
|
compatible = "marvell,armada-370-pcie";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
device_type = "pci";
|
device_type = "pci";
|
||||||
|
|
Loading…
Reference in New Issue