Skip to content

Commit

Permalink
lantiq: dts: Add the reset line for the PCI controller
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
xdarklight authored and chunkeey committed Jun 19, 2022
1 parent 00f64ed commit 087f2cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions target/linux/lantiq/files/arch/mips/boot/dts/lantiq/ar9.dtsi
Expand Up @@ -415,6 +415,8 @@
req-mask = <0x1>;

device_type = "pci";

resets = <&reset0 13 13>;
};
};

Expand Down
Expand Up @@ -328,6 +328,8 @@
req-mask = <0x1>; /* GNT1 */

device_type = "pci";

resets = <&reset0 13 13>;
};
};

Expand Down
2 changes: 2 additions & 0 deletions target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9.dtsi
Expand Up @@ -555,6 +555,8 @@
req-mask = <0x1>; /* GNT1 */

device_type = "pci";

resets = <&reset0 13 13>;
};
};

Expand Down

0 comments on commit 087f2cb

Please sign in to comment.