]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: ti: k3-j784s4-j742s2-evm-common: Add bootph-all tag to "pcie1_ctrl"
authorHrushikesh Salunke <h-salunke@ti.com>
Fri, 17 Oct 2025 08:46:54 +0000 (14:16 +0530)
committerVignesh Raghavendra <vigneshr@ti.com>
Mon, 3 Nov 2025 09:03:59 +0000 (14:33 +0530)
J784S4 SoC has two instances of PCIe which are PCIe0 and PCIe1. J784S4
SoC uses PCIe1 instance for PCIe boot process. To configure PCIe1 at
all boot stages "pcie1_ctrl" also needs to be present at all boot
stages. Thus add the "bootph-all" boot phase tag to "pcie1_ctrl" device
tree node.

Signed-off-by: Hrushikesh Salunke <h-salunke@ti.com>
Link: https://patch.msgid.link/20251017084654.2929945-4-h-salunke@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-j784s4-j742s2-evm-common.dtsi

index ed5146b69d5603bc4aab1dd5780d068c87a032b9..b9d1d3769a54da82bfa00340aa12d2d12814d9ab 100644 (file)
                                 <&k3_clks 218 22>;
 };
 
+&pcie1_ctrl {
+       bootph-all;
+};
+
 &serdes_ln_ctrl {
        bootph-all;
 };