summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6903142)
raw | patch | inline | side by side (parent: 6903142)
author | Suman Anna <s-anna@ti.com> | |
Thu, 14 May 2015 03:28:56 +0000 (22:28 -0500) | ||
committer | Suman 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>
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 | patch | blob | history |
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";
};