]> git.dujemihanovic.xyz Git - linux.git/commitdiff
arm64: dts: qcom: sc8280xp: remove superfluous "input-enable"
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 7 Apr 2023 17:58:02 +0000 (19:58 +0200)
committerBjorn Andersson <andersson@kernel.org>
Fri, 7 Apr 2023 18:50:34 +0000 (11:50 -0700)
Pin configuration property "input-enable" was used with the intention to
disable the output, but this is done by default by Linux drivers.  Since
patch ("dt-bindings: pinctrl: qcom: tlmm should use output-disable, not
input-enable") the property is not accepted anymore.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230407175807.124394-5-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/sc8280xp.dtsi

index 9fb0c7bcbfdf3573ba27efdb24ac126bab3fd34d..8fa9fbfe5d0009b44b40e02f16e980dd848a8a2b 100644 (file)
                                        pins = "gpio7";
                                        function = "dmic1_data";
                                        drive-strength = <8>;
-                                       input-enable;
                                };
                        };
 
                                        function = "dmic1_data";
                                        drive-strength = <2>;
                                        bias-pull-down;
-                                       input-enable;
                                };
                        };
 
                                        pins = "gpio9";
                                        function = "dmic2_data";
                                        drive-strength = <8>;
-                                       input-enable;
                                };
                        };
 
                                        function = "dmic2_data";
                                        drive-strength = <2>;
                                        bias-pull-down;
-                                       input-enable;
                                };
                        };