From 874cc340b9bcbb069a2c4e108b64fd3b2743bdbc Mon Sep 17 00:00:00 2001 From: Suman Anna Date: Wed, 13 May 2015 22:28:56 -0500 Subject: [PATCH] ARM: dts: omap4: Add standby info for IPU and DSP 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 --- arch/arm/boot/dts/omap4.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index f51870087ba5..ecc67a244d55 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -464,6 +464,7 @@ ti,hwmods = "dsp"; syscon-bootreg = <&scm_conf 0x304>; iommus = <&mmu_dsp>; + ti,rproc-standby-info = <0x4a004420>; mboxes = <&mailbox &mbox_dsp>; status = "disabled"; }; @@ -474,6 +475,7 @@ reg-names = "l2ram"; ti,hwmods = "ipu"; iommus = <&mmu_ipu>; + ti,rproc-standby-info = <0x4a008920>; mboxes = <&mailbox &mbox_ipu>; status = "disabled"; }; -- 2.39.2