]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: ti: k3-am62a-phycore-som: Reserve main_rti4 for C7x DSP
authorDaniel Schultz <d.schultz@phytec.de>
Wed, 7 May 2025 07:00:07 +0000 (00:00 -0700)
committerNishanth Menon <nm@ti.com>
Fri, 9 May 2025 11:20:25 +0000 (06:20 -0500)
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 <d.schultz@phytec.de>
Reviewed-by: Judith Mendez <jm@ti.com>
Link: https://lore.kernel.org/r/20250507070008.1231611-4-d.schultz@phytec.de
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi

index a39efcbeebffb33060c257ede6e190ed061aa427..7554ab2368e5a8fde9f2e7ac1207d5251469c85a 100644 (file)
        bootph-all;
 };
 
+/* main_rti4 is used by C7x DSP */
+&main_rti4 {
+       status = "reserved";
+};
+
 &mcu_r5fss0 {
        status = "okay";
 };