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

Commit a9b1302b authored by shiwgupt's avatar shiwgupt
Browse files

ARM: dts: qcom: Add cci3 pinctrl gpio for holi

Configure the cci sda , cci scl gpios for cci3 bus.

Change-Id: I722e9dfb2f7c8a301855adf30f9c7cae94783c38
CRs-Fixed: 2733427
parent 7dfe8264
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -688,6 +688,34 @@
			};
		};

		cci3_active: cci3_active {
			mux {
				/* CLK, DATA */
				pins = "gpio2", "gpio3";
				function = "CCI_I2C";
			};

			config {
				pins = "gpio2", "gpio3";
				bias-pull-up; /* PULL UP*/
				drive-strength = <2>; /* 2 MA */
			};
		};

		cci3_suspend: cci3_suspend {
			mux {
				/* CLK, DATA */
				pins = "gpio2", "gpio3";
				function = "CCI_I2C";
			};

			config {
				pins = "gpio2", "gpio3";
				bias-pull-down; /* PULL DOWN */
				drive-strength = <2>; /* 2 MA */
			};
		};

		cam_sensor_mclk0_active: cam_sensor_mclk0_active {
			/* MCLK 0*/
			mux {