From: 21cnbao@gmail.com (Barry Song)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 05/10] ARM: dts: atlas7: add multimedia codec node
Date: Tue, 28 Jul 2015 09:03:59 +0000 [thread overview]
Message-ID: <1438074244-18708-6-git-send-email-21cnbao@gmail.com> (raw)
In-Reply-To: <1438074244-18708-1-git-send-email-21cnbao@gmail.com>
From: Xiaofeng Fei <xiaofeng.fei@csr.com>
this patch adds multimedia video codec node, and also fixes the
ranges of its parent node.
Signed-off-by: Xiaofeng Fei <xiaofeng.fei@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
---
arch/arm/boot/dts/atlas7.dtsi | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/atlas7.dtsi b/arch/arm/boot/dts/atlas7.dtsi
index b872d12..5a98485 100644
--- a/arch/arm/boot/dts/atlas7.dtsi
+++ b/arch/arm/boot/dts/atlas7.dtsi
@@ -1371,7 +1371,8 @@
compatible = "arteris, flexnoc", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
- ranges = <0x16000000 0x16000000 0x00200000>,
+ ranges = <0x15000000 0x15000000 0x00600000>,
+ <0x16000000 0x16000000 0x00200000>,
<0x17000000 0x17000000 0x10000>,
<0x17020000 0x17020000 0x1000>,
<0x17030000 0x17030000 0x1000>,
@@ -1383,6 +1384,13 @@
<0x17070200 0x17070200 0x100>,
<0x170A0000 0x170A0000 0x3000>;
+ multimedia at 15000000 {
+ compatible = "sirf,atlas7-video-codec";
+ reg = <0x15000000 0x10000>;
+ interrupts = <0 5 0>;
+ clocks = <&car 102>;
+ };
+
mediam at 170A0000 {
compatible = "sirf,nocfw-mediam";
reg = <0x170A0000 0x3000>;
--
1.9.1
next prev parent reply other threads:[~2015-07-28 9:03 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 ` Barry Song [this message]
2015-07-28 9:04 ` [PATCH 06/10] ARM: dts: atlas7: add lost G2D node Barry Song
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-6-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).