aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSuman Anna2014-08-11 17:16:52 -0500
committerSuman Anna2019-03-04 10:02:38 -0600
commit1531f36f25d426b012d7066eff773b89e149b837 (patch)
treee9bde8665492e3b43c3758443874755fa9bbe046 /arch
parenta3bf3d3b11b821cee0fd39ea69641598f57ff6a0 (diff)
downloadremoteproc-1531f36f25d426b012d7066eff773b89e149b837.tar.gz
remoteproc-1531f36f25d426b012d7066eff773b89e149b837.tar.xz
remoteproc-1531f36f25d426b012d7066eff773b89e149b837.zip
ARM: dts: dra72x: Add aliases for rproc nodes
Add aliases for all the 3 remote processor nodes common to all DRA72x/DRA71x/AM571x/AM570x boards. The aliases uses the stem "rproc", and are defined in the order of the most common processors on the DRA72x family. The ids are same as DRA74x except for the missing DSP2. The aliases can be overridden, if needed, in the respective derivative board dts files. Signed-off-by: Suman Anna <s-anna@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/dra72x.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra72x.dtsi b/arch/arm/boot/dts/dra72x.dtsi
index c011d2e64fef..f27fbe6cbafd 100644
--- a/arch/arm/boot/dts/dra72x.dtsi
+++ b/arch/arm/boot/dts/dra72x.dtsi
@@ -12,6 +12,12 @@
12/ { 12/ {
13 compatible = "ti,dra722", "ti,dra72", "ti,dra7"; 13 compatible = "ti,dra722", "ti,dra72", "ti,dra7";
14 14
15 aliases {
16 rproc0 = &ipu1;
17 rproc1 = &ipu2;
18 rproc2 = &dsp1;
19 };
20
15 pmu { 21 pmu {
16 compatible = "arm,cortex-a15-pmu"; 22 compatible = "arm,cortex-a15-pmu";
17 interrupt-parent = <&wakeupgen>; 23 interrupt-parent = <&wakeupgen>;