From: kernel@martin.sperl.org (kernel at martin.sperl.org)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V3 4/4] ARM: bcm2835: add bcm2835-aux-uart support to default DT
Date: Sun, 17 Jan 2016 12:15:31 +0000 [thread overview]
Message-ID: <1453032932-2512-5-git-send-email-kernel@martin.sperl.org> (raw)
In-Reply-To: <1453032932-2512-1-git-send-email-kernel@martin.sperl.org>
From: Martin Sperl <kernel@martin.sperl.org>
Add bcm2835-aux-uart support to the default device tree.
Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
Note that this requires the aux-clock patches to be applied first
and it may also conflict with the still pending merge of the
rename of bcm2835.dtsi.
---
arch/arm/boot/dts/bcm2835.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi
index b37a088..bfd42ae 100644
--- a/arch/arm/boot/dts/bcm2835.dtsi
+++ b/arch/arm/boot/dts/bcm2835.dtsi
@@ -149,6 +149,13 @@
status = "disabled";
};
+ uart1: serial at 7e215040 {
+ compatible = "brcm,bcm2835-aux-uart";
+ reg = <0x7e215040 0x40>;
+ interrupts = <1 29>;
+ clocks = <&aux BCM2835_AUX_CLOCK_UART>;
+ };
+
sdhci: sdhci at 7e300000 {
compatible = "brcm,bcm2835-sdhci";
reg = <0x7e300000 0x100>;
--
1.7.10.4
prev parent reply other threads:[~2016-01-17 12:15 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-17 12:15 [PATCH V3 0/4] serial: bcm2835: add bcm2835 auxiliar uart driver kernel at martin.sperl.org
2016-01-17 12:15 ` [PATCH V3 1/4] ARM: bcm2835: follow dt uart node-naming convention kernel at martin.sperl.org
2016-02-03 1:34 ` Eric Anholt
2016-01-17 12:15 ` [PATCH V3 2/4] dt/bindings: serial: bcm2835: add binding documentation for bcm2835-aux-uart kernel at martin.sperl.org
2016-01-20 16:51 ` Rob Herring
2016-01-28 22:25 ` Eric Anholt
2016-01-17 12:15 ` [PATCH V3 3/4] serial: bcm2835: add driver " kernel at martin.sperl.org
2016-01-28 22:34 ` Eric Anholt
2016-01-17 12:15 ` kernel at martin.sperl.org [this message]
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=1453032932-2512-5-git-send-email-kernel@martin.sperl.org \
--to=kernel@martin.sperl.org \
--cc=linux-arm-kernel@lists.infradead.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).