]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: sun6i: Fix OHCI2 node name
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 20 May 2014 11:59:58 +0000 (13:59 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 22 May 2014 08:44:22 +0000 (10:44 +0200)
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>
arch/arm/boot/dts/sun6i-a31.dtsi

index 4155fc43ecffea3fdda8840590a98bc2e82c8e4e..0f4ea4990d2c28583d119a4a31f41d0a079cb47d 100644 (file)
                        status = "disabled";
                };
 
-               ohci2: usb@01c1c000 {
+               ohci2: usb@01c1c400 {
                        compatible = "allwinner,sun6i-a31-ohci", "generic-ohci";
                        reg = <0x01c1c400 0x100>;
                        interrupts = <0 77 4>;