Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9598babc authored by Marco Franchi's avatar Marco Franchi Committed by Shawn Guo
Browse files

ARM: dts: imx53: Fix 'usbphy@x' node with unit name and no reg property



The following build warnings are seen with W=1:

Warning (unit_address_vs_reg): Node /soc/aips@50000000/usbphy@0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /soc/aips@50000000/usbphy@1 has a unit name, but no reg property

Fix these warnings by changing '@' to '-'.

Signed-off-by: default avatarMarco Franchi <marco.franchi@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 6ab9123e
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -299,14 +299,14 @@
				reg = <0x53f00000 0x60>;
				reg = <0x53f00000 0x60>;
			};
			};


			usbphy0: usbphy@0 {
			usbphy0: usbphy-0 {
				compatible = "usb-nop-xceiv";
				compatible = "usb-nop-xceiv";
				clocks = <&clks IMX5_CLK_USB_PHY1_GATE>;
				clocks = <&clks IMX5_CLK_USB_PHY1_GATE>;
				clock-names = "main_clk";
				clock-names = "main_clk";
				status = "okay";
				status = "okay";
			};
			};


			usbphy1: usbphy@1 {
			usbphy1: usbphy-1 {
				compatible = "usb-nop-xceiv";
				compatible = "usb-nop-xceiv";
				clocks = <&clks IMX5_CLK_USB_PHY2_GATE>;
				clocks = <&clks IMX5_CLK_USB_PHY2_GATE>;
				clock-names = "main_clk";
				clock-names = "main_clk";