arm64: dts: qcom: msm8998: remove superfluous "input-enable"
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 7 Apr 2023 17:58:00 +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-3-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/msm8998-fxtec-pro1.dts
arch/arm64/boot/dts/qcom/msm8998-oneplus-common.dtsi
arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi
arch/arm64/boot/dts/qcom/msm8998-xiaomi-sagit.dts

index 8b71b1f8f300e340fcf89d9d075df3718af58602..b35e2d9f428c1e976a82b318aff4a68e19958722 100644 (file)
                function = "gpio";
                bias-disable;
                drive-strength = <2>;
-               input-enable;
        };
 
        ts_int_n: ts-int-n-state {
index ce03c7c239e53ddb90b276a79690553aa41477be..062d56c42385e2a92144279216c1db678938bb13 100644 (file)
                function = "gpio";
                drive-strength = <2>;
                bias-disable;
-               input-enable;
        };
 
        ts_int_active: ts-int-active-state {
index 8e1c25b15f579b87618e356ada4dc165b521d086..687e96068cb2b2c72a03a2e223cfb1ac72e06ed5 100644 (file)
                function = "gpio";
                bias-pull-up;
                drive-strength = <2>;
-               input-enable;
        };
 
        chat_cam_pwr_en: chat-cam-pwr-en-default-state {
                function = "gpio";
                bias-disable;
                drive-strength = <2>;
-               input-enable;
        };
 
        ts_int_n: ts-int-n-state {
index 7956b151c7a4ca63429c0692d6396a527bc83a74..2444b87fddf75da8e0f3c6b677f801fa14f01801 100644 (file)
                function = "gpio";
                drive-strength = <2>;
                bias-disable;
-               input-enable;
        };
 
        mdss_dsi_active_state: mdss-dsi-active-state {
                function = "gpio";
                drive-strength = <16>;
                bias-pull-up;
-               input-enable;
        };
 
        ts_int_suspend_state: ts-int-suspend-state {
                function = "gpio";
                bias-pull-down;
                drive-strength = <2>;
-               input-enable;
        };
 
        wsa_leftspk_pwr_n_state: wsa-leftspk-pwr-n-state {