diff options
author | Suman Anna <s-anna@ti.com> | 2020-07-10 01:19:50 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-07-13 20:11:41 +0200 |
commit | e8661220e128ac649303ca0a5e31bf5f8533ab6e (patch) | |
tree | 4b6dacb72269b6e2480f8218cc3dd7c5a4a1a524 /arch/arm/boot/dts/omap5.dtsi | |
parent | ARM: dts: omap5: Add DSP and IPU nodes (diff) | |
download | linux-e8661220e128ac649303ca0a5e31bf5f8533ab6e.tar.xz linux-e8661220e128ac649303ca0a5e31bf5f8533ab6e.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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 116150ded018..adffc48a6d55 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -31,6 +31,8 @@ serial3 = &uart4; serial4 = &uart5; serial5 = &uart6; + rproc0 = &dsp; + rproc1 = &ipu; }; cpus { |