Message ID | 20230617112115.130024-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 9e3a0c7acba5e1ec7b0730bac904ba820b70b5cf |
Headers | show |
Series | [1/2] arm64: dts: qcom: apq8039-t2: remove superfluous "input-enable" | expand |
On 17.06.2023 13:21, Krzysztof Kozlowski wrote: > Pin configuration property "input-enable" was used with the intention to > disable the output, but this is done by default by Linux drivers. Since > commit c4a48b0df8bf ("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> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad > arch/arm64/boot/dts/qcom/apq8039-t2.dts | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/apq8039-t2.dts b/arch/arm64/boot/dts/qcom/apq8039-t2.dts > index 40644c242fb7..43686bbd87f4 100644 > --- a/arch/arm64/boot/dts/qcom/apq8039-t2.dts > +++ b/arch/arm64/boot/dts/qcom/apq8039-t2.dts > @@ -366,7 +366,6 @@ typec_irq: typec-irq-state { > function = "gpio"; > pins = "gpio107"; > bias-pull-up; > - input-enable; > }; > }; >
diff --git a/arch/arm64/boot/dts/qcom/apq8039-t2.dts b/arch/arm64/boot/dts/qcom/apq8039-t2.dts index 40644c242fb7..43686bbd87f4 100644 --- a/arch/arm64/boot/dts/qcom/apq8039-t2.dts +++ b/arch/arm64/boot/dts/qcom/apq8039-t2.dts @@ -366,7 +366,6 @@ typec_irq: typec-irq-state { function = "gpio"; pins = "gpio107"; bias-pull-up; - 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 commit c4a48b0df8bf ("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/apq8039-t2.dts | 1 - 1 file changed, 1 deletion(-)