]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: Fix typo for dm816x usb0_pins
authorTony Lindgren <tony@atomide.com>
Thu, 19 Mar 2015 16:14:35 +0000 (09:14 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 19 Mar 2015 16:14:35 +0000 (09:14 -0700)
Commit a54879a00859 ("ARM: dts: Fix USB dts configuration for dm816x")
attempted to fix the USB features introduced by commit 7800064ba507
("ARM: dts: Add basic dm816x device tree configuration") but obviously
I did not read the dmesg as more USB issues still keep trickling in.

It should be usb1_pins instead not usb0_pins for the second interface
to avoid warnings from pinctrl framework.

Cc: Brian Hutchinson <b.hutchman@gmail.com>
Cc: Felipe Balbi <balbi@ti.com>
Cc: Matthijs van Duin <matthijsvanduin@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dm8168-evm.dts

index d3a29c1b841727f58200a37ac14b03e96a18cdd2..c8dff386ab92a5567a825f4800e8f0f906e6f6a0 100644 (file)
 
        usb0_pins: pinmux_usb0_pins {
                pinctrl-single,pins = <
-                       DM816X_IOPAD(0x0d00, MUX_MODE0)                 /* USB0_DRVVBUS */
+                       DM816X_IOPAD(0x0d04, MUX_MODE0)                 /* USB0_DRVVBUS */
                >;
        };
 
-       usb1_pins: pinmux_usb0_pins {
+       usb1_pins: pinmux_usb1_pins {
                pinctrl-single,pins = <
-                       DM816X_IOPAD(0x0d04, MUX_MODE0)                 /* USB1_DRVVBUS */
+                       DM816X_IOPAD(0x0d08, MUX_MODE0)                 /* USB1_DRVVBUS */
                >;
        };
 };