ARM: dts: msm: Enable nb7vpq904m redriver on Tuna QRD platfrom

Add nb7vpq904m related configurations including i2c device,
pinctrl, gpio and register sequences.

Change-Id: I7352cee2cc95830e4d6a3ee5859e0cb4bbaf39c7
Signed-off-by: Uttkarsh Aggarwal <quic_uaggarwa@quicinc.com>
This commit is contained in:
Uttkarsh Aggarwal
2024-11-25 16:43:04 +05:30
parent 09aecebe0c
commit b96b2b2d25

View File

@@ -122,6 +122,53 @@
/delete-node/ sys-therm-11;
};
&usb0 {
qcom,wcd_usbss = <&wcd_usbss>;
&qupv3_se5_i2c {
status = "ok";
#address-cells = <1>;
#size-cells = <0>;
redriver: redriver@1c {
compatible = "onnn,redriver";
reg = <0x1c>;
vdd-supply = <&L7B>;
lane-channel-swap;
eq = /bits/ 8 <
/* Parameters for USB */
0x4 0x4 0x4 0x4
/* Parameters for DP */
0x5 0x7 0x7 0x5>;
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 {
pinctrl-names = "default";
pinctrl-0 = <&usb3phy_portselect_gpio>;
gpios = <&tlmm 122 0>;
ssusb_redriver = <&redriver>;
qcom,wcd_usbss = <&wcd_usbss>;
};