summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 49cd912)
raw | patch | inline | side by side (parent: 49cd912)
author | Suman Anna <s-anna@ti.com> | |
Tue, 30 Jan 2018 19:42:32 +0000 (13:42 -0600) | ||
committer | Suman Anna <s-anna@ti.com> | |
Sun, 24 Feb 2019 01:20:50 +0000 (19:20 -0600) |
The AM437x GP EVM board uses a AM437x SoC that supports two PRU-ICSS
instances. The PRU-ICSS processor bus nodes and subsystem nodes were
left in disabled state in the base am4372.dtsi file. All these nodes
(both PRU-ICSS1 and PRU-ICSS0 instances) have been enabled now. 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>
instances. The PRU-ICSS processor bus nodes and subsystem nodes were
left in disabled state in the base am4372.dtsi file. All these nodes
(both PRU-ICSS1 and PRU-ICSS0 instances) have been enabled now. 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/am437x-gp-evm.dts | patch | blob | history |
index 5b97c20c5ed49c2de9432742442a322e4e127728..b93a3c8282ca3df7c1bc5282b7f8477f678351a5 100644 (file)
&cpu {
cpu0-supply = <&dcdc2>;
};
+
+&pruss_soc_bus {
+ status = "okay";
+
+ pruss1: pruss@54400000 {
+ status = "okay";
+ };
+
+ pruss0: pruss@54440000 {
+ status = "okay";
+ };
+};