mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
arm64: dts: qcom: sc7280: Fix sar1_irq_odl node name
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: 116f7cc43d ("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
This commit is contained in:
parent
03d470ce2b
commit
f31c834d39
|
|
@ -741,7 +741,7 @@ sar0_irq_odl: sar0-irq-odl {
|
|||
bias-pull-up;
|
||||
};
|
||||
|
||||
sar1_irq_odl: sar0-irq-odl {
|
||||
sar1_irq_odl: sar1-irq-odl {
|
||||
pins = "gpio140";
|
||||
function = "gpio";
|
||||
bias-pull-up;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user