diff mbox series

[09/12] ARM: dts: am335x-icev2: Enable PRU-ICSS interconnect node

Message ID 20200225204649.28220-10-s-anna@ti.com
State New
Headers show
Series None | expand

Commit Message

Suman Anna Feb. 25, 2020, 8:46 p.m. UTC
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.

Signed-off-by: Suman Anna <s-anna@ti.com>
---
 arch/arm/boot/dts/am335x-icev2.dts | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/am335x-icev2.dts b/arch/arm/boot/dts/am335x-icev2.dts
index 021eb57261fe..83b4bd91a44c 100644
--- a/arch/arm/boot/dts/am335x-icev2.dts
+++ b/arch/arm/boot/dts/am335x-icev2.dts
@@ -510,3 +510,7 @@ 
 		reg = <3>;
 	};
 };
+
+&pruss_tm {
+	status = "okay";
+};