From: kernel@martin.sperl.org
To: Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Stephen Warren <swarren@wwwdotorg.org>,
Lee Jones <lee@kernel.org>, Eric Anholt <eric@anholt.net>,
Russell King <linux@arm.linux.org.uk>,
devicetree@vger.kernel.org, linux-rpi-kernel@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Cc: Martin Sperl <kernel@martin.sperl.org>
Subject: [PATCH 3/4] ARM: dts: bcm2835: add the bcm2835-sdram-controller to the dt
Date: Thu, 12 May 2016 12:38:51 +0000 [thread overview]
Message-ID: <1463056732-5607-4-git-send-email-kernel@martin.sperl.org> (raw)
In-Reply-To: <1463056732-5607-1-git-send-email-kernel@martin.sperl.org>
From: Martin Sperl <kernel@martin.sperl.org>
Add the bcm2835 sdram controller to the device tree.
Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
---
arch/arm/boot/dts/bcm283x.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi
index 8aaf193..9db9d97 100644
--- a/arch/arm/boot/dts/bcm283x.dtsi
+++ b/arch/arm/boot/dts/bcm283x.dtsi
@@ -22,6 +22,12 @@
#address-cells = <1>;
#size-cells = <1>;
+ memory-controller@7e002000 {
+ compatible = "brcm,bcm2835-sdram";
+ reg = <0x7e002000 0x58>, <0x7e002800 0x58>;
+ clocks = <&clocks BCM2835_CLOCK_SDRAM>;
+ };
+
timer@7e003000 {
compatible = "brcm,bcm2835-system-timer";
reg = <0x7e003000 0x1000>;
--
2.1.4
next prev parent reply other threads:[~2016-05-12 12:38 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-12 12:38 [PATCH 0/4] add minimal bcm2835-sdram driver kernel
2016-05-12 12:38 ` [PATCH 1/4] dt: bindings: add bcm2835-memory-controller documentation kernel
[not found] ` <1463056732-5607-2-git-send-email-kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org>
2016-05-16 16:04 ` Rob Herring
2016-05-12 12:38 ` [PATCH 2/4] memory: bcm2835: add bcm2835-memory controller kernel
2016-05-12 12:38 ` kernel [this message]
2016-05-12 14:56 ` [PATCH 3/4] ARM: dts: bcm2835: add the bcm2835-sdram-controller to the dt Stefan Wahren
[not found] ` <73859954.21004.36a104a6-5284-487f-b397-da7ff0407f1f.open-xchange-7tX72C7vayboQLBSYMtkGA@public.gmane.org>
2016-05-12 16:00 ` Martin Sperl
2016-05-12 12:38 ` [PATCH 4/4] ARM: bcm2835_defconfig: add bcm2835-sdram controller kernel
[not found] ` <1463056732-5607-1-git-send-email-kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org>
2016-05-12 14:50 ` [PATCH 0/4] add minimal bcm2835-sdram driver Stefan Wahren
2016-05-12 15:28 ` Martin Sperl
2016-05-12 15:55 ` Stefan Wahren
[not found] ` <527736177.22944.36a104a6-5284-487f-b397-da7ff0407f1f.open-xchange-7tX72C7vayboQLBSYMtkGA@public.gmane.org>
2016-05-12 16:03 ` Martin Sperl
2016-05-12 18:15 ` Eric Anholt
[not found] ` <87twi39m80.fsf-omZaPlIz5HhaEpDpdNBo/KxOck334EZe@public.gmane.org>
2016-05-12 19:46 ` Martin Sperl
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=1463056732-5607-4-git-send-email-kernel@martin.sperl.org \
--to=kernel@martin.sperl.org \
--cc=devicetree@vger.kernel.org \
--cc=eric@anholt.net \
--cc=lee@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rpi-kernel@lists.infradead.org \
--cc=linux@arm.linux.org.uk \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=swarren@wwwdotorg.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 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).