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

Commit 31db7c5f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add NTN_CLK_SYNC pin for msm8996 agave and auto cdp board"

parents 4d55e872 92d3ea46
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -896,6 +896,8 @@
		compatible = "qcom,ntn_avb";

		ntn-rst-gpio = <&pm8994_gpios 13 0>;
		pinctrl-names = "default";
		pinctrl-0 = <&ntn_clk_sync>;

		vdd-ntn-hsic-supply = <&pm8994_l25>;
		vdd-ntn-pci-supply = <&pm8994_s4>;
+2 −0
Original line number Diff line number Diff line
@@ -661,6 +661,8 @@
		compatible = "qcom,ntn_avb";

		ntn-rst-gpio = <&pm8994_gpios 13 0>;
		pinctrl-names = "default";
		pinctrl-0 = <&ntn_clk_sync>;

		vdd-ntn-hsic-supply = <&pm8994_l25>;
		vdd-ntn-pci-supply = <&pm8994_s4>;
+14 −0
Original line number Diff line number Diff line
@@ -2773,5 +2773,19 @@
				};
			};
		};

		ntn_clk_sync: ntn_clk_sync {
			mux {
				pins = "gpio69";
				function = "gpio";
			};

			config {
				pins = "gpio69";
				drive-strength = <8>; /* 8 mA */
				output-low;
				bias-pull-down;         /* PULL down */
			};
		};
	};
};