Skip to content

Commit 5a5fd14

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: sm8250: 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-9-krzysztof.kozlowski@linaro.org
1 parent a3752cc commit 5a5fd14

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,6 @@
625625
function = "gpio";
626626
drive-strength = <2>;
627627
bias-disable;
628-
input-enable;
629628
};
630629

631630
ap2mdm_default: ap2mdm-default-state {

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2433,15 +2433,13 @@
24332433
pins = "gpio10";
24342434
function = "wsa_swr_clk";
24352435
drive-strength = <2>;
2436-
input-enable;
24372436
bias-pull-down;
24382437
};
24392438

24402439
data-pins {
24412440
pins = "gpio11";
24422441
function = "wsa_swr_data";
24432442
drive-strength = <2>;
2444-
input-enable;
24452443
bias-pull-down;
24462444
};
24472445
};
@@ -2457,7 +2455,6 @@
24572455
pins = "gpio7";
24582456
function = "dmic1_data";
24592457
drive-strength = <8>;
2460-
input-enable;
24612458
};
24622459
};
24632460

@@ -2475,7 +2472,6 @@
24752472
function = "dmic1_data";
24762473
drive-strength = <2>;
24772474
bias-pull-down;
2478-
input-enable;
24792475
};
24802476
};
24812477

@@ -2520,23 +2516,20 @@
25202516
pins = "gpio0";
25212517
function = "swr_tx_clk";
25222518
drive-strength = <2>;
2523-
input-enable;
25242519
bias-pull-down;
25252520
};
25262521

25272522
data1-pins {
25282523
pins = "gpio1";
25292524
function = "swr_tx_data";
25302525
drive-strength = <2>;
2531-
input-enable;
25322526
bias-bus-hold;
25332527
};
25342528

25352529
data2-pins {
25362530
pins = "gpio2";
25372531
function = "swr_tx_data";
25382532
drive-strength = <2>;
2539-
input-enable;
25402533
bias-pull-down;
25412534
};
25422535
};

0 commit comments

Comments
 (0)