From: Karl Palsson Date: Mon, 28 May 2018 14:01:01 +0000 (+0000) Subject: ath79: ar9330.dtsi: fix typo in USB unit name X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=35aae0735cd65952af1046264dc1f6251a0abf5f;p=openwrt%2Fstaging%2Fzorun.git 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 --- 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>;