]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/rpmsg.git/commitdiff
ARM: dts: am335x-evmsk: Enable PRU-ICSS nodes
authorSuman Anna <s-anna@ti.com>
Tue, 30 Jan 2018 19:39:00 +0000 (13:39 -0600)
committerSuman Anna <s-anna@ti.com>
Sun, 24 Feb 2019 01:20:49 +0000 (19:20 -0600)
The PRU-ICSS processor bus node and subsystem nodes were left in
disabled state in the base am33xx.dtsi file. PRU-ICSS is supported
on the AM335x SK EVM board, so enable both these PRU-ICSS nodes. The
PRU nodes are already enabled in the base dts file, and so become
effective automatically with the enabling of these PRU-ICSS nodes.

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>
arch/arm/boot/dts/am335x-evmsk.dts

index bf1a40e45c97b1b3a0cbbfa6ea583509f4e5bb8a..a83e5809fd76dbdcb5e66ee867eaade4bf24bd6e 100644 (file)
        clocks = <&clk_32768_ck>, <&l4_per_clkctrl AM3_CLKDIV32K_CLKCTRL 0>;
        clock-names = "ext-clk", "int-clk";
 };
+
+&pruss_soc_bus {
+       status = "okay";
+
+       pruss: pruss@4a300000 {
+               status = "okay";
+       };
+};