mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
arm64: dts: verdin-imx8mp: disable usb port power control
Disable port power control on Verdin USB_1/2 as we use regular fixed-regulators with Verdin USB_1/2_EN as enable GPIOs. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
b1d003f1b7
commit
683c84a63d
|
|
@ -808,6 +808,7 @@ &uart4 {
|
|||
|
||||
/* Verdin USB_1 */
|
||||
&usb3_0 {
|
||||
fsl,disable-port-power-control;
|
||||
fsl,over-current-active-low;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_usb_1_oc_n>;
|
||||
|
|
@ -828,6 +829,10 @@ &usb_dwc3_0 {
|
|||
};
|
||||
|
||||
/* Verdin USB_2 */
|
||||
&usb3_1 {
|
||||
fsl,disable-port-power-control;
|
||||
};
|
||||
|
||||
&usb3_phy1 {
|
||||
vbus-supply = <®_usb2_vbus>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user