lantiq: dts: fix reset controller reference on Danube and AR9

ar9.dtsi and danube.dtsi only have one reset controller and they are
naming it "reset". This is equivalent to "reset0" in vr9.dtsi. Fix the
references to the reset controller in the recently added PCI controller
reset line.

Fixes: 087f2cba26 ("lantiq: dts: Add the reset line for the PCI controller")
Reported-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
This commit is contained in:
Martin Blumenstingl 2022-06-20 19:25:47 +02:00 committed by Christian Lamparter
parent fd72e595c2
commit a1354accc0
2 changed files with 2 additions and 2 deletions

View File

@ -416,7 +416,7 @@
device_type = "pci";
resets = <&reset0 13 13>;
resets = <&reset 13 13>;
};
};

View File

@ -329,7 +329,7 @@
device_type = "pci";
resets = <&reset0 13 13>;
resets = <&reset 13 13>;
};
};