summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c3c3e75)
raw | patch | inline | side by side (parent: c3c3e75)
author | Suman Anna <s-anna@ti.com> | |
Tue, 30 Jan 2018 19:56:44 +0000 (13:56 -0600) | ||
committer | Suman Anna <s-anna@ti.com> | |
Sun, 24 Feb 2019 01:20:50 +0000 (19:20 -0600) |
The two PRU-ICSS processor subsystem bus nodes and their corresponding
subsystem nodes were left in disabled state in the base dra7.dts file.
The PRU-ICSSs are supported on only the AM57xx SoCs, so enable these
nodes (both PRU-ICSS1 and PRU-ICSS2 instances) to support them on
all the AM571x, AM572x and AM574x IDK boards. 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>
subsystem nodes were left in disabled state in the base dra7.dts file.
The PRU-ICSSs are supported on only the AM57xx SoCs, so enable these
nodes (both PRU-ICSS1 and PRU-ICSS2 instances) to support them on
all the AM571x, AM572x and AM574x IDK boards. 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/am57xx-idk-common.dtsi | patch | blob | history |
index c9063ffca524c8022f97930964d7b03f4de38c4c..e4c71080fba5fd06e8edd0dd2ea7d4cf7085def9 100644 (file)
};
};
};
+
+&pruss_soc_bus1 {
+ status = "okay";
+
+ pruss1: pruss@4b200000 {
+ status = "okay";
+ };
+};
+
+&pruss_soc_bus2 {
+ status = "okay";
+
+ pruss2: pruss@4b280000 {
+ status = "okay";
+ };
+};