Skip to content

Commit 87e1f7b

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: sc8280xp: 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-5-krzysztof.kozlowski@linaro.org
1 parent 8b58f79 commit 87e1f7b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2726,7 +2726,6 @@
27262726
pins = "gpio7";
27272727
function = "dmic1_data";
27282728
drive-strength = <8>;
2729-
input-enable;
27302729
};
27312730
};
27322731

@@ -2744,7 +2743,6 @@
27442743
function = "dmic1_data";
27452744
drive-strength = <2>;
27462745
bias-pull-down;
2747-
input-enable;
27482746
};
27492747
};
27502748

@@ -2760,7 +2758,6 @@
27602758
pins = "gpio9";
27612759
function = "dmic2_data";
27622760
drive-strength = <8>;
2763-
input-enable;
27642761
};
27652762
};
27662763

@@ -2778,7 +2775,6 @@
27782775
function = "dmic2_data";
27792776
drive-strength = <2>;
27802777
bias-pull-down;
2781-
input-enable;
27822778
};
27832779
};
27842780

0 commit comments

Comments
 (0)