diff options
author | Mans Rullgard <mans@mansr.com> | 2020-12-10 01:09:03 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-01-07 06:27:10 +0300 |
commit | c8ed7211bf12642ff063f4e71bb902c48b0b304b (patch) | |
tree | f4900fb5c1916e6301d0135c3f4b8024e7ceac64 /arch | |
parent | 2c62f908c08e03c7c4425dc373ca77a28619e40e (diff) | |
download | linux-c8ed7211bf12642ff063f4e71bb902c48b0b304b.tar.xz |
ARM: dts: imx28: add pinmux for USB1 overcurrent on pwm2
Add pinmux setting for USB1 overcurrent on pwm2 pad.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index bbe52150b165..84d0176d5193 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -948,6 +948,16 @@ fsl,pull-up = <MXS_PULL_DISABLE>; }; + usb1_pins_b: usb1@1 { + reg = <1>; + fsl,pinmux-ids = < + MX28_PAD_PWM2__USB1_OVERCURRENT + >; + fsl,drive-strength = <MXS_DRIVE_12mA>; + fsl,voltage = <MXS_VOLTAGE_HIGH>; + fsl,pull-up = <MXS_PULL_DISABLE>; + }; + usb0_id_pins_a: usb0id@0 { reg = <0>; fsl,pinmux-ids = < |