Skip to content
Snippets Groups Projects
Commit 57e8e7c6 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

arm64:dts:tr8p: Fix power supply of usb3_phy1

parent 1008b4c8
No related branches found
No related tags found
1 merge request!494Additional changes from the merge of the HAM / WUP states of the Trizeps VIII Plus
Pipeline #121247 passed with stage
in 24 seconds
......@@ -752,13 +752,16 @@ MX8MP_IOMUXC_GPIO1_IO14__USB2_PWR 0x19
};
};
/*
* @TODO: According to WUP, the amp-tune and vref-tune properties
* break the power supply. Disabling them fixes this for now.
* However, we have to check why they are used in the first place
* and why they break it.
*/
&usb3_phy1 {
vbus-power-source = <&reg_usbhost_pwr>;
//vbus-supply = <&reg_usbhost_pwr>;
disable-over-current;
// from guf version
fsl,phy-tx-preemp-amp-tune = <3>;
fsl,phy-tx-vref-tune = <0xb>;
status = "okay";
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment