Commit 8d5bfa63 authored by Nishanth Menon's avatar Nishanth Menon Committed by Vignesh Raghavendra

arm64: dts: ti: k3-am64: Add 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 AM642 SoC, only 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 AM642 SoC, and bootph-pre-ram is not needed specifically for any
other node in kernel dts.
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20230911172902.1057417-2-nm@ti.comSigned-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent c412c2f2
...@@ -38,6 +38,7 @@ sproxy-sram@1fc000 { ...@@ -38,6 +38,7 @@ sproxy-sram@1fc000 {
}; };
main_conf: syscon@43000000 { main_conf: syscon@43000000 {
bootph-all;
compatible = "ti,j721e-system-controller", "syscon", "simple-mfd"; compatible = "ti,j721e-system-controller", "syscon", "simple-mfd";
reg = <0x0 0x43000000 0x0 0x20000>; reg = <0x0 0x43000000 0x0 0x20000>;
#address-cells = <1>; #address-cells = <1>;
...@@ -45,6 +46,7 @@ main_conf: syscon@43000000 { ...@@ -45,6 +46,7 @@ main_conf: syscon@43000000 {
ranges = <0x0 0x0 0x43000000 0x20000>; ranges = <0x0 0x0 0x43000000 0x20000>;
chipid@14 { chipid@14 {
bootph-all;
compatible = "ti,am654-chipid"; compatible = "ti,am654-chipid";
reg = <0x00000014 0x4>; reg = <0x00000014 0x4>;
}; };
...@@ -96,6 +98,7 @@ gic_its: msi-controller@1820000 { ...@@ -96,6 +98,7 @@ gic_its: msi-controller@1820000 {
}; };
dmss: bus@48000000 { dmss: bus@48000000 {
bootph-all;
compatible = "simple-mfd"; compatible = "simple-mfd";
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
...@@ -105,6 +108,7 @@ dmss: bus@48000000 { ...@@ -105,6 +108,7 @@ dmss: bus@48000000 {
ti,sci-dev-id = <25>; ti,sci-dev-id = <25>;
secure_proxy_main: mailbox@4d000000 { secure_proxy_main: mailbox@4d000000 {
bootph-all;
compatible = "ti,am654-secure-proxy"; compatible = "ti,am654-secure-proxy";
#mbox-cells = <1>; #mbox-cells = <1>;
reg-names = "target_data", "rt", "scfg"; reg-names = "target_data", "rt", "scfg";
...@@ -188,6 +192,7 @@ main_pktdma: dma-controller@485c0000 { ...@@ -188,6 +192,7 @@ main_pktdma: dma-controller@485c0000 {
}; };
dmsc: system-controller@44043000 { dmsc: system-controller@44043000 {
bootph-all;
compatible = "ti,k2g-sci"; compatible = "ti,k2g-sci";
ti,host-id = <12>; ti,host-id = <12>;
mbox-names = "rx", "tx"; mbox-names = "rx", "tx";
...@@ -197,22 +202,26 @@ dmsc: system-controller@44043000 { ...@@ -197,22 +202,26 @@ dmsc: system-controller@44043000 {
reg = <0x00 0x44043000 0x00 0xfe0>; reg = <0x00 0x44043000 0x00 0xfe0>;
k3_pds: power-controller { k3_pds: power-controller {
bootph-all;
compatible = "ti,sci-pm-domain"; compatible = "ti,sci-pm-domain";
#power-domain-cells = <2>; #power-domain-cells = <2>;
}; };
k3_clks: clock-controller { k3_clks: clock-controller {
bootph-all;
compatible = "ti,k2g-sci-clk"; compatible = "ti,k2g-sci-clk";
#clock-cells = <2>; #clock-cells = <2>;
}; };
k3_reset: reset-controller { k3_reset: reset-controller {
bootph-all;
compatible = "ti,sci-reset"; compatible = "ti,sci-reset";
#reset-cells = <2>; #reset-cells = <2>;
}; };
}; };
main_pmx0: pinctrl@f4000 { main_pmx0: pinctrl@f4000 {
bootph-all;
compatible = "pinctrl-single"; compatible = "pinctrl-single";
reg = <0x00 0xf4000 0x00 0x2d0>; reg = <0x00 0xf4000 0x00 0x2d0>;
#pinctrl-cells = <1>; #pinctrl-cells = <1>;
...@@ -221,6 +230,7 @@ main_pmx0: pinctrl@f4000 { ...@@ -221,6 +230,7 @@ main_pmx0: pinctrl@f4000 {
}; };
main_timer0: timer@2400000 { main_timer0: timer@2400000 {
bootph-all;
compatible = "ti,am654-timer"; compatible = "ti,am654-timer";
reg = <0x00 0x2400000 0x00 0x400>; reg = <0x00 0x2400000 0x00 0x400>;
interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
...@@ -365,6 +375,7 @@ main_timer11: timer@24b0000 { ...@@ -365,6 +375,7 @@ main_timer11: timer@24b0000 {
}; };
main_esm: esm@420000 { main_esm: esm@420000 {
bootph-pre-ram;
compatible = "ti,j721e-esm"; compatible = "ti,j721e-esm";
reg = <0x00 0x420000 0x00 0x1000>; reg = <0x00 0x420000 0x00 0x1000>;
ti,esm-pins = <160>, <161>; ti,esm-pins = <160>, <161>;
......
...@@ -146,6 +146,7 @@ mcu_gpio0: gpio@4201000 { ...@@ -146,6 +146,7 @@ mcu_gpio0: gpio@4201000 {
}; };
mcu_pmx0: pinctrl@4084000 { mcu_pmx0: pinctrl@4084000 {
bootph-all;
compatible = "pinctrl-single"; compatible = "pinctrl-single";
reg = <0x00 0x4084000 0x00 0x84>; reg = <0x00 0x4084000 0x00 0x84>;
#pinctrl-cells = <1>; #pinctrl-cells = <1>;
...@@ -154,6 +155,7 @@ mcu_pmx0: pinctrl@4084000 { ...@@ -154,6 +155,7 @@ mcu_pmx0: pinctrl@4084000 {
}; };
mcu_esm: esm@4100000 { mcu_esm: esm@4100000 {
bootph-pre-ram;
compatible = "ti,j721e-esm"; compatible = "ti,j721e-esm";
reg = <0x00 0x4100000 0x00 0x1000>; reg = <0x00 0x4100000 0x00 0x1000>;
ti,esm-pins = <0>, <1>; ti,esm-pins = <0>, <1>;
......
...@@ -47,6 +47,7 @@ pmu: pmu { ...@@ -47,6 +47,7 @@ pmu: pmu {
}; };
cbass_main: bus@f4000 { cbass_main: bus@f4000 {
bootph-all;
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
...@@ -85,6 +86,7 @@ cbass_main: bus@f4000 { ...@@ -85,6 +86,7 @@ cbass_main: bus@f4000 {
<0x00 0x04000000 0x00 0x04000000 0x00 0x01ff1400>; <0x00 0x04000000 0x00 0x04000000 0x00 0x01ff1400>;
cbass_mcu: bus@4000000 { cbass_mcu: bus@4000000 {
bootph-all;
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment