mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix a typo in the third address of the reg property for the usbphy node.
MFC after: 1 week
This commit is contained in:
parent
5f101037af
commit
c4df255db7
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@
|
|||
compatible = "allwinner,sun8i-a83t-usb-phy";
|
||||
reg = <0x01c19400 0x2c>,
|
||||
<0x01c1a800 0x4>,
|
||||
<0x01c1a800 0x4>;
|
||||
<0x01c1b800 0x4>;
|
||||
clocks = <&usb_clk 8>,
|
||||
<&usb_clk 9>,
|
||||
<&usb_clk 10>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue