Message ID | 20230410181005.25853-2-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | da50416fb1fa7502a52ad38c0e9ff196d9f56ac9 |
Headers | show |
Series | [1/3] ARM: dts: qcom: apq8026: remove superfluous "input-enable" | expand |
diff --git a/arch/arm/boot/dts/qcom-mdm9615-wp8548-mangoh-green.dts b/arch/arm/boot/dts/qcom-mdm9615-wp8548-mangoh-green.dts index a8304769b509..b269fdca1460 100644 --- a/arch/arm/boot/dts/qcom-mdm9615-wp8548-mangoh-green.dts +++ b/arch/arm/boot/dts/qcom-mdm9615-wp8548-mangoh-green.dts @@ -49,7 +49,6 @@ gpioext1_pins: gpioext1-state { gpioext1-pins { pins = "gpio2"; function = "gpio"; - input-enable; bias-disable; }; };
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> --- arch/arm/boot/dts/qcom-mdm9615-wp8548-mangoh-green.dts | 1 - 1 file changed, 1 deletion(-)