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>
openwrt-19.07
Karl Palsson 2018-05-28 14:01:01 +00:00 committed by John Crispin
parent 1588114cf2
commit 35aae0735c
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
};
};
usb: usb@1b000100 {
usb: usb@1b000000 {
compatible = "chipidea,usb2";
reg = <0x1b000000 0x200>;