Skip to content

Commit ecdc2fe

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: msm8998: remove superfluous "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> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230407175807.124394-3-krzysztof.kozlowski@linaro.org
1 parent 8db80be commit ecdc2fe

4 files changed

Lines changed: 0 additions & 7 deletions

File tree

arch/arm64/boot/dts/qcom/msm8998-fxtec-pro1.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,6 @@
640640
function = "gpio";
641641
bias-disable;
642642
drive-strength = <2>;
643-
input-enable;
644643
};
645644

646645
ts_int_n: ts-int-n-state {

arch/arm64/boot/dts/qcom/msm8998-oneplus-common.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,6 @@
501501
function = "gpio";
502502
drive-strength = <2>;
503503
bias-disable;
504-
input-enable;
505504
};
506505

507506
ts_int_active: ts-int-active-state {

arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,6 @@
844844
function = "gpio";
845845
bias-pull-up;
846846
drive-strength = <2>;
847-
input-enable;
848847
};
849848

850849
chat_cam_pwr_en: chat-cam-pwr-en-default-state {
@@ -873,7 +872,6 @@
873872
function = "gpio";
874873
bias-disable;
875874
drive-strength = <2>;
876-
input-enable;
877875
};
878876

879877
ts_int_n: ts-int-n-state {

arch/arm64/boot/dts/qcom/msm8998-xiaomi-sagit.dts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@
528528
function = "gpio";
529529
drive-strength = <2>;
530530
bias-disable;
531-
input-enable;
532531
};
533532

534533
mdss_dsi_active_state: mdss-dsi-active-state {
@@ -620,7 +619,6 @@
620619
function = "gpio";
621620
drive-strength = <16>;
622621
bias-pull-up;
623-
input-enable;
624622
};
625623

626624
ts_int_suspend_state: ts-int-suspend-state {
@@ -642,7 +640,6 @@
642640
function = "gpio";
643641
bias-pull-down;
644642
drive-strength = <2>;
645-
input-enable;
646643
};
647644

648645
wsa_leftspk_pwr_n_state: wsa-leftspk-pwr-n-state {

0 commit comments

Comments
 (0)