]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: ti: k3-am62a-phycore-som: Reserve main_timer2 for C7x DSP
authorDaniel Schultz <d.schultz@phytec.de>
Wed, 7 May 2025 07:00:08 +0000 (00:00 -0700)
committerNishanth Menon <nm@ti.com>
Fri, 9 May 2025 11:20:25 +0000 (06:20 -0500)
C7x DSP uses main_timer2, so mark it as reserved in linux DT.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Reviewed-by: Judith Mendez <jm@ti.com>
Link: https://lore.kernel.org/r/20250507070008.1231611-5-d.schultz@phytec.de
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi

index 7554ab2368e5a8fde9f2e7ac1207d5251469c85a..5dc5d2cb20ccdd85d82a5067959f5ea83efcd96e 100644 (file)
        status = "reserved";
 };
 
+/* main_timer2 is used by C7x DSP */
+&main_timer2 {
+       status = "reserved";
+};
+
 &mcu_r5fss0 {
        status = "okay";
 };