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>
This commit is contained in:
parent
1588114cf2
commit
35aae0735c
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
usb: usb@1b000100 {
|
||||
usb: usb@1b000000 {
|
||||
compatible = "chipidea,usb2";
|
||||
reg = <0x1b000000 0x200>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue