Skip to content

Commit 2ee8a15

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: sdm845: 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-6-krzysztof.kozlowski@linaro.org
1 parent 87e1f7b commit 2ee8a15

6 files changed

Lines changed: 0 additions & 18 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,6 @@
778778
function = "gpio";
779779
drive-strength = <2>;
780780
bias-disable;
781-
input-enable;
782781
};
783782

784783
tri_state_key_default: tri-state-key-default-state {
@@ -807,15 +806,13 @@
807806
function = "mdp_vsync";
808807
drive-strength = <2>;
809808
bias-disable;
810-
input-enable;
811809
};
812810

813811
panel_esd_pin: panel-esd-state {
814812
pins = "gpio30";
815813
function = "gpio";
816814
drive-strength = <2>;
817815
bias-pull-down;
818-
input-enable;
819816
};
820817

821818
speaker_default: speaker-default-state {

arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,15 +613,13 @@
613613
function = "gpio";
614614
drive-strength = <8>;
615615
bias-pull-up;
616-
input-enable;
617616
};
618617

619618
ts_int_suspend: ts-int-suspend-state {
620619
pins = "gpio125";
621620
function = "gpio";
622621
drive-strength = <2>;
623622
bias-pull-down;
624-
input-enable;
625623
};
626624

627625
ts_reset_active: ts-reset-active-state {

arch/arm64/boot/dts/qcom/sdm845-wcd9340.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
pins = "gpio54";
8181
function = "gpio";
8282

83-
input-enable;
8483
bias-pull-down;
8584
drive-strength = <2>;
8685
};

arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,6 @@
586586
function = "gpio";
587587
bias-pull-down;
588588
drive-strength = <16>;
589-
input-enable;
590589
};
591590

592591
ts_reset_sleep: ts-reset-sleep-state {
@@ -601,7 +600,6 @@
601600
function = "gpio";
602601
bias-pull-down;
603602
drive-strength = <2>;
604-
input-enable;
605603
};
606604

607605
sde_dsi_active: sde-dsi-active-state {

arch/arm64/boot/dts/qcom/sdm845.dtsi

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3186,7 +3186,6 @@
31863186
function = "gpio";
31873187
drive-strength = <2>;
31883188
bias-pull-down;
3189-
input-enable;
31903189
};
31913190

31923191
quat_mi2s_active: quat-mi2s-active-state {
@@ -3202,7 +3201,6 @@
32023201
function = "gpio";
32033202
drive-strength = <2>;
32043203
bias-pull-down;
3205-
input-enable;
32063204
};
32073205

32083206
quat_mi2s_sd0_active: quat-mi2s-sd0-active-state {
@@ -3217,7 +3215,6 @@
32173215
function = "gpio";
32183216
drive-strength = <2>;
32193217
bias-pull-down;
3220-
input-enable;
32213218
};
32223219

32233220
quat_mi2s_sd1_active: quat-mi2s-sd1-active-state {
@@ -3232,7 +3229,6 @@
32323229
function = "gpio";
32333230
drive-strength = <2>;
32343231
bias-pull-down;
3235-
input-enable;
32363232
};
32373233

32383234
quat_mi2s_sd2_active: quat-mi2s-sd2-active-state {
@@ -3247,7 +3243,6 @@
32473243
function = "gpio";
32483244
drive-strength = <2>;
32493245
bias-pull-down;
3250-
input-enable;
32513246
};
32523247

32533248
quat_mi2s_sd3_active: quat-mi2s-sd3-active-state {

arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,6 @@
606606
pins = "gpio37";
607607
function = "gpio";
608608

609-
input-enable;
610609
bias-pull-up;
611610
drive-strength = <2>;
612611
};
@@ -615,7 +614,6 @@
615614
pins = "gpio125";
616615
function = "gpio";
617616

618-
input-enable;
619617
bias-pull-up;
620618
drive-strength = <2>;
621619
};
@@ -624,7 +622,6 @@
624622
pins = "gpio92";
625623
function = "gpio";
626624

627-
input-enable;
628625
bias-pull-up;
629626
drive-strength = <2>;
630627
};
@@ -633,15 +630,13 @@
633630
pins = "gpio124";
634631
function = "gpio";
635632

636-
input-enable;
637633
bias-disable;
638634
};
639635

640636
mode_pin_active: mode-pin-state {
641637
pins = "gpio95";
642638
function = "gpio";
643639

644-
input-enable;
645640
bias-disable;
646641
};
647642
};

0 commit comments

Comments
 (0)