浏览代码

ARM: dts: am572x-idk-common: Provide support for early-booted IPU1 & IPU2

Add support to enable the remoteproc late attach functionality of the IPU1
and IPU2 remote processors in the am572x-idk-common.dtsi file that applies
to both the AM572x and AM574x IDK 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 年之前
父节点
当前提交
ff8d339ec9
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/arm/boot/dts/am572x-idk-common.dtsi

+ 2 - 0
arch/arm/boot/dts/am572x-idk-common.dtsi

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