ARM: sun6i: Fix OHCI2 node name
The unit-address doesn't match the reg property. Since the reg property is correct, change the unit-address accordingly. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
a9bfb5f8b2
commit
b294ebbc0d
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
ohci2: usb@01c1c000 {
|
ohci2: usb@01c1c400 {
|
||||||
compatible = "allwinner,sun6i-a31-ohci", "generic-ohci";
|
compatible = "allwinner,sun6i-a31-ohci", "generic-ohci";
|
||||||
reg = <0x01c1c400 0x100>;
|
reg = <0x01c1c400 0x100>;
|
||||||
interrupts = <0 77 4>;
|
interrupts = <0 77 4>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue