]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: ti: k3-j784s4-evm: Change timer nodes status to reserved
authorBeleswar Padhi <b-padhi@ti.com>
Mon, 26 Aug 2024 10:48:19 +0000 (16:18 +0530)
committerNishanth Menon <nm@ti.com>
Wed, 28 Aug 2024 17:31:18 +0000 (12:31 -0500)
The remoteproc firmware like of R5F and DSPs in the MAIN voltage domain
use timers. Therefore, change the status of the timer nodes to
"reserved" to avoid any clash. Usage is described as below:

+===================+=============+
|  Remoteproc node  | Timer Node  |
+===================+=============+
| main_r5fss0_core0 | main_timer4 |
+-------------------+-------------+
| main_r5fss0_core1 | main_timer5 |
+-------------------+-------------+
| main_r5fss1_core0 | main_timer6 |
+-------------------+-------------+
| main_r5fss1_core1 | main_timer7 |
+-------------------+-------------+
| main_r5fss2_core0 | main_timer8 |
+-------------------+-------------+
| main_r5fss2_core1 | main_timer9 |
+-------------------+-------------+
| c71_0             | main_timer0 |
+-------------------+-------------+
| c71_1             | main_timer1 |
+-------------------+-------------+
| c71_2             | main_timer2 |
+-------------------+-------------+
| c71_3             | main_timer3 |
+-------------------+-------------+

Signed-off-by: Beleswar Padhi <b-padhi@ti.com>
Link: https://lore.kernel.org/r/20240826104821.1516344-7-b-padhi@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-j784s4-evm.dts

index 05dc063685f0b8f3ce2ee12a4a51e9c3f4719266..6695ebbcb4d0b110e3f339509c4432eb4ef0b81c 100644 (file)
        ti,cluster-mode = <0>;
 };
 
+/* Timers are used by Remoteproc firmware */
+&main_timer0 {
+       status = "reserved";
+};
+
+&main_timer1 {
+       status = "reserved";
+};
+
+&main_timer2 {
+       status = "reserved";
+};
+
+&main_timer3 {
+       status = "reserved";
+};
+
+&main_timer4 {
+       status = "reserved";
+};
+
+&main_timer5 {
+       status = "reserved";
+};
+
+&main_timer6 {
+       status = "reserved";
+};
+
+&main_timer7 {
+       status = "reserved";
+};
+
+&main_timer8 {
+       status = "reserved";
+};
+
+&main_timer9 {
+       status = "reserved";
+};
+
 &main_r5fss0_core0 {
        status = "okay";
        mboxes = <&mailbox0_cluster1 &mbox_main_r5fss0_core0>;