diff options
author | Adam Ford <aford173@gmail.com> | 2016-01-18 00:53:48 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-02-12 23:26:02 +0100 |
commit | b4cc2b75ed1d4cf71c74c23d49e8d75d77a96405 (patch) | |
tree | a8ca1237641df489dad4600db43d99469d43074e /arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts | |
parent | ARM: dts: OMAP3-N950-N9: Enable modem (diff) | |
download | linux-b4cc2b75ed1d4cf71c74c23d49e8d75d77a96405.tar.xz linux-b4cc2b75ed1d4cf71c74c23d49e8d75d77a96405.zip |
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 <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts')
-rw-r--r-- | arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts | 2 |
1 files changed, 2 insertions, 0 deletions
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>; |