From: Martin Blumenstingl Date: Mon, 20 Jun 2022 17:25:47 +0000 (+0200) Subject: lantiq: dts: fix reset controller reference on Danube and AR9 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a1354accc081259d880c6a1ba8db7f2af2db1eec;p=openwrt%2Fstaging%2Fjow.git 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 Signed-off-by: Martin Blumenstingl --- diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi index 98aca38fe2..a35bd17a96 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi @@ -416,7 +416,7 @@ device_type = "pci"; - resets = <&reset0 13 13>; + resets = <&reset 13 13>; }; }; diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi index 9d9946fbb5..c19ce2af7e 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi @@ -329,7 +329,7 @@ device_type = "pci"; - resets = <&reset0 13 13>; + resets = <&reset 13 13>; }; };