Merge "ARM: dts: msm: Enable Linear redriver on sun QRD"

This commit is contained in:
qctecmdr
2024-01-04 14:24:21 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -223,7 +223,53 @@
usb-repeater = <&pmih010x_eusb2_repeater>; usb-repeater = <&pmih010x_eusb2_repeater>;
}; };
&qupv3_se5_i2c {
status = "ok";
#address-cells = <1>;
#size-cells = <0>;
redriver: redriver@1c {
compatible = "onnn,redriver";
reg = <0x1c>;
vdd-supply = <&L15B>;
lane-channel-swap;
eq = /bits/ 8 <
/* Parameters for USB */
0x4 0x4 0x4 0x4
/* Parameters for DP */
0x4 0x6 0x6 0x4>;
flat-gain = /bits/ 8 <
/* Parameters for USB */
0x3 0x1 0x1 0x3
/* Parameters for DP */
0x0 0x3 0x3 0x0>;
output-comp = /bits/ 8 <
/* Parameters for USB */
0x3 0x3 0x3 0x3
/* Parameters for DP */
0x3 0x3 0x3 0x3>;
loss-match = /bits/ 8 <
/* Parameters for USB */
0x1 0x3 0x3 0x1
/* Parameters for DP */
0x3 0x3 0x3 0x3>;
};
};
&usb_qmp_dp_phy {
pinctrl-names = "unused";
};
&usb0 { &usb0 {
pinctrl-names = "default";
pinctrl-0 = <&usb3phy_portselect_gpio>;
gpios = <&tlmm 61 0>;
ssusb_redriver = <&redriver>;
usb-role-switch; usb-role-switch;
port { port {
usb_port0: endpoint { usb_port0: endpoint {
@@ -269,5 +315,4 @@
st,touch-type = "primary"; st,touch-type = "primary";
}; };
}; };