提交 0c9ff615 编写于 作者: F Florian Vaussard 提交者: Dinh Nguyen

ARM: dts: socfpga: Remove unneeded unit names

Node eccmgr has a unit name, but do not have a reg property as only the
child nodes do have this property. Likewise the usbphy node do not have
a reg property. This will trigger the following warnings when compiled
with W=1:

Node /soc/eccmgr@ffd08140 has a unit name, but no reg property
Node /soc/usbphy@0 has a unit name, but no reg property

Remove the superfluous unit names.
Signed-off-by: NFlorian Vaussard <florian.vaussard@heig-vd.ch>
Signed-off-by: NDinh Nguyen <dinguyen@kernel.org>
上级 332ddfab
...@@ -678,7 +678,7 @@ ...@@ -678,7 +678,7 @@
status = "disabled"; status = "disabled";
}; };
eccmgr: eccmgr@ffd08140 { eccmgr: eccmgr {
compatible = "altr,socfpga-ecc-manager"; compatible = "altr,socfpga-ecc-manager";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
...@@ -879,7 +879,7 @@ ...@@ -879,7 +879,7 @@
dma-names = "tx", "rx"; dma-names = "tx", "rx";
}; };
usbphy0: usbphy@0 { usbphy0: usbphy {
#phy-cells = <0>; #phy-cells = <0>;
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
status = "okay"; status = "okay";
......
...@@ -649,7 +649,7 @@ ...@@ -649,7 +649,7 @@
reg = <0xffe00000 0x40000>; reg = <0xffe00000 0x40000>;
}; };
eccmgr: eccmgr@ffd06000 { eccmgr: eccmgr {
compatible = "altr,socfpga-a10-ecc-manager"; compatible = "altr,socfpga-a10-ecc-manager";
altr,sysmgr-syscon = <&sysmgr>; altr,sysmgr-syscon = <&sysmgr>;
#address-cells = <1>; #address-cells = <1>;
...@@ -806,7 +806,7 @@ ...@@ -806,7 +806,7 @@
status = "disabled"; status = "disabled";
}; };
usbphy0: usbphy@0 { usbphy0: usbphy {
#phy-cells = <0>; #phy-cells = <0>;
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
status = "okay"; status = "okay";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册