Browse Source

ARM: dts: beagle-x15-common: Provide support for early-booted IPU1 & IPU2

Add support to enable the remoteproc late attach functionality of the IPU1
and IPU2 remote processors on all the AM57xx BeagleBoard-X15 boards. These
processors should have been booted earlier by either the U-Boot or SPL.
All the necessary node changes are applied by including the common
dra7-ipu-common-early-boot.dtsi file.

Signed-off-by: Suman Anna <s-anna@ti.com>
Suman Anna 6 years ago
parent
commit
a7affe9e21
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi

+ 2 - 0
arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi

@@ -639,3 +639,5 @@
 	status = "okay";
 	status = "okay";
 	memory-region = <&dsp2_memory_region>;
 	memory-region = <&dsp2_memory_region>;
 };
 };
+
+#include "dra7-ipu-common-early-boot.dtsi"