Skip to content

Commit 830454b

Browse files
committed
arm64: dts: ti: k3-am65-wakeup: Add debug region to TI-SCI node
Lets add the TISCI debug region to TI-SCI region in line with TI-SCI documentation[1]. While at it, lets rename the node to indicate the address usage. [1] http://downloads.ti.com/tisci/esd/latest/4_trace/trace.html Signed-off-by: Nishanth Menon <[email protected]> Reviewed-by: Tero Kristo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent a081288 commit 830454b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
&cbass_wakeup {
9-
dmsc: dmsc {
9+
dmsc: dmsc@44083000 {
1010
compatible = "ti,am654-sci";
1111
ti,host-id = <12>;
1212
#address-cells = <1>;
@@ -18,6 +18,9 @@
1818
mboxes= <&secure_proxy_main 11>,
1919
<&secure_proxy_main 13>;
2020

21+
reg-names = "debug_messages";
22+
reg = <0x44083000 0x1000>;
23+
2124
k3_pds: power-controller {
2225
compatible = "ti,sci-pm-domain";
2326
#power-domain-cells = <2>;

0 commit comments

Comments
 (0)