]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
ARM: dts: DRA74x: Add aliases for rproc nodes
authorSuman Anna <s-anna@ti.com>
Thu, 7 Aug 2014 22:55:44 +0000 (17:55 -0500)
committerSuman Anna <s-anna@ti.com>
Fri, 29 Aug 2014 02:51:41 +0000 (21:51 -0500)
Add aliases for all the IPU and DSP remoteproc processor
nodes common to all DRA74x 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>
arch/arm/boot/dts/dra74x.dtsi

index 61714516557f7d7ee6d77d48bde5592e105a7f08..56243ce11780ba4bc76f2f2f68195fe82dd00660 100644 (file)
                };
        };
 
+       aliases {
+               rproc0 = &ipu1;
+               rproc1 = &ipu2;
+               rproc2 = &dsp1;
+               rproc3 = &dsp2;
+       };
+
        ocp {
                mmu0_dsp2: mmu@41501000 {
                        compatible = "ti,dra7-iommu";