Message ID | 20230407175807.124394-7-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 36f038ad3a0779b58c2fea6b1b1df18d12d6c06d |
Headers | show |
Series | [01/10] arm64: dts: qcom: msm8994: remove superfluous "input-enable" | expand |
diff --git a/arch/arm64/boot/dts/qcom/sm6125-sony-xperia-seine-pdx201.dts b/arch/arm64/boot/dts/qcom/sm6125-sony-xperia-seine-pdx201.dts index b22b3f9a910d..9f8a9ef398a2 100644 --- a/arch/arm64/boot/dts/qcom/sm6125-sony-xperia-seine-pdx201.dts +++ b/arch/arm64/boot/dts/qcom/sm6125-sony-xperia-seine-pdx201.dts @@ -468,7 +468,6 @@ vol_down_n: vol-down-n-state { function = "gpio"; drive-strength = <2>; bias-disable; - input-enable; }; };
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> --- arch/arm64/boot/dts/qcom/sm6125-sony-xperia-seine-pdx201.dts | 1 - 1 file changed, 1 deletion(-)