diff options
author | Suman Anna <s-anna@ti.com> | 2021-07-30 00:46:15 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-08-03 14:25:11 +0200 |
commit | 7acf5661b6a1298ff6489e343867e43fa48aac81 (patch) | |
tree | 7513adcbebad9900be4cdc5bac14f20eed1cdd84 /arch/arm/boot/dts/am335x-evmsk.dts | |
parent | ARM: dts: am335x-evm: Enable PRU-ICSS module (diff) | |
download | linux-7acf5661b6a1298ff6489e343867e43fa48aac81.tar.xz linux-7acf5661b6a1298ff6489e343867e43fa48aac81.zip |
ARM: dts: am335x-evmsk: Enable PRU-ICSS module
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 SK
EVM 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>
Diffstat (limited to 'arch/arm/boot/dts/am335x-evmsk.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-evmsk.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts index 001657be0381..a2db65538e51 100644 --- a/arch/arm/boot/dts/am335x-evmsk.dts +++ b/arch/arm/boot/dts/am335x-evmsk.dts @@ -715,3 +715,7 @@ clocks = <&clk_32768_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>; clock-names = "ext-clk", "int-clk"; }; + +&pruss_tm { + status = "okay"; +}; |