Skip to content

Commit 033553c

Browse files
krzkandersson
authored andcommitted
ARM: dts: qcom: msm8974: 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> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230410181005.25853-3-krzysztof.kozlowski@linaro.org
1 parent da50416 commit 033553c

5 files changed

+0
-9
lines changed

arch/arm/boot/dts/qcom-msm8974-lge-nexus5-hammerhead.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@
592592
pins = "gpio73";
593593
function = "gpio";
594594
bias-disable;
595-
input-enable;
596595
};
597596

598597
touch_pin: touch-state {
@@ -602,7 +601,6 @@
602601

603602
drive-strength = <2>;
604603
bias-disable;
605-
input-enable;
606604
};
607605

608606
reset-pins {

arch/arm/boot/dts/qcom-msm8974-sony-xperia-rhine.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,6 @@
433433
function = "gpio";
434434
drive-strength = <2>;
435435
bias-disable;
436-
input-enable;
437436
};
438437

439438
sdc1_on: sdc1-on-state {

arch/arm/boot/dts/qcom-msm8974pro-oneplus-bacon.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,6 @@
461461
function = "gpio";
462462
drive-strength = <2>;
463463
bias-disable;
464-
input-enable;
465464
};
466465

467466
reset-pins {

arch/arm/boot/dts/qcom-msm8974pro-samsung-klte.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,6 @@
704704
pins = "gpio75";
705705
function = "gpio";
706706
drive-strength = <16>;
707-
input-enable;
708707
};
709708

710709
devwake-pins {
@@ -760,14 +759,12 @@
760759
i2c_touchkey_pins: i2c-touchkey-state {
761760
pins = "gpio95", "gpio96";
762761
function = "gpio";
763-
input-enable;
764762
bias-pull-up;
765763
};
766764

767765
i2c_led_gpioex_pins: i2c-led-gpioex-state {
768766
pins = "gpio120", "gpio121";
769767
function = "gpio";
770-
input-enable;
771768
bias-pull-down;
772769
};
773770

@@ -781,7 +778,6 @@
781778
wifi_pin: wifi-state {
782779
pins = "gpio92";
783780
function = "gpio";
784-
input-enable;
785781
bias-pull-down;
786782
};
787783

arch/arm/boot/dts/qcom-msm8974pro-sony-xperia-shinano-castor.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,6 @@
631631
function = "gpio";
632632
drive-strength = <2>;
633633
bias-disable;
634-
input-enable;
635634
};
636635

637636
bt_host_wake_pin: bt-host-wake-state {

0 commit comments

Comments
 (0)