From b4cc2b75ed1d4cf71c74c23d49e8d75d77a96405 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Sun, 17 Jan 2016 17:53:48 -0600 Subject: ARM: dts: LogicPD Torpedo: Set HSUSB0 Pin Mux This patch defines the pin muxing to configure the hsusb0 through the twl4030 PMIC, because we can't always assume the bootloader will do it correctly. Signed-off-by: Adam Ford Signed-off-by: Tony Lindgren --- arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts') diff --git a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts index 703ced2adcca..874ce46cdc0a 100644 --- a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts +++ b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts @@ -378,6 +378,8 @@ /* Wired to the tps65950 on the SOM, only the USB connector is on the devkit */ &usb_otg_hs { + pinctrl-names = "default"; + pinctrl-0 = <&hsusb_otg_pins>; interface-type = <0>; usb-phy = <&usb2_phy>; phys = <&usb2_phy>; -- cgit