lantiq: dts: fix reset controller reference on Danube and AR9
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Mon, 20 Jun 2022 17:25:47 +0000 (19:25 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Mon, 20 Jun 2022 17:43:33 +0000 (19:43 +0200)
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>
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/danube.dtsi

index 98aca38fe265475b695cb754cb55ab640b5b57bd..a35bd17a967f4a63379c281d59b19fa221c022bf 100644 (file)
 
                        device_type = "pci";
 
-                       resets = <&reset0 13 13>;
+                       resets = <&reset 13 13>;
                };
        };
 
index 9d9946fbb536da733eb95d0866e8f6f7167bf5e9..c19ce2af7e27cbccd4f47f32e2d10fc541fb2dbb 100644 (file)
 
                        device_type = "pci";
 
-                       resets = <&reset0 13 13>;
+                       resets = <&reset 13 13>;
                };
        };