Commit 2d80b1e6 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: sc8280xp: Revert "arm64: dts: qcom: sc8280xp: remove superfluous "input-enable""

This reverts commit 87e1f7b1 because it
removed input-enable from the LPASS TLMM, where it is still correct
(both bindings and Linux driver parse it).
Reported-by: default avatarJohan Hovold <johan@kernel.org>
Closes: https://lore.kernel.org/lkml/ZDVq1b0TjXH5LTYx@hovoldconsulting.com/Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarJohan Hovold <johan+linaro@kernel.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230411170938.1657387-1-krzysztof.kozlowski@linaro.org
parent ac9a7868
...@@ -2726,6 +2726,7 @@ data-pins { ...@@ -2726,6 +2726,7 @@ data-pins {
pins = "gpio7"; pins = "gpio7";
function = "dmic1_data"; function = "dmic1_data";
drive-strength = <8>; drive-strength = <8>;
input-enable;
}; };
}; };
...@@ -2743,6 +2744,7 @@ data-pins { ...@@ -2743,6 +2744,7 @@ data-pins {
function = "dmic1_data"; function = "dmic1_data";
drive-strength = <2>; drive-strength = <2>;
bias-pull-down; bias-pull-down;
input-enable;
}; };
}; };
...@@ -2758,6 +2760,7 @@ data-pins { ...@@ -2758,6 +2760,7 @@ data-pins {
pins = "gpio9"; pins = "gpio9";
function = "dmic2_data"; function = "dmic2_data";
drive-strength = <8>; drive-strength = <8>;
input-enable;
}; };
}; };
...@@ -2775,6 +2778,7 @@ data-pins { ...@@ -2775,6 +2778,7 @@ data-pins {
function = "dmic2_data"; function = "dmic2_data";
drive-strength = <2>; drive-strength = <2>;
bias-pull-down; bias-pull-down;
input-enable;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment