ath79: ar9330.dtsi: fix typo in USB unit name
authorKarl Palsson <karlp@etactica.com>
Mon, 28 May 2018 14:01:01 +0000 (14:01 +0000)
committerJohn Crispin <john@phrozen.org>
Fri, 8 Jun 2018 07:56:27 +0000 (09:56 +0200)
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

index 0c3035489d3c0687229cfb75dffb07b78af34835..3d3dd87f9b2f2622944d0bd692b96aae9fb1bac2 100644 (file)
@@ -76,7 +76,7 @@
                        };
                };
 
-               usb: usb@1b000100 {
+               usb: usb@1b000000 {
                        compatible = "chipidea,usb2";
                        reg = <0x1b000000 0x200>;