diff options
author | Joachim Eastwood <manabian@gmail.com> | 2016-02-27 21:39:03 +0300 |
---|---|---|
committer | Joachim Eastwood <manabian@gmail.com> | 2016-04-04 17:13:31 +0300 |
commit | 472a5a3ddf86725f87432d70462e3ce6dc3996b6 (patch) | |
tree | 0d3892e1735610eb04625b3bcaefb6a770bc7ab2 /arch/arm/boot/dts/lpc18xx.dtsi | |
parent | fae6bd7090283dccc1487b997e6dea4529cbf839 (diff) | |
download | linux-472a5a3ddf86725f87432d70462e3ce6dc3996b6.tar.xz |
ARM: dts: lpc18xx: remove unit addresses from creg childs
DT nodes without reg properties should not have a unit address. This
fixes the following warnings from dtc.
Warning (unit_address_vs_reg): Node /soc/syscon@40043000/phy@004 has a
unit name, but no reg property
Warning (unit_address_vs_reg): Node /soc/syscon@40043000/dma-mux@11c has
a unit name, but no reg property
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/lpc18xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/lpc18xx.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/lpc18xx.dtsi b/arch/arm/boot/dts/lpc18xx.dtsi index fdc991bedd37..fdb736c82045 100644 --- a/arch/arm/boot/dts/lpc18xx.dtsi +++ b/arch/arm/boot/dts/lpc18xx.dtsi @@ -201,13 +201,13 @@ #clock-cells = <1>; }; - usb0_otg_phy: phy@004 { + usb0_otg_phy: phy { compatible = "nxp,lpc1850-usb-otg-phy"; clocks = <&ccu1 CLK_USB0>; #phy-cells = <0>; }; - dmamux: dma-mux@11c { + dmamux: dma-mux { compatible = "nxp,lpc1850-dmamux"; #dma-cells = <3>; dma-requests = <64>; |