From: Ramon Fried <ramon.fried@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 3/6] dts: db410c: added smem nodes
Date: Fri, 22 Jun 2018 05:11:30 +0300 [thread overview]
Message-ID: <20180622021133.24062-4-ramon.fried@gmail.com> (raw)
In-Reply-To: <20180622021133.24062-1-ramon.fried@gmail.com>
Added necessary nodes for Qualcomm smem driver.
Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
---
Changes in v2: None
arch/arm/dts/dragonboard410c-uboot.dtsi | 5 +++++
arch/arm/dts/dragonboard410c.dts | 16 ++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/arch/arm/dts/dragonboard410c-uboot.dtsi b/arch/arm/dts/dragonboard410c-uboot.dtsi
index 50ac2e6584..773439ab93 100644
--- a/arch/arm/dts/dragonboard410c-uboot.dtsi
+++ b/arch/arm/dts/dragonboard410c-uboot.dtsi
@@ -6,6 +6,11 @@
*/
/ {
+
+ smem {
+ u-boot,dm-pre-reloc;
+ };
+
soc {
u-boot,dm-pre-reloc;
diff --git a/arch/arm/dts/dragonboard410c.dts b/arch/arm/dts/dragonboard410c.dts
index 182a865b0a..f4f7c350ec 100644
--- a/arch/arm/dts/dragonboard410c.dts
+++ b/arch/arm/dts/dragonboard410c.dts
@@ -27,18 +27,34 @@
#address-cells = <2>;
#size-cells = <2>;
ranges;
+
+ smem_mem: smem_region at 86300000 {
+ reg = <0x0 0x86300000 0x0 0x100000>;
+ no-map;
+ };
};
chosen {
stdout-path = "/soc/serial at 78b0000";
};
+ smem {
+ compatible = "qcom,smem";
+ memory-region = <&smem_mem>;
+ qcom,rpm-msg-ram = <&rpm_msg_ram>;
+ };
+
soc {
#address-cells = <0x1>;
#size-cells = <0x1>;
ranges = <0x0 0x0 0x0 0xffffffff>;
compatible = "simple-bus";
+ rpm_msg_ram: memory at 60000 {
+ compatible = "qcom,rpm-msg-ram";
+ reg = <0x60000 0x8000>;
+ };
+
pinctrl: qcom,tlmm at 1000000 {
compatible = "qcom,tlmm-apq8016";
reg = <0x1000000 0x400000>;
--
2.17.1
next prev parent reply other threads:[~2018-06-22 2:11 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20180622021133.24062-1-ramon.fried@gmail.com>
2018-06-22 2:11 ` [U-Boot] [PATCH v2 1/6] dm: SMEM (Shared memory) uclass Ramon Fried
2018-06-26 3:59 ` Simon Glass
2018-06-25 22:54 ` Ramon Fried
2018-06-26 10:15 ` Ramon Fried
2018-06-26 23:18 ` Simon Glass
2018-06-28 10:21 ` Ramon Fried
2018-06-26 6:39 ` Dr. Philipp Tomsich
2018-06-26 14:41 ` Ramon Fried
2018-06-22 2:11 ` [U-Boot] [PATCH v2 2/6] soc: qualcomm: Add Shared Memory Manager driver Ramon Fried
2018-06-26 3:59 ` Simon Glass
2018-06-22 2:11 ` Ramon Fried [this message]
2018-06-26 3:59 ` [U-Boot] [PATCH v2 3/6] dts: db410c: added smem nodes Simon Glass
2018-06-22 2:11 ` [U-Boot] [PATCH v2 4/6] dts: db820c: " Ramon Fried
2018-06-26 3:59 ` Simon Glass
2018-06-22 2:11 ` [U-Boot] [PATCH v2 5/6] drivers: smem: sandbox Ramon Fried
2018-06-26 4:00 ` Simon Glass
2018-06-22 2:11 ` [U-Boot] [PATCH v2 6/6] test: smem: add basic smem test Ramon Fried
2018-06-26 3:59 ` Simon Glass
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=20180622021133.24062-4-ramon.fried@gmail.com \
--to=ramon.fried@gmail.com \
--cc=u-boot@lists.denx.de \
/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