ARM: dts: am335x-icev2: Enable PRU-ICSS module
authorSuman Anna <s-anna@ti.com>
Thu, 29 Jul 2021 22:46:16 +0000 (17:46 -0500)
committerTony Lindgren <tony@atomide.com>
Tue, 3 Aug 2021 12:25:11 +0000 (15:25 +0300)
The PRU-ICSS target module node was left in disabled state in the
base am33xx-l4.dtsi file. PRU-ICSS is supported on the AM335x ICEv2
board, so enable this node to support PRUSS on this board. The PRUSS
node and most of its child nodes are already enabled in the base dts
file, and so become effective automatically with the enabling of
this PRU-ICSS target module node.

The corresponding PRU nodes can be disabled later on if there are
no use-cases defined to use a particular PRU core or the whole
PRU-ICSS subsystem itself if both its PRU cores are unused.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-icev2.dts

index 5e598ac96dcc7f3ed9f80516ad23269653dc5935..e5ce89c8f54d30584ecd2137e304ddafcfbee200 100644 (file)
                reg = <3>;
        };
 };
+
+&pruss_tm {
+       status = "okay";
+};