From 35aae0735cd65952af1046264dc1f6251a0abf5f Mon Sep 17 00:00:00 2001
From: Karl Palsson <karlp@etactica.com>
Date: Mon, 28 May 2018 14:01:01 +0000
Subject: [PATCH] ath79: ar9330.dtsi: fix typo in USB unit name

Make the unitname match the reg address.  This fixes a DTC warning.

Tested that USB is still functional on an ar9331 device including this
dtsi.

Signed-off-by: Karl Palsson <karlp@etactica.com>
---
 target/linux/ath79/dts/ar9330.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ath79/dts/ar9330.dtsi b/target/linux/ath79/dts/ar9330.dtsi
index 0c3035489d..3d3dd87f9b 100644
--- a/target/linux/ath79/dts/ar9330.dtsi
+++ b/target/linux/ath79/dts/ar9330.dtsi
@@ -76,7 +76,7 @@
 			};
 		};
 
-		usb: usb@1b000100 {
+		usb: usb@1b000000 {
 			compatible = "chipidea,usb2";
 			reg = <0x1b000000 0x200>;
 
-- 
2.30.2