Commit 63d217e9 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Shawn Guo

ARM: dts: colibri-imx6: specify usbh_pen gpio being active-low

Specify USBH_PEN GPIO being active-low rather than active-high.

Note that this should not have any functional impact as for fixed
regulators the regular GPIO polarity is ignored and a true active-high
enable GPIO would need an additional enable-active-high property which
is/was not the case here. However, this may be rather confusing which
this patch fixes.
Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 3904b814
...@@ -112,7 +112,7 @@ reg_module_3v3_audio: regulator-module-3v3-audio { ...@@ -112,7 +112,7 @@ reg_module_3v3_audio: regulator-module-3v3-audio {
reg_usb_host_vbus: regulator-usb-host-vbus { reg_usb_host_vbus: regulator-usb-host-vbus {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
gpio = <&gpio3 31 GPIO_ACTIVE_HIGH>; /* SODIMM 129 / USBH_PEN */ gpio = <&gpio3 31 GPIO_ACTIVE_LOW>; /* SODIMM 129 / USBH_PEN */
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_regulator_usbh_pwr>; pinctrl-0 = <&pinctrl_regulator_usbh_pwr>;
regulator-max-microvolt = <5000000>; regulator-max-microvolt = <5000000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment