summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Somani <amitsm@qti.qualcomm.com>2021-04-02 15:43:39 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2021-04-07 03:11:28 -0700
commit9b5059e666136eca6d8e3047e89cb06f204015b3 (patch)
tree24f0065e27ca6bab418030e05e5b71a53c7904a7
parent6ce9ccedb555a3e906f26419d109bedf4ac4f77e (diff)
downloaddevicetree-9b5059e666136eca6d8e3047e89cb06f204015b3.tar.gz
ARM: dts: msm: Add Gpio settings for camera sensor
Add new GPIO's for camera sensors Change-Id: I60c925509042540121cace12920a09efe19fe97e
-rw-r--r--qcom/kona-pinctrl.dtsi58
1 files changed, 58 insertions, 0 deletions
diff --git a/qcom/kona-pinctrl.dtsi b/qcom/kona-pinctrl.dtsi
index b2aba43f..51c240c3 100644
--- a/qcom/kona-pinctrl.dtsi
+++ b/qcom/kona-pinctrl.dtsi
@@ -2510,6 +2510,64 @@
};
};
+ cam_sensor_active_rst3: cam_sensor_active_rst3 {
+ /* RESET 2 */
+ mux {
+ pins = "gpio144";
+ function = "gpio";
+ };
+
+ config {
+ pins = "gpio144";
+ bias-disable; /* No PULL */
+ drive-strength = <2>; /* 2 MA */
+ };
+ };
+
+ cam_sensor_suspend_rst3: cam_sensor_suspend_rst3 {
+ /* RESET 2 */
+ mux {
+ pins = "gpio144";
+ function = "gpio";
+ };
+
+ config {
+ pins = "gpio144";
+ bias-pull-down; /* PULL DOWN */
+ drive-strength = <2>; /* 2 MA */
+ output-low;
+ };
+ };
+
+ cam_sensor_active_rst4: cam_sensor_active_rst4 {
+ /* RESET 2 */
+ mux {
+ pins = "gpio25";
+ function = "gpio";
+ };
+
+ config {
+ pins = "gpio25";
+ bias-disable; /* No PULL */
+ drive-strength = <2>; /* 2 MA */
+ };
+ };
+
+ cam_sensor_suspend_rst4: cam_sensor_suspend_rst4 {
+ /* RESET 2 */
+ mux {
+ pins = "gpio25";
+ function = "gpio";
+ };
+
+ config {
+ pins = "gpio25";
+ bias-pull-down; /* PULL DOWN */
+ drive-strength = <2>; /* 2 MA */
+ output-low;
+ };
+ };
+
cam_sensor_active_3: cam_sensor_active_3 {
/* RESET 3 */
mux {