]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/rpmsg.git/commitdiff
ARM: dts: omap5-uevm: Enable IPU & DSP CMA and rproc nodes
authorSuman Anna <s-anna@ti.com>
Fri, 7 Aug 2015 03:02:03 +0000 (22:02 -0500)
committerSuman Anna <s-anna@ti.com>
Tue, 27 Feb 2018 03:32:29 +0000 (21:32 -0600)
The IPU and DSP remote processor nodes and their associated
CMA pool nodes were previously disabled. The remote processor
nodes are enabled along with their corresponding CMA reserved
memory nodes for the OMAP5 uEVM board.

An associated pair of the rproc node and its CMA node can be
disabled later on if there is no use-case defined to use that
remote processor.

Signed-off-by: Suman Anna <s-anna@ti.com>
arch/arm/boot/dts/omap5-uevm.dts

index 9452c7469b3e044423efb51cd4c84da864192481..b2159199daef2478de20246b20023fd8a6613acb 100644 (file)
                        compatible = "shared-dma-pool";
                        reg = <0 0x95000000 0 0x800000>;
                        reusable;
-                       status = "disabled";
+                       status = "okay";
                };
 
                ipu_memory_region: ipu-memory@95800000 {
                        compatible = "shared-dma-pool";
                        reg = <0 0x95800000 0 0x3800000>;
                        reusable;
-                       status = "disabled";
+                       status = "okay";
                };
        };
 
 };
 
 &dsp {
+       status = "okay";
        memory-region = <&dsp_memory_region>;
 };
 
 &ipu {
+       status = "okay";
        memory-region = <&ipu_memory_region>;
 };