Loading qcom/yupik-pinctrl.dtsi +29 −0 Original line number Diff line number Diff line Loading @@ -1592,6 +1592,35 @@ }; }; cam_sensor_active_mux: cam_sensor_active_mux { /* GC630 bypass mux */ mux { pins = "gpio1"; function = "gpio"; }; config { pins = "gpio1"; bias-disable; /* No PULL */ drive-strength = <2>; /* 2 MA */ }; }; cam_sensor_suspend_mux: cam_sensor_suspend_mux { /* GC630 bypass mux */ mux { pins = "gpio1"; function = "gpio"; }; config { pins = "gpio1"; bias-pull-down; /* PULL DOWN */ drive-strength = <2>; /* 2 MA */ output-low; }; }; cci0_active: cci0_active { mux { /* DATA, CLK */ Loading Loading
qcom/yupik-pinctrl.dtsi +29 −0 Original line number Diff line number Diff line Loading @@ -1592,6 +1592,35 @@ }; }; cam_sensor_active_mux: cam_sensor_active_mux { /* GC630 bypass mux */ mux { pins = "gpio1"; function = "gpio"; }; config { pins = "gpio1"; bias-disable; /* No PULL */ drive-strength = <2>; /* 2 MA */ }; }; cam_sensor_suspend_mux: cam_sensor_suspend_mux { /* GC630 bypass mux */ mux { pins = "gpio1"; function = "gpio"; }; config { pins = "gpio1"; bias-pull-down; /* PULL DOWN */ drive-strength = <2>; /* 2 MA */ output-low; }; }; cci0_active: cci0_active { mux { /* DATA, CLK */ Loading