Loading qcom/lagoon-pinctrl.dtsi +28 −0 Original line number Diff line number Diff line Loading @@ -997,6 +997,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 */ }; }; /* Camera GPIOs CCI*/ cam_sensor_mclk0_active: cam_sensor_mclk0_active { /* MCLK0 */ Loading Loading
qcom/lagoon-pinctrl.dtsi +28 −0 Original line number Diff line number Diff line Loading @@ -997,6 +997,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 */ }; }; /* Camera GPIOs CCI*/ cam_sensor_mclk0_active: cam_sensor_mclk0_active { /* MCLK0 */ Loading