Skip to content

Commit 5d0727b

Browse files
dnltznmenon
authored andcommitted
arm64: dts: ti: k3-am62a-phycore-som: Reserve main_rti4 for C7x DSP
The main rti4 watchdog timer is used by the C7x DSP, so reserve the timer in the linux device tree. Signed-off-by: Daniel Schultz <[email protected]> Reviewed-by: Judith Mendez <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Nishanth Menon <[email protected]>
1 parent 8dd0ac2 commit 5d0727b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,11 @@
379379
bootph-all;
380380
};
381381

382+
/* main_rti4 is used by C7x DSP */
383+
&main_rti4 {
384+
status = "reserved";
385+
};
386+
382387
&mcu_r5fss0 {
383388
status = "okay";
384389
};

0 commit comments

Comments
 (0)