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>
device_type = "pci";
- resets = <&reset0 13 13>;
+ resets = <&reset 13 13>;
};
};
device_type = "pci";
- resets = <&reset0 13 13>;
+ resets = <&reset 13 13>;
};
};