From: 21cnbao@gmail.com (Barry Song)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 06/10] ARM: dts: atlas7: add lost G2D node
Date: Tue, 28 Jul 2015 09:04:00 +0000 [thread overview]
Message-ID: <1438074244-18708-7-git-send-email-21cnbao@gmail.com> (raw)
In-Reply-To: <1438074244-18708-1-git-send-email-21cnbao@gmail.com>
From: Dongli Li <Kasin.Li@csr.com>
this patch adds lost G2D node, and also fixes the range of its
parent node.
Signed-off-by: Dongli Li <Kasin.Li@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
---
arch/arm/boot/dts/atlas7.dtsi | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/atlas7.dtsi b/arch/arm/boot/dts/atlas7.dtsi
index 5a98485..9bad559 100644
--- a/arch/arm/boot/dts/atlas7.dtsi
+++ b/arch/arm/boot/dts/atlas7.dtsi
@@ -1865,7 +1865,8 @@
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x13100000 0x13100000 0x20000>,
- <0x10e10000 0x10e10000 0x10000>;
+ <0x10e10000 0x10e10000 0x10000>,
+ <0x17010000 0x17010000 0x10000>;
lcd at 13100000 {
compatible = "sirf,atlas7-lcdc";
@@ -1887,6 +1888,12 @@
clocks = <&car 54>;
resets = <&car 29>;
};
+ g2d at 17010000 {
+ compatible = "sirf, atlas7-g2d";
+ reg = <0x17010000 0x10000>;
+ interrupts = <0 61 0>;
+ clocks = <&car 104>;
+ };
};
--
1.9.1
next prev parent reply other threads:[~2015-07-28 9:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-28 9:03 [PATCH 00/10] ARM: dts: atlas7: add some missed nodes and properties Barry Song
2015-07-28 9:03 ` [PATCH 01/10] ARM: dts: atlas7: add lost jpeg node Barry Song
2015-07-28 9:03 ` [PATCH 02/10] ARM: dts: atlas7: add performance monitor unit node Barry Song
2015-07-28 9:03 ` [PATCH 03/10] ARM: dts: atlas7: add lost gmac node Barry Song
2015-07-28 9:03 ` [PATCH 04/10] ARM: dts: atlas7: add alias name for spi device Barry Song
2015-07-28 9:03 ` [PATCH 05/10] ARM: dts: atlas7: add multimedia codec node Barry Song
2015-07-28 9:04 ` Barry Song [this message]
2015-07-28 9:04 ` [PATCH 07/10] ARM: dts: atlas7: add lost PWM node Barry Song
2015-07-28 9:04 ` [PATCH 08/10] ARM: dts: atlas7: add software digital radio nodes and its DMA channels Barry Song
2015-07-28 9:04 ` [PATCH 09/10] ARM: dts: atlas7: put pinctl property to get pinmux for NAND Barry Song
2015-07-28 9:04 ` [PATCH 10/10] ARM: dts: atlas7: add a GPIO key for rearview button Barry Song
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=1438074244-18708-7-git-send-email-21cnbao@gmail.com \
--to=21cnbao@gmail.com \
--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).