* [PATCH v3] ARM: dove: add more hardware description in the DT
@ 2013-03-26 7:07 Jean-Francois Moine
2013-03-30 22:12 ` Jason Cooper
0 siblings, 1 reply; 3+ messages in thread
From: Jean-Francois Moine @ 2013-03-26 7:07 UTC (permalink / raw)
To: linux-arm-kernel
The 88AP510 chip (Marvell Dove) contains a LCD controller, a display
controller and two audio controllers.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
---
v3 from Sebastian Hesselbarth remarks
- dcon register block ends at 0xc4
v2 from Sebastian Hesselbarth remarks
- better names for the devices
- fix bad i2s interrupt controller
- 2 irq's by audio controller
- display controller added
---
arch/arm/boot/dts/dove.dtsi | 38 +++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index f7509ca..4f5cfbf 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -253,5 +253,43 @@
dmacap,xor;
};
};
+
+ lcd0: lcd-controller at 820000 {
+ compatible = "marvell,dove-lcd";
+ reg = <0x820000 0x1c8>;
+ interrupts = <47>;
+ status = "disabled";
+ };
+
+ lcd1: lcd-controller at 810000 {
+ compatible = "marvell,dove-lcd";
+ reg = <0x810000 0x1c8>;
+ interrupts = <46>;
+ status = "disabled";
+ };
+
+ i2s0: audio-controller at b0000 {
+ compatible = "marvell,kirkwood-i2s";
+ reg = <0xb0000 0x4000>;
+ interrupts = <19>, <20>;
+ clocks = <&gate_clk 12>;
+ status = "disabled";
+ };
+
+ i2s1: audio-controller at b4000 {
+ compatible = "marvell,kirkwood-i2s";
+ reg = <0xb4000 0x4000>;
+ interrupts = <21>, <22>;
+ clocks = <&gate_clk 13>;
+ status = "disabled";
+ };
+
+ /* display controller and image rotation engine */
+ dcon: display-controller at 830000 {
+ compatible = "marvell,dove-dcon";
+ reg = <0x830000 0xc4>, <0x831000 0x8c>;
+ interrupts = <45>;
+ status = "disabled";
+ };
};
};
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH v3] ARM: dove: add more hardware description in the DT
2013-03-26 7:07 [PATCH v3] ARM: dove: add more hardware description in the DT Jean-Francois Moine
@ 2013-03-30 22:12 ` Jason Cooper
2013-04-03 2:49 ` Jason Cooper
0 siblings, 1 reply; 3+ messages in thread
From: Jason Cooper @ 2013-03-30 22:12 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Mar 26, 2013 at 08:07:19AM +0100, Jean-Francois Moine wrote:
> The 88AP510 chip (Marvell Dove) contains a LCD controller, a display
> controller and two audio controllers.
>
> Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
> ---
> v3 from Sebastian Hesselbarth remarks
> - dcon register block ends at 0xc4
> v2 from Sebastian Hesselbarth remarks
> - better names for the devices
> - fix bad i2s interrupt controller
> - 2 irq's by audio controller
> - display controller added
> ---
> arch/arm/boot/dts/dove.dtsi | 38 +++++++++++++++++++++++++++++++
> 1 file changed, 38 insertions(+)
Applied to mvebu/dt
thx,
Jason.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v3] ARM: dove: add more hardware description in the DT
2013-03-30 22:12 ` Jason Cooper
@ 2013-04-03 2:49 ` Jason Cooper
0 siblings, 0 replies; 3+ messages in thread
From: Jason Cooper @ 2013-04-03 2:49 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, Mar 30, 2013 at 06:12:12PM -0400, Jason Cooper wrote:
> On Tue, Mar 26, 2013 at 08:07:19AM +0100, Jean-Francois Moine wrote:
> > The 88AP510 chip (Marvell Dove) contains a LCD controller, a display
> > controller and two audio controllers.
> >
> > Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
> > ---
> > v3 from Sebastian Hesselbarth remarks
> > - dcon register block ends at 0xc4
> > v2 from Sebastian Hesselbarth remarks
> > - better names for the devices
> > - fix bad i2s interrupt controller
> > - 2 irq's by audio controller
> > - display controller added
> > ---
> > arch/arm/boot/dts/dove.dtsi | 38 +++++++++++++++++++++++++++++++
> > 1 file changed, 38 insertions(+)
>
> Applied to mvebu/dt
I've dropped this version from mvebu/dt until you and Sebastian work it
out.
thx,
Jason.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-03 2:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-26 7:07 [PATCH v3] ARM: dove: add more hardware description in the DT Jean-Francois Moine
2013-03-30 22:12 ` Jason Cooper
2013-04-03 2:49 ` Jason Cooper
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).