arm64: dts: qcom: sc7180: Remove double pull-up on p-sensor-int-l
authorStephen Boyd <swboyd@chromium.org>
Fri, 20 Nov 2020 20:09:13 +0000 (12:09 -0800)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 23 Nov 2020 05:04:34 +0000 (23:04 -0600)
This interrupt has an external pull-up so we don't need to pull it up
again. Drop the internal pull here. Note I don't think this really
changes anything, just noticed while looking at this irq pin.

Reviewed-by: Douglas Anderson <dianders@chromium.org>
Cc: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Link: https://lore.kernel.org/r/20201120200913.618274-1-swboyd@chromium.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi

index 781e61a..60a478a 100644 (file)
@@ -1332,7 +1332,8 @@ ap_spi_fp: &spi10 {
 
                pinconf {
                        pins = "gpio24";
-                       bias-pull-up;
+                       /* Has external pullup */
+                       bias-disable;
                };
        };