summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 703dc8b)
raw | patch | inline | side by side (parent: 703dc8b)
author | Suman Anna <s-anna@ti.com> | |
Tue, 30 Jan 2018 19:44:19 +0000 (13:44 -0600) | ||
committer | Suman Anna <s-anna@ti.com> | |
Sun, 24 Feb 2019 01:20:50 +0000 (19:20 -0600) |
The AM437x IDK 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-idk-evm.dts | patch | blob | history |
index 20132477a87114e45f2f8a317c32e6f807b47085..136b1062e77c3ac1e81dd8373dae609031175249 100644 (file)
opp-suspend;
};
};
+
+&pruss_soc_bus {
+ status = "okay";
+
+ pruss1: pruss@54400000 {
+ status = "okay";
+ };
+
+ pruss0: pruss@54440000 {
+ status = "okay";
+ };
+};