diff mbox series

[10/12] ARM: dts: am437x-gp-evm: Enable PRU-ICSS interconnect node

Message ID 20200225204649.28220-11-s-anna@ti.com (mailing list archive)
State New, archived
Headers show
Series ti-sysc support for PRUSS | expand

Commit Message

Suman Anna Feb. 25, 2020, 8:46 p.m. UTC
The AM437x GP EVM board uses a AM437x SoC that supports two PRU-ICSS
instances. The PRU-ICSS target module node was left in disabled state
in the base am4372.dtsi file. Enable the PRU-ICSS target module node
on this board.

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

Patch

diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts
index 811c8cae315b..537686688a8b 100644
--- a/arch/arm/boot/dts/am437x-gp-evm.dts
+++ b/arch/arm/boot/dts/am437x-gp-evm.dts
@@ -1128,3 +1128,7 @@ 
 &cpu {
 	cpu0-supply = <&dcdc2>;
 };
+
+&pruss_tm {
+	status = "okay";
+};