arm64: dts: qcom: sc7280: Fix sar1_irq_odl node name
authorStephen Boyd <swboyd@chromium.org>
Thu, 24 Mar 2022 22:33:31 +0000 (15:33 -0700)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 11 Apr 2022 19:51:47 +0000 (14:51 -0500)
This node should be named sar1-irq-odl, not sar0-irq-odl. Otherwise
we'll overwrite the settings for sar0 with what is intended for sar1,
leading to probe failures for sar1 that are quite confusing.

Fixes: 116f7cc43d28 ("arm64: dts: qcom: sc7280: Add herobrine-r1")
Cc: Douglas Anderson <dianders@chromium.org>
Cc: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Tested-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220324223331.876199-1-swboyd@chromium.org
arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi

index dc17f2079695f1d687f543d598051b84facfdb17..7b8fe20afcea96045482708a1a37e4808b962312 100644 (file)
@@ -741,7 +741,7 @@ ap_ec_spi: &spi10 {
                bias-pull-up;
        };
 
-       sar1_irq_odl: sar0-irq-odl {
+       sar1_irq_odl: sar1-irq-odl {
                pins = "gpio140";
                function = "gpio";
                bias-pull-up;