aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuman Anna2014-08-08 21:32:49 -0500
committerSuman Anna2019-03-04 10:02:37 -0600
commit0d0b573ae639239632e0d6c6b28c1f55a2027c67 (patch)
treea7af9b44276c686e93f38b8e3fcea4fd32f9e157 /arch/arm/boot/dts
parent3db50bfb547c3ce0e2f04d68052285eca3398e85 (diff)
downloadremoteproc-0d0b573ae639239632e0d6c6b28c1f55a2027c67.tar.gz
remoteproc-0d0b573ae639239632e0d6c6b28c1f55a2027c67.tar.xz
remoteproc-0d0b573ae639239632e0d6c6b28c1f55a2027c67.zip
ARM: dts: omap5: Add aliases for rproc nodes
Add aliases for the DSP and IPU remoteproc processor nodes common to all OMAP5 boards. The aliases uses the stem "rproc", and are identical to the values chosen on OMAP4 boards. The aliases can be overridden, if needed, in the respective board files. Signed-off-by: Suman Anna <s-anna@ti.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/omap5.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
index 43d1e24d1065..d09180fb6fe3 100644
--- a/arch/arm/boot/dts/omap5.dtsi
+++ b/arch/arm/boot/dts/omap5.dtsi
@@ -32,6 +32,8 @@
32 serial3 = &uart4; 32 serial3 = &uart4;
33 serial4 = &uart5; 33 serial4 = &uart5;
34 serial5 = &uart6; 34 serial5 = &uart6;
35 rproc0 = &dsp;
36 rproc1 = &ipu;
35 }; 37 };
36 38
37 cpus { 39 cpus {