From: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
To: grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org
Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 2/2] arm/dt: tegra: Update serial port compatible values
Date: Thu, 12 May 2011 10:41:14 -0600 [thread overview]
Message-ID: <1305218474-4087-2-git-send-email-swarren@nvidia.com> (raw)
In-Reply-To: <1305218474-4087-1-git-send-email-swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Update the Tegra SoC serial port definitions to additionally be compatible
with the new generic "xscale" type.
I assume this will be squashed into:
commit a487b855dc1e243c52d531896705d0e33941e3a2
arm/dt: full tegra devicetree support
Signed-off-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
arch/arm/boot/dts/tegra250.dtsi | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/boot/dts/tegra250.dtsi b/arch/arm/boot/dts/tegra250.dtsi
index f1801b8..0a251e9 100644
--- a/arch/arm/boot/dts/tegra250.dtsi
+++ b/arch/arm/boot/dts/tegra250.dtsi
@@ -29,7 +29,7 @@
};
serial@70006000 {
- compatible = "nvidia,tegra250-uart";
+ compatible = "nvidia,tegra250-uart", "xscale";
reg = <0x70006000 0x40>;
reg-shift = <2>;
interrupts = < 68 >;
@@ -37,7 +37,7 @@
};
serial@70006040 {
- compatible = "nvidia,tegra250-uart";
+ compatible = "nvidia,tegra250-uart", "xscale";
reg = <0x70006040 0x40>;
reg-shift = <2>;
interrupts = < 69 >;
@@ -45,7 +45,7 @@
};
serial@70006200 {
- compatible = "nvidia,tegra250-uart";
+ compatible = "nvidia,tegra250-uart", "xscale";
reg = <0x70006200 0x100>;
reg-shift = <2>;
interrupts = < 78 >;
@@ -53,7 +53,7 @@
};
serial@70006300 {
- compatible = "nvidia,tegra250-uart";
+ compatible = "nvidia,tegra250-uart", "xscale";
reg = <0x70006300 0x100>;
reg-shift = <2>;
interrupts = < 122 >;
@@ -61,7 +61,7 @@
};
serial@70006400 {
- compatible = "nvidia,tegra250-uart";
+ compatible = "nvidia,tegra250-uart", "xscale";
reg = <0x70006400 0x100>;
reg-shift = <2>;
interrupts = < 123 >;
--
1.7.0.4
next prev parent reply other threads:[~2011-05-12 16:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-12 16:41 [PATCH 1/2] tty/serial: Update of_serial's XSCALE port type to be generic Stephen Warren
[not found] ` <1305218474-4087-1-git-send-email-swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-05-12 16:41 ` Stephen Warren [this message]
2011-05-19 19:11 ` Grant Likely
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=1305218474-4087-2-git-send-email-swarren@nvidia.com \
--to=swarren-ddmlm1+adcrqt0dzr+alfa@public.gmane.org \
--cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
--cc=grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org \
--cc=linux-tegra-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 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).