ARM: dts: kirkwood: Fixup pcie DT warnings
PCIe has a range property, so the unit name should contain an address. Make use of the label to enable individual PCIe busses. Also, fixup the synology dtsi file which added a label pcie2 rather than using the existing pcie1 label. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
committed by
Gregory CLEMENT
parent
8b1750de6a
commit
eb13cf8345
@@ -16,17 +16,8 @@
|
||||
#include "kirkwood-ts219.dtsi"
|
||||
#include "kirkwood-ts419.dtsi"
|
||||
|
||||
/ {
|
||||
mbus {
|
||||
pcie-controller {
|
||||
status = "okay";
|
||||
|
||||
pcie@2,0 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
ðphy0 { reg = <0>; };
|
||||
ðphy1 { reg = <1>; };
|
||||
|
||||
&pciec { status = "okay"; };
|
||||
&pcie1 { status = "okay"; };
|
||||
|
||||
Reference in New Issue
Block a user