diff options
author | Daniel Schultz <d.schultz@phytec.de> | 2025-05-07 10:00:07 +0300 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2025-05-09 14:20:25 +0300 |
commit | 5d0727b0537f3e5c3c457ead700a5cdb1ee7eaf7 (patch) | |
tree | 3559264ac77c4bd9a092cd063fe4c732c2ef009d | |
parent | 8dd0ac27fcd1ea64612d1f2392c69bc2648aef2e (diff) | |
download | linux-5d0727b0537f3e5c3c457ead700a5cdb1ee7eaf7.tar.xz |
arm64: dts: ti: k3-am62a-phycore-som: Reserve main_rti4 for C7x DSP
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>
-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 a39efcbeebff..7554ab2368e5 100644 --- a/arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am62a-phycore-som.dtsi @@ -379,6 +379,11 @@ bootph-all; }; +/* main_rti4 is used by C7x DSP */ +&main_rti4 { + status = "reserved"; +}; + &mcu_r5fss0 { status = "okay"; }; |