Commit 472a5a3d authored by Joachim Eastwood's avatar Joachim Eastwood

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: default avatarJoachim Eastwood <manabian@gmail.com>
parent fae6bd70
......@@ -201,13 +201,13 @@ creg_clk: clock-controller {
#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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment