Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90777604 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: enable redriver on shima QRD"

parents e3c0a054 f5abb011
Loading
Loading
Loading
Loading
+14 −0
Original line number Original line Diff line number Diff line
@@ -3080,6 +3080,20 @@
					drive-strength = <2>;
					drive-strength = <2>;
				};
				};
			};
			};

			usb3phy_portselect_gpio: usb3phy_portselect_gpio {
				mux {
					pins = "gpio81";
					function = "gpio";
				};

				config {
					pins = "gpio81";
					drive-strength = <2>;
					bias-pull-up;
					input-enable;
				};
			};
		};
		};


		bt_en_sleep: bt_en_sleep {
		bt_en_sleep: bt_en_sleep {
+38 −0
Original line number Original line Diff line number Diff line
@@ -310,3 +310,41 @@
	pinctrl-1 = <&tert_mi2s_sck_sleep &tert_mi2s_ws_sleep
	pinctrl-1 = <&tert_mi2s_sck_sleep &tert_mi2s_ws_sleep
			&tert_mi2s_sd0_sleep>;
			&tert_mi2s_sd0_sleep>;
};
};

&usb_qmp_dp_phy {
	pinctrl-names = "portselect";
};

&qupv3_se5_i2c {
	status = "ok";

	redriver: redriver@1c {
		compatible = "onnn,redriver";
		reg = <0x1c>;

		pinctrl-names = "enable_gpio";
		pinctrl-0 = <&usb3phy_portselect_gpio>;
		orientation_gpio = <&tlmm 81 0>;

		eq = /bits/ 8 <
				/* Parameters for USB */
				0x4 0x4 0x4 0x4
				/* Parameters for DP */
				0x6 0x4 0x4 0x6>;
		flat-gain = /bits/ 8 <
				/* Parameters for USB */
				0x3 0x1 0x1 0x3
				/* Parameters for DP */
				0x2 0x1 0x1 0x2>;
		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>;
	};
};