]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/rpmsg.git/commitdiff
ARM: dts: omap4: Add standby info for IPU and DSP
authorSuman Anna <s-anna@ti.com>
Thu, 14 May 2015 03:28:56 +0000 (22:28 -0500)
committerSuman Anna <s-anna@ti.com>
Mon, 4 Mar 2019 16:17:26 +0000 (10:17 -0600)
Add the data for the "ti,rproc-standby-info" property for
the DSP and IPU remoteproc processor nodes. This data is
common to all OMAP4 boards, and is required by the OMAP
remoteproc driver to implement suspend/resume for the OMAP4
remoteproc devices.

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

index f51870087ba51f23d95d3c2296ea2770ab0da1ed..ecc67a244d5514b0edd2ff5c964182d79d4f6e12 100644 (file)
                        ti,hwmods = "dsp";
                        syscon-bootreg = <&scm_conf 0x304>;
                        iommus = <&mmu_dsp>;
+                       ti,rproc-standby-info = <0x4a004420>;
                        mboxes = <&mailbox &mbox_dsp>;
                        status = "disabled";
                };
                        reg-names = "l2ram";
                        ti,hwmods = "ipu";
                        iommus = <&mmu_ipu>;
+                       ti,rproc-standby-info = <0x4a008920>;
                        mboxes = <&mailbox &mbox_ipu>;
                        status = "disabled";
                };