Skip to content

Commit e101211

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: msm8994: 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-1-krzysztof.kozlowski@linaro.org
1 parent b76c8ce commit e101211

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm64/boot/dts/qcom/msm8994-sony-xperia-kitakami.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,6 @@
481481
function = "gpio";
482482
drive-strength = <2>;
483483
bias-disable;
484-
input-enable;
485484
};
486485

487486
ts_reset_active: ts-reset-active-state {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,6 @@
845845
function = "gpio";
846846
drive-strength = <2>;
847847
bias-pull-down;
848-
input-enable;
849848
};
850849

851850
i2c5_default: i2c5-default-state {

0 commit comments

Comments
 (0)