The AM437x SK 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@xxxxxx> --- arch/arm/boot/dts/am437x-sk-evm.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts index 25222497f828..9fafb01e0521 100644 --- a/arch/arm/boot/dts/am437x-sk-evm.dts +++ b/arch/arm/boot/dts/am437x-sk-evm.dts @@ -910,3 +910,7 @@ }; }; }; + +&pruss_tm { + status = "okay"; +}; -- 2.23.0