Skip to content

Commit f71fb19

Browse files
dnltznmenon
authored andcommitted
arm64: dts: ti: k3-am62a-phycore-som: Reserve main_timer2 for C7x DSP
C7x DSP uses main_timer2, so mark it as reserved in linux DT. 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 5d0727b commit f71fb19

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
@@ -384,6 +384,11 @@
384384
status = "reserved";
385385
};
386386

387+
/* main_timer2 is used by C7x DSP */
388+
&main_timer2 {
389+
status = "reserved";
390+
};
391+
387392
&mcu_r5fss0 {
388393
status = "okay";
389394
};

0 commit comments

Comments
 (0)