ARM: dts: colibri-imx6: move vbus-supply to module level device tree

Move USB VBUS supply from single carrier board to module level device
tree. This pin is as per Colibri module family standard.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Marcel Ziswiler
2022-09-28 09:33:33 +02:00
committed by Shawn Guo
parent fecd4624de
commit 3904b814e6
4 changed files with 7 additions and 5 deletions

View File

@@ -99,7 +99,6 @@
}; };
&usbh1 { &usbh1 {
vbus-supply = <&reg_usb_host_vbus>;
status = "okay"; status = "okay";
}; };

View File

@@ -111,7 +111,6 @@
}; };
&usbh1 { &usbh1 {
vbus-supply = <&reg_usb_host_vbus>;
status = "okay"; status = "okay";
}; };

View File

@@ -138,7 +138,6 @@
}; };
&usbh1 { &usbh1 {
vbus-supply = <&reg_usb_host_vbus>;
status = "okay"; status = "okay";
}; };

View File

@@ -112,7 +112,7 @@
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>; /* USBH_PEN */ gpio = <&gpio3 31 GPIO_ACTIVE_HIGH>; /* 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>;
@@ -677,6 +677,11 @@
status = "disabled"; status = "disabled";
}; };
/* Colibri USBH */
&usbh1 {
vbus-supply = <&reg_usb_host_vbus>;
};
/* Colibri USBC */ /* Colibri USBC */
&usbotg { &usbotg {
disable-over-current; disable-over-current;
@@ -995,7 +1000,7 @@
pinctrl_regulator_usbh_pwr: gpioregusbhpwrgrp { pinctrl_regulator_usbh_pwr: gpioregusbhpwrgrp {
fsl,pins = < fsl,pins = <
/* USBH_EN */ /* SODIMM 129 / USBH_PEN */
MX6QDL_PAD_EIM_D31__GPIO3_IO31 0x0f058 MX6QDL_PAD_EIM_D31__GPIO3_IO31 0x0f058
>; >;
}; };