From: moinejf@free.fr (Jean-Francois Moine)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dove: add more hardware description in the DT
Date: Mon, 25 Mar 2013 10:31:59 +0100 [thread overview]
Message-ID: <20130325103159.0c1b4f17@armhf> (raw)
The 88AP510 chip (Marvell Dove) contains a LCD and display controler
and two audio controlers.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
---
arch/arm/boot/dts/dove.dtsi | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index f7509ca..6bd36b0 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -253,5 +253,36 @@
dmacap,xor;
};
};
+
+ lcd0: lcd0 at 820000 {
+ compatible = "marvell,dove-lcd";
+ reg = <0x820000 0x1c8>;
+ interrupts = <47>;
+ status = "disabled";
+ };
+
+ lcd1: lcd1 at 810000 {
+ compatible = "marvell,dove-lcd";
+ reg = <0x810000 0x1c8>;
+ interrupts = <46>;
+ status = "disabled";
+ };
+
+ i2s0: i2s0 at b0000 {
+ compatible = "marvell,kirkwood-i2s";
+ reg = <0xb0000 0x4000>;
+ interrupt-parent = <&gpio0>;
+ interrupts = <19 2>;
+ clocks = <&gate_clk 12>;
+ status = "disabled";
+ };
+ i2s1: i2s1 at b4000 {
+ compatible = "marvell,kirkwood-i2s";
+ reg = <0xb4000 0x4000>;
+ interrupt-parent = <&gpio0>;
+ interrupts = <21 2>;
+ clocks = <&gate_clk 13>;
+ status = "disabled";
+ };
};
};
--
1.7.10.4
next reply other threads:[~2013-03-25 9:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-25 9:31 Jean-Francois Moine [this message]
2013-03-25 10:21 ` [PATCH] ARM: dove: add more hardware description in the DT Sebastian Hesselbarth
2013-03-25 12:42 ` Jean-Francois Moine
2013-03-25 13:03 ` Sebastian Hesselbarth
2013-03-25 18:29 ` Jean-Francois Moine
2013-03-25 19:50 ` Sebastian Hesselbarth
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=20130325103159.0c1b4f17@armhf \
--to=moinejf@free.fr \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.