From: Dave Gerlach <d-gerlach@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: devicetree@vger.kernel.org, Dave Gerlach <d-gerlach@ti.com>,
Keerthy J <j-keerthy@ti.com>, Johan Hovold <johan@kernel.org>,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/9] ARM: dts: am4372: Add soc node
Date: Sun, 18 Feb 2018 21:35:02 -0600 [thread overview]
Message-ID: <1519011305-17822-7-git-send-email-d-gerlach@ti.com> (raw)
In-Reply-To: <1519011305-17822-1-git-send-email-d-gerlach@ti.com>
Add soc node for am4372 with pm-sram phandle to both pm-sram-code and
pm-sram-data regions.
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
---
arch/arm/boot/dts/am4372.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
index 10dc52a07b32..b136c401879f 100644
--- a/arch/arm/boot/dts/am4372.dtsi
+++ b/arch/arm/boot/dts/am4372.dtsi
@@ -92,6 +92,16 @@
};
};
+ soc {
+ compatible = "ti,omap-infra";
+ mpu {
+ compatible = "ti,omap4-mpu";
+ ti,hwmods = "mpu";
+ pm-sram = <&pm_sram_code
+ &pm_sram_data>;
+ };
+ };
+
gic: interrupt-controller@48241000 {
compatible = "arm,cortex-a9-gic";
interrupt-controller;
--
2.16.1
next prev parent reply other threads:[~2018-02-19 3:35 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-19 3:34 [PATCH 0/9] ARM: dts: am33xx/am4372: Add suspend-resume support Dave Gerlach
2018-02-19 3:34 ` [PATCH 1/9] ARM: dts: am33xx: Reserve pm code and data regions in ocmcram sram node Dave Gerlach
2018-02-19 3:34 ` [PATCH 2/9] ARM: dts: am4372: " Dave Gerlach
2018-02-19 3:34 ` [PATCH 3/9] ARM: dts: am33xx: Update emif node Dave Gerlach
2018-02-19 3:35 ` [PATCH 4/9] ARM: dts: am4372: " Dave Gerlach
2018-02-19 3:35 ` [PATCH 5/9] ARM: dts: am33xx: Add pm-sram phandle to soc node Dave Gerlach
2018-02-19 3:35 ` Dave Gerlach [this message]
2018-02-19 3:35 ` [PATCH 7/9] ARM: dts: am33xx: Mark emif with ti,no-idle Dave Gerlach
2018-02-19 3:35 ` [PATCH 8/9] ARM: dts: am4372: " Dave Gerlach
2018-02-19 3:35 ` [PATCH 9/9] ARM: dts: am4372: Mark omap_l3_noc " Dave Gerlach
2018-02-27 17:46 ` [PATCH 0/9] ARM: dts: am33xx/am4372: Add suspend-resume support Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1519011305-17822-7-git-send-email-d-gerlach@ti.com \
--to=d-gerlach@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=j-keerthy@ti.com \
--cc=johan@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).