lantiq: dts: Add the reset line for the PCI controller
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Thu, 16 Jun 2022 19:43:48 +0000 (21:43 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 19 Jun 2022 10:31:02 +0000 (12:31 +0200)
The PCI controller has it's reset line wired up to bit 13 of RCU.
Describe this in our .dtsi files.

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
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9.dtsi

index 61283f5621cd22512b6ac2a3a1271a6482b8dd5b..98aca38fe265475b695cb754cb55ab640b5b57bd 100644 (file)
                        req-mask = <0x1>;
 
                        device_type = "pci";
+
+                       resets = <&reset0 13 13>;
                };
        };
 
index a18183a2dee0cb0ae311faf0873317222db7b1b1..9d9946fbb536da733eb95d0866e8f6f7167bf5e9 100644 (file)
                        req-mask = <0x1>; /* GNT1 */
 
                        device_type = "pci";
+
+                       resets = <&reset0 13 13>;
                };
        };
 
index 27858be28fbbf1349281f180fcc763c7d9a9e06f..1089cdc80c2c1ea930ee3a972e19c3ded783f7ec 100644 (file)
                        req-mask = <0x1>; /* GNT1 */
 
                        device_type = "pci";
+
+                       resets = <&reset0 13 13>;
                };
        };