]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: ti: k3-am642-evm-pcie0-ep: Add boot phase tag to "pcie0_ep"
authorHrushikesh Salunke <h-salunke@ti.com>
Tue, 10 Jun 2025 05:49:20 +0000 (11:19 +0530)
committerVignesh Raghavendra <vigneshr@ti.com>
Sat, 21 Jun 2025 16:47:48 +0000 (22:17 +0530)
AM64X SoC has one instance of PCIe which is PCIe0. To support PCIe boot
on AM64X SoC, PCIe0 needs to be in endpoint mode and it needs to be
functional at all stages of PCIe boot process. Thus add the
"bootph-all" boot phase tag to "pcie0_ep" device tree node.

Signed-off-by: Hrushikesh Salunke <h-salunke@ti.com>
Reviewed-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Link: https://lore.kernel.org/r/20250610054920.2395509-1-h-salunke@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am642-evm-pcie0-ep.dtso

index 43275177485341f2a20792997103dcae0defbc84..a7e8d4ea98ac01253276d5188a4f7f89479fbf0a 100644 (file)
@@ -46,6 +46,7 @@
                max-functions = /bits/ 8 <1>;
                phys = <&serdes0_pcie_link>;
                phy-names = "pcie-phy";
+               bootph-all;
                ti,syscon-pcie-ctrl = <&pcie0_ctrl 0x0>;
        };
 };