aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSuman Anna2014-08-07 17:55:44 -0500
committerSuman Anna2019-03-04 10:02:38 -0600
commita3bf3d3b11b821cee0fd39ea69641598f57ff6a0 (patch)
tree8331f07558f8f3d7e6e33b4efb5d0ced4bf1cb8c /arch
parentb1534a01d7d1e385a13859dd6ab7b8fe2b6b9ecb (diff)
downloadremoteproc-a3bf3d3b11b821cee0fd39ea69641598f57ff6a0.tar.gz
remoteproc-a3bf3d3b11b821cee0fd39ea69641598f57ff6a0.tar.xz
remoteproc-a3bf3d3b11b821cee0fd39ea69641598f57ff6a0.zip
ARM: dts: dra74x: Add aliases for rproc nodes
Add aliases for all the IPU and DSP remoteproc processor nodes common to all DRA74x/DRA76x/AM572x/AM574x boards. The aliases uses the stem "rproc". The aliases are defined in the order of the most common processors on the DRA74x family. 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/dra74x.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra74x.dtsi b/arch/arm/boot/dts/dra74x.dtsi
index 07f309461fd4..492ee7d355ef 100644
--- a/arch/arm/boot/dts/dra74x.dtsi
+++ b/arch/arm/boot/dts/dra74x.dtsi
@@ -31,6 +31,13 @@
31 }; 31 };
32 }; 32 };
33 33
34 aliases {
35 rproc0 = &ipu1;
36 rproc1 = &ipu2;
37 rproc2 = &dsp1;
38 rproc3 = &dsp2;
39 };
40
34 pmu { 41 pmu {
35 compatible = "arm,cortex-a15-pmu"; 42 compatible = "arm,cortex-a15-pmu";
36 interrupt-parent = <&wakeupgen>; 43 interrupt-parent = <&wakeupgen>;