diff options
author | Florian Vaussard <florian.vaussard@gmail.com> | 2017-02-27 19:39:47 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2017-03-07 00:54:58 +0300 |
commit | 0c9ff6158655ee40485a6ec0858549562013f29b (patch) | |
tree | 9e74565579c569d3a81809d9713b498405077947 /arch/arm/boot/dts/socfpga.dtsi | |
parent | 332ddfab426ebe677be313444e450c382e2bc309 (diff) | |
download | linux-0c9ff6158655ee40485a6ec0858549562013f29b.tar.xz |
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.dtsi')
-rw-r--r-- | arch/arm/boot/dts/socfpga.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi index 4dda6d8a0e90..25a68af8185d 100644 --- a/arch/arm/boot/dts/socfpga.dtsi +++ b/arch/arm/boot/dts/socfpga.dtsi @@ -678,7 +678,7 @@ status = "disabled"; }; - eccmgr: eccmgr@ffd08140 { + eccmgr: eccmgr { compatible = "altr,socfpga-ecc-manager"; #address-cells = <1>; #size-cells = <1>; @@ -879,7 +879,7 @@ dma-names = "tx", "rx"; }; - usbphy0: usbphy@0 { + usbphy0: usbphy { #phy-cells = <0>; compatible = "usb-nop-xceiv"; status = "okay"; |