camera: Decommonize active and suspend rst0 from waipio-camera

Change-Id: I6ed41f41b091963c5ca5d3d6d0a5b260098fa6c3
This commit is contained in:
Arian
2024-03-13 00:34:42 +01:00
committed by Jens Reidel
parent 23e2ce3f54
commit e5e2b6e8a4
4 changed files with 93 additions and 29 deletions

View File

@@ -35,6 +35,37 @@
};
};
&tlmm {
cam_sensor_active_rst0: cam_sensor_active_rst0 {
/* RESET REAR */
mux {
pins = "gpio25";
function = "gpio";
};
config {
pins = "gpio25";
bias-disable; /* No PULL */
drive-strength = <2>; /* 2 MA */
};
};
cam_sensor_suspend_rst0: cam_sensor_suspend_rst0 {
/* RESET REAR */
mux {
pins = "gpio25";
function = "gpio";
};
config {
pins = "gpio25";
bias-pull-down; /* PULL DOWN */
drive-strength = <2>; /* 2 MA */
output-low;
};
};
};
&cam_cci0 {
actuator_triple_uw: qcom,actuator0 {
cell-index = <0>;

View File

@@ -35,6 +35,37 @@
};
};
&tlmm {
cam_sensor_active_rst0: cam_sensor_active_rst0 {
/* RESET REAR */
mux {
pins = "gpio25";
function = "gpio";
};
config {
pins = "gpio25";
bias-disable; /* No PULL */
drive-strength = <2>; /* 2 MA */
};
};
cam_sensor_suspend_rst0: cam_sensor_suspend_rst0 {
/* RESET REAR */
mux {
pins = "gpio25";
function = "gpio";
};
config {
pins = "gpio25";
bias-pull-down; /* PULL DOWN */
drive-strength = <2>; /* 2 MA */
output-low;
};
};
};
&cam_cci0 {
actuator_triple_uw: qcom,actuator0 {
cell-index = <0>;

View File

@@ -35,6 +35,37 @@
};
};
&tlmm {
cam_sensor_active_rst0: cam_sensor_active_rst0 {
/* RESET REAR */
mux {
pins = "gpio25";
function = "gpio";
};
config {
pins = "gpio25";
bias-disable; /* No PULL */
drive-strength = <2>; /* 2 MA */
};
};
cam_sensor_suspend_rst0: cam_sensor_suspend_rst0 {
/* RESET REAR */
mux {
pins = "gpio25";
function = "gpio";
};
config {
pins = "gpio25";
bias-pull-down; /* PULL DOWN */
drive-strength = <2>; /* 2 MA */
output-low;
};
};
};
&cam_cci0 {
actuator_triple_uw: qcom,actuator0 {
cell-index = <0>;

View File

@@ -312,35 +312,6 @@
};
};
cam_sensor_active_rst0: cam_sensor_active_rst0 {
/* RESET REAR */
mux {
pins = "gpio25";
function = "gpio";
};
config {
pins = "gpio25";
bias-disable; /* No PULL */
drive-strength = <2>; /* 2 MA */
};
};
cam_sensor_suspend_rst0: cam_sensor_suspend_rst0 {
/* RESET REAR */
mux {
pins = "gpio25";
function = "gpio";
};
config {
pins = "gpio25";
bias-pull-down; /* PULL DOWN */
drive-strength = <2>; /* 2 MA */
output-low;
};
};
cam_sensor_active_rst1: cam_sensor_active_rst1 {
/* RESET REARAUX */
mux {