mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
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 <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>
This commit is contained in:
parent
5d0727b053
commit
f71fb19f36
|
|
@ -384,6 +384,11 @@ &main_rti4 {
|
|||
status = "reserved";
|
||||
};
|
||||
|
||||
/* main_timer2 is used by C7x DSP */
|
||||
&main_timer2 {
|
||||
status = "reserved";
|
||||
};
|
||||
|
||||
&mcu_r5fss0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user