diff options
author | Stephan Gerhold <[email protected]> | 2023-07-23 12:54:41 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-07-27 20:28:28 -0700 |
commit | ee0e92b8e7b5894daf5c94e6433a1989f7233fbe (patch) | |
tree | c3a755d37b3f57405313d2b6002da8a8a6f7eba4 | |
parent | f648504139a6f91224276ab77be684ba3da649d2 (diff) |
arm64: dts: qcom: msm8939-samsung-a7: Drop internal pull for SD CD
A7 seems to have external pull-up for the SD card chip detect (like
most MSM8916/MSM8939 devices) so drop the internal pull-up. It's not
necessary.
Tested-by: "Lin, Meng-Bo" <[email protected]>
Signed-off-by: Stephan Gerhold <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8939-samsung-a7.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8939-samsung-a7.dts b/arch/arm64/boot/dts/qcom/msm8939-samsung-a7.dts index 66e56ac59998..ba652909d162 100644 --- a/arch/arm64/boot/dts/qcom/msm8939-samsung-a7.dts +++ b/arch/arm64/boot/dts/qcom/msm8939-samsung-a7.dts @@ -448,7 +448,7 @@ pins = "gpio38"; function = "gpio"; drive-strength = <2>; - bias-pull-up; + bias-disable; }; sensor_i2c_default: sensor-i2c-default-state { |