This reverts commit 87e1f7b1a041a37390bf4fa7913683fb4f8d00d8 because it removed input-enable from the LPASS TLMM, where it is still correct (both bindings and Linux driver parse it). Reported-by: Johan Hovold <johan@xxxxxxxxxx> Closes: https://lore.kernel.org/all/b7c9ac38-6f9b-8d05-39c6-fee9058209a9@xxxxxxxxxx/T/#me6c2cc2d87c17c0f30f541e8161a84fdde69f5f5 Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> --- arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi index 7608a4800732..ef9bd6ab577d 100644 --- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi +++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi @@ -2725,6 +2725,7 @@ data-pins { pins = "gpio7"; function = "dmic1_data"; drive-strength = <8>; + input-enable; }; }; @@ -2742,6 +2743,7 @@ data-pins { function = "dmic1_data"; drive-strength = <2>; bias-pull-down; + input-enable; }; }; @@ -2757,6 +2759,7 @@ data-pins { pins = "gpio9"; function = "dmic2_data"; drive-strength = <8>; + input-enable; }; }; @@ -2774,6 +2777,7 @@ data-pins { function = "dmic2_data"; drive-strength = <2>; bias-pull-down; + input-enable; }; }; -- 2.34.1