diff options
| author | Daniel Schultz <d.schultz@phytec.de> | 2025-05-07 00:00:08 -0700 |
|---|---|---|
| committer | Nishanth Menon <nm@ti.com> | 2025-05-09 06:20:25 -0500 |
| commit | f71fb19f36044290669dccfc31d1de6ef3d0eed6 (patch) | |
| tree | 330cd72941d3bfda2e8c6096c24fd73cfadb01f0 | |
| parent | 5d0727b0537f3e5c3c457ead700a5cdb1ee7eaf7 (diff) | |
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>
| -rw-r--r-- | arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi b/arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi index 7554ab2368e5..5dc5d2cb20cc 100644 --- a/arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi @@ -384,6 +384,11 @@ status = "reserved"; }; +/* main_timer2 is used by C7x DSP */ +&main_timer2 { + status = "reserved"; +}; + &mcu_r5fss0 { status = "okay"; }; |