Skip to content

Commit

Permalink
ARM: dts: DRA74x: Add aliases for rproc nodes
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Suman Anna authored and Tony Lindgren committed May 5, 2020
1 parent 78aae49 commit c6df655
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/dra74x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
};
};

aliases {
rproc0 = &ipu1;
rproc1 = &ipu2;
rproc2 = &dsp1;
rproc3 = &dsp2;
};

pmu {
compatible = "arm,cortex-a15-pmu";
interrupt-parent = <&wakeupgen>;
Expand Down

0 comments on commit c6df655

Please sign in to comment.