Skip to content

Commit 8624e60

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: apq8016: 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. Cc: Douglas Anderson <dianders@chromium.org> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230407180045.126952-1-krzysztof.kozlowski@linaro.org
1 parent 47ce7e1 commit 8624e60

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm64/boot/dts/qcom/apq8016-sbc.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,6 @@
729729
function = "gpio";
730730

731731
drive-strength = <8>;
732-
input-enable;
733732
bias-pull-up;
734733
};
735734

@@ -770,7 +769,6 @@
770769
function = "gpio";
771770

772771
drive-strength = <8>;
773-
input-enable;
774772
bias-pull-up;
775773
};
776774
};

0 commit comments

Comments
 (0)