Skip to content

Commit d1333bc

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

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

arch/arm64/boot/dts/qcom/sm8450-sony-xperia-nagara.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,6 @@
754754
function = "gpio";
755755
drive-strength = <2>;
756756
bias-disable;
757-
input-enable;
758757
};
759758

760759
telec_pwr_en: telec-pwr-en-state {

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3688,7 +3688,6 @@
36883688
pins = "gpio7";
36893689
function = "dmic1_data";
36903690
drive-strength = <8>;
3691-
input-enable;
36923691
};
36933692
};
36943693

@@ -3704,7 +3703,6 @@
37043703
pins = "gpio9";
37053704
function = "dmic2_data";
37063705
drive-strength = <8>;
3707-
input-enable;
37083706
};
37093707
};
37103708

0 commit comments

Comments
 (0)