summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/socfpga_arria10.dtsi
diff options
context:
space:
mode:
authorFlorian Vaussard2017-02-27 17:39:47 +0100
committerDinh Nguyen2017-03-06 22:54:58 +0100
commit0c9ff6158655ee40485a6ec0858549562013f29b (patch)
tree9e74565579c569d3a81809d9713b498405077947 /arch/arm/boot/dts/socfpga_arria10.dtsi
parentARM: dts: socfpga: Add unit name to memory nodes (diff)
downloadkernel-qcow2-linux-0c9ff6158655ee40485a6ec0858549562013f29b.tar.gz
kernel-qcow2-linux-0c9ff6158655ee40485a6ec0858549562013f29b.tar.xz
kernel-qcow2-linux-0c9ff6158655ee40485a6ec0858549562013f29b.zip
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: Florian Vaussard <florian.vaussard@heig-vd.ch> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/socfpga_arria10.dtsi')
-rw-r--r--arch/arm/boot/dts/socfpga_arria10.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi
index 0332d51cf0e0..4e1f653bf76b 100644
--- a/arch/arm/boot/dts/socfpga_arria10.dtsi
+++ b/arch/arm/boot/dts/socfpga_arria10.dtsi
@@ -649,7 +649,7 @@
reg = <0xffe00000 0x40000>;
};
- eccmgr: eccmgr@ffd06000 {
+ eccmgr: eccmgr {
compatible = "altr,socfpga-a10-ecc-manager";
altr,sysmgr-syscon = <&sysmgr>;
#address-cells = <1>;
@@ -806,7 +806,7 @@
status = "disabled";
};
- usbphy0: usbphy@0 {
+ usbphy0: usbphy {
#phy-cells = <0>;
compatible = "usb-nop-xceiv";
status = "okay";