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

Commit bfbf26b6 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: correct the I2C pin config for mdmfermium"

parents a95db79a e5969ba5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -123,8 +123,8 @@
		};


		i2c4 {
			i2c4_default: i2c4_default {
		i2c_4 {
			i2c_4_active: i2c_4_active {
				/* active state */
				mux {
					pins = "gpio18", "gpio19";
@@ -137,7 +137,7 @@
				};
			};

			i2c4_sleep: i2c4_sleep {
			i2c_4_sleep: i2c_4_sleep {
				/* suspended state */
				mux {
					pins = "gpio18", "gpio19";
+3 −3
Original line number Diff line number Diff line
@@ -366,9 +366,9 @@
		clocks = <&clock_gcc clk_gcc_blsp1_ahb_clk>,
			<&clock_gcc clk_gcc_blsp1_qup4_i2c_apps_clk>;

		pinctrl-names = "i2c_default", "i2c_sleep";
		pinctrl-0 = <&i2c4_default>;
		pinctrl-1 = <&i2c4_sleep>;
		pinctrl-names = "i2c_active", "i2c_sleep";
		pinctrl-0 = <&i2c_4_active>;
		pinctrl-1 = <&i2c_4_sleep>;
		qcom,noise-rjct-scl = <0>;
		qcom,noise-rjct-sda = <0>;
		qcom,master-id = <86>;