mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-09 08:09:41 +00:00
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: 087f2cba26faf0 ("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:
parent
fd72e595c2
commit
a1354accc0
@ -416,7 +416,7 @@
|
||||
|
||||
device_type = "pci";
|
||||
|
||||
resets = <&reset0 13 13>;
|
||||
resets = <&reset 13 13>;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -329,7 +329,7 @@
|
||||
|
||||
device_type = "pci";
|
||||
|
||||
resets = <&reset0 13 13>;
|
||||
resets = <&reset 13 13>;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user