summaryrefslogtreecommitdiff
path: root/qcom
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2021-04-08 03:45:35 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2021-04-08 03:45:35 -0700
commit8b44ccd77c643d159b9769208bd2e75e4d7a2d91 (patch)
tree0d29da2ba52600588473fe23d8ce6370df2dfc15 /qcom
parent3317c5bed340907839f96ea0ffdca72ea41d6aa1 (diff)
parent9b5059e666136eca6d8e3047e89cb06f204015b3 (diff)
downloaddevicetree-8b44ccd77c643d159b9769208bd2e75e4d7a2d91.tar.gz
Merge "ARM: dts: msm: Add Gpio settings for camera sensor"
Diffstat (limited to 'qcom')
-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 {