mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] DTS ARM: i.MX50: resolve warning
@ 2018-06-08 18:46 Alexander Kurz
  2018-06-11  6:47 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Kurz @ 2018-06-08 18:46 UTC (permalink / raw)
  To: barebox, Sascha Hauer; +Cc: Alexander Kurz

Resolve the warning "node has a unit name, but no reg property".

Signed-off-by: Alexander Kurz <akurz@blala.de>
---
 arch/arm/dts/imx50.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/imx50.dtsi b/arch/arm/dts/imx50.dtsi
index 8737d4f33..c3804cfdc 100644
--- a/arch/arm/dts/imx50.dtsi
+++ b/arch/arm/dts/imx50.dtsi
@@ -3,14 +3,14 @@
 / {
 	soc {
 		aips@50000000 { /* AIPS1 */
-			usbphy0: usbphy@0 {
+			usbphy0: usbphy0 {
 				compatible = "usb-nop-xceiv";
 				clocks = <&clks IMX5_CLK_USB_PHY1_GATE>;
 				clock-names = "main_clk";
 				status = "okay";
 			};
 
-			usbphy1: usbphy@1 {
+			usbphy1: usbphy1 {
 				compatible = "usb-nop-xceiv";
 				clocks = <&clks IMX5_CLK_USB_PHY2_GATE>;
 				clock-names = "main_clk";
-- 
2.11.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-11  6:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-08 18:46 [PATCH] DTS ARM: i.MX50: resolve warning Alexander Kurz
2018-06-11  6:47 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox