From: Cor Peters <cpeters-JQzsJ8WnmGqc6Wr4J9gsBQC/G2K4zDHf@public.gmane.org>
To: linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: linux-watchdog-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 2/2] ARM: am33xx.dtsi: Added syscon compatible prcm_dev device
Date: Tue, 15 Nov 2016 09:44:04 +0100 [thread overview]
Message-ID: <3071466.kDDk30H73u@corpeters> (raw)
This patch adds the PRM_DEV as a syscon compatible device to
am33xx.dtsi. This is needed for the watchdog bootstatus patch.
Signed-off-by: Cor Peters <cpeters-JQzsJ8WnmGqc6Wr4J9gsBQC/G2K4zDHf@public.gmane.org>
---
arch/arm/boot/dts/am33xx.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 194d884..e8faf19 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -115,6 +115,7 @@
prcm: prcm@200000 {
compatible = "ti,am3-prcm";
reg = <0x200000 0x4000>;
+ ranges = <0 0x200000 0x4000>;
prcm_clocks: clocks {
#address-cells = <1>;
@@ -123,6 +124,11 @@
prcm_clockdomains: clockdomains {
};
+
+ prcm_wkup: prcm-wkup@f00 {
+ compatible = "ti,omap3-prcm-dev", "syscon";
+ reg = <0xf00 0xff>;
+ };
};
scm: scm@210000 {
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Cor Peters <cpeters@victronenergy.com>
To: <linux-omap@vger.kernel.org>
Cc: <linux-watchdog@vger.kernel.org>
Subject: [PATCH 2/2] ARM: am33xx.dtsi: Added syscon compatible prcm_dev device
Date: Tue, 15 Nov 2016 09:44:04 +0100 [thread overview]
Message-ID: <3071466.kDDk30H73u@corpeters> (raw)
This patch adds the PRM_DEV as a syscon compatible device to
am33xx.dtsi. This is needed for the watchdog bootstatus patch.
Signed-off-by: Cor Peters <cpeters@victronenergy.com>
---
arch/arm/boot/dts/am33xx.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 194d884..e8faf19 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -115,6 +115,7 @@
prcm: prcm@200000 {
compatible = "ti,am3-prcm";
reg = <0x200000 0x4000>;
+ ranges = <0 0x200000 0x4000>;
prcm_clocks: clocks {
#address-cells = <1>;
@@ -123,6 +124,11 @@
prcm_clockdomains: clockdomains {
};
+
+ prcm_wkup: prcm-wkup@f00 {
+ compatible = "ti,omap3-prcm-dev", "syscon";
+ reg = <0xf00 0xff>;
+ };
};
scm: scm@210000 {
--
1.9.1
next reply other threads:[~2016-11-15 8:44 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-15 8:44 Cor Peters [this message]
2016-11-15 8:44 ` [PATCH 2/2] ARM: am33xx.dtsi: Added syscon compatible prcm_dev device Cor Peters
2016-11-15 17:35 ` Tony Lindgren
2016-11-15 17:35 ` Tony Lindgren
[not found] ` <20161115173515.GL4082-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2016-11-15 17:38 ` Tony Lindgren
2016-11-15 17:38 ` Tony Lindgren
[not found] ` <20161115173816.GM4082-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2016-11-15 19:18 ` Tero Kristo
2016-11-15 19:18 ` Tero Kristo
[not found] ` <6861ab40-8727-86ab-17bc-6bb7dc3de30a-l0cyMroinI0@public.gmane.org>
2016-11-16 17:14 ` Tony Lindgren
2016-11-16 17:14 ` Tony Lindgren
[not found] ` <20161116171442.GR4082-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2016-11-16 18:58 ` Tero Kristo
2016-11-16 18:58 ` Tero Kristo
2016-11-15 18:38 ` Guenter Roeck
2016-11-15 18:38 ` Guenter Roeck
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=3071466.kDDk30H73u@corpeters \
--to=cpeters-jqzsj8wnmgqc6wr4j9gsbqc/g2k4zdhf@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-watchdog-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.