]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: lx2160a-clearfog-itx: enable pcie nodes for x4 and x8 slots
authorJosua Mayer <josua@solid-run.com>
Mon, 25 Aug 2025 18:00:56 +0000 (20:00 +0200)
committerShawn Guo <shawnguo@kernel.org>
Thu, 11 Sep 2025 02:37:46 +0000 (10:37 +0800)
SolidRun Clearfog CX and Honeycomb have LX2160A PEX3 and PEX5 exposed on
physical connectors.

Vendor U-Boot used to patch status properties such that it went
undiscovered these nodes have their status set disabled.

Set status okay for pcie3 and pcie5 nodes.

Signed-off-by: Josua Mayer <josua@solid-run.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-itx.dtsi

index a7dcbecc1f41b5387fdfc0e6c449e97bab0398cd..af6258b2fe82654615ba9b899928d4dd1339d573 100644 (file)
        status = "okay";
 };
 
+&pcie3 {
+       status = "okay";
+};
+
+&pcie5 {
+       status = "okay";
+};
+
 &pcs_mdio7 {
        status = "okay";
 };