Skip to content

Commit c6df655

Browse files
sumanannatmlind
authored andcommitted
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 <[email protected]> Signed-off-by: Tero Kristo <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 78aae49 commit c6df655

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm/boot/dts/dra74x.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
};
3030
};
3131

32+
aliases {
33+
rproc0 = &ipu1;
34+
rproc1 = &ipu2;
35+
rproc2 = &dsp1;
36+
rproc3 = &dsp2;
37+
};
38+
3239
pmu {
3340
compatible = "arm,cortex-a15-pmu";
3441
interrupt-parent = <&wakeupgen>;

0 commit comments

Comments
 (0)