Commit 8fc71418 authored by Josua Mayer's avatar Josua Mayer Committed by Shawn Guo
Browse files

arm64: dts: lx2160a-clearfog-itx: enable pcie nodes for x4 and x8 slots



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: default avatarJosua Mayer <josua@solid-run.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 1335b32b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -96,6 +96,14 @@ &esdhc0 {
	status = "okay";
};

&pcie3 {
	status = "okay";
};

&pcie5 {
	status = "okay";
};

&pcs_mdio7 {
	status = "okay";
};