Skip to content

Commit 0ed073c

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm/boot/dts/dra72x.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
/ {
1111
compatible = "ti,dra722", "ti,dra72", "ti,dra7";
1212

13+
aliases {
14+
rproc0 = &ipu1;
15+
rproc1 = &ipu2;
16+
rproc2 = &dsp1;
17+
};
18+
1319
pmu {
1420
compatible = "arm,cortex-a15-pmu";
1521
interrupt-parent = <&wakeupgen>;

0 commit comments

Comments
 (0)