summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2023-09-11 19:25:33 +0300
committerVignesh Raghavendra <vigneshr@ti.com>2023-10-02 17:19:47 +0300
commit87e437a0fb6cbecbabff293061793b32e3bcd3b1 (patch)
treef43c22a831fbaff6cf2e28e4f17e300e54c15568 /arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi
parent7c3bc1952dd2b02983c06632b2d342823e9d6b96 (diff)
downloadlinux-87e437a0fb6cbecbabff293061793b32e3bcd3b1.tar.xz
arm64: dts: ti: k3-am625: Add boot phase tags marking
bootph-all as phase tag was added to dt-schema (dtschema/schemas/bootph.yaml) to describe various node usage during boot phases with DT. On TI K3 AM625 SoC, only secure_proxy_sa3 and esm nodes are exclusively used by R5 bootloader, rest of the dts nodes with bootph-* are used by later boot stages also. Add bootph-all for all other nodes that are used in the bootloader on K3 AM625 SoC, and bootph-pre-ram is not needed specifically for any other node in kernel dts. Signed-off-by: Nishanth Menon <nm@ti.com> Link: https://lore.kernel.org/r/20230911162535.1044560-2-nm@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi')
-rw-r--r--arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi
index eae052887186..fef76f52a52e 100644
--- a/arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi
@@ -7,6 +7,7 @@
&cbass_wakeup {
wkup_conf: syscon@43000000 {
+ bootph-all;
compatible = "syscon", "simple-mfd";
reg = <0x00 0x43000000 0x00 0x20000>;
#address-cells = <1>;
@@ -14,6 +15,7 @@
ranges = <0x0 0x00 0x43000000 0x20000>;
chipid: chipid@14 {
+ bootph-all;
compatible = "ti,am654-chipid";
reg = <0x14 0x4>;
};