summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Xing <kxing@qti.qualcomm.com>2021-01-15 15:45:32 +0530
committerZhenlin Lian <c_zlian@qti.qualcomm.com>2021-03-10 13:23:54 +0530
commit5e53fc46451fc71b805ae5ed08ba09e804a5da14 (patch)
tree6a0f5a0a3b61c8cc086afa496ad6bbc670fd05fa
parentf21f049cfe69af988261a84844b07e3e36feb449 (diff)
downloaddevicetree-5e53fc46451fc71b805ae5ed08ba09e804a5da14.tar.gz
ARM: dts: qcom: change camera0A MCLK drive-strength from 2mA to 8mA
change camera0A MCLK drive-strength from 2mA to 8mA. Change-Id: I9f83c0554adcd637ee70c17b91835c7ac30592a2
-rw-r--r--qcom/kona-pinctrl.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/qcom/kona-pinctrl.dtsi b/qcom/kona-pinctrl.dtsi
index 5d89142b..b2aba43f 100644
--- a/qcom/kona-pinctrl.dtsi
+++ b/qcom/kona-pinctrl.dtsi
@@ -2237,7 +2237,7 @@
config {
pins = "gpio94";
bias-disable; /* No PULL */
- drive-strength = <2>; /* 2 MA */
+ drive-strength = <8>; /* 8 MA */
};
};
@@ -2251,7 +2251,7 @@
config {
pins = "gpio94";
bias-pull-down; /* PULL DOWN */
- drive-strength = <2>; /* 2 MA */
+ drive-strength = <8>; /* 8 MA */
};
};
@@ -2433,7 +2433,7 @@
config {
pins = "gpio93";
bias-disable; /* No PULL */
- drive-strength = <2>; /* 2 MA */
+ drive-strength = <8>; /* 8 MA */
};
};
@@ -2447,7 +2447,7 @@
config {
pins = "gpio93";
bias-pull-down; /* PULL DOWN */
- drive-strength = <2>; /* 2 MA */
+ drive-strength = <8>; /* 8 MA */
output-low;
};
};