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

arm64:dts:tr8p: Merge and fix USB3 nodes and pinctrl

parent bcf893e8
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
......@@ -659,7 +659,6 @@ gpio_mcu: tr8mcu-gpios {
#endif
}; // i2c3
&usb3_0 {
status = "okay";
};
......@@ -687,6 +686,8 @@ MX8MP_IOMUXC_GPIO1_IO12__USB1_PWR 0x19
};
&usb3_phy0 {
vbus-power-source = <&reg_usbotg_pwr>;
//vbus-supply = <&reg_usbotg_pwr>;
disable-over-current;
// from guf version
fsl,phy-tx-vref-tune = <0xe>;
......@@ -716,6 +717,8 @@ MX8MP_IOMUXC_GPIO1_IO14__USB2_PWR 0x19
};
&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>;
......@@ -1080,18 +1083,18 @@ pinctrl_tr8mcu: tr8mcugrp {
fsl,pins = < MCU_INT_GPIO PAD_GPIO >; /* MCU Interrupt */
};
pinctrl_usbhost_enable: usbhost-enable {
pinctrl_usbhost_enable: usbhost-enable {
fsl,pins = <
SPIN129_GPIO PAD_GPIO /* USBH_PWR, USB2_PEN */
SPIN131_USB2_OC PAD_GPIO /* USBH_OC, USB2_OC */
>;
>;
};
pinctrl_usbotg_enable: usbotg-enable {
pinctrl_usbotg_enable: usbotg-enable {
fsl,pins = <
SPIN127_GPIO PAD_GPIO /* USBOTG_PWR, USB1_PEN */
SPIN133_USB1_OC PAD_GPIO /* USBOTG_OC, USB1_OC */
>;
>;
};
pinctrl_sd_vsel: sdvselgrp {
......
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