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 8b71b1f..b35e2d9 100644 (file)
                function = "gpio";
                bias-disable;
                drive-strength = <2>;
-               input-enable;
        };
 
        ts_int_n: ts-int-n-state {
index ce03c7c..062d56c 100644 (file)
                function = "gpio";
                drive-strength = <2>;
                bias-disable;
-               input-enable;
        };
 
        ts_int_active: ts-int-active-state {
index 8e1c25b..687e960 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 7956b15..2444b87 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 {