From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Hesselbarth Subject: Re: [PATCH] ARM: dts: dove: add DT LCD controllers Date: Thu, 24 Jul 2014 17:09:20 +0200 Message-ID: <53D121A0.20306@gmail.com> References: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Russell King , Jason Cooper Cc: Andrew Lunn , Gregory Clement , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On 07/24/2014 04:45 PM, Russell King wrote: > Add the DT fragment for the Marvell Dove LCD controllers. > > Signed-off-by: Russell King Acked-by: Sebastian Hesselbarth Thanks! > --- > Jason, > > David Airlie has taken the Armada DRM changes into his tree, so the DT > bits can now be queued for the next merge window. > > arch/arm/boot/dts/dove.dtsi | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi > index 3b891dd20993..a5441d5482a6 100644 > --- a/arch/arm/boot/dts/dove.dtsi > +++ b/arch/arm/boot/dts/dove.dtsi > @@ -630,6 +630,20 @@ > reg = <0xe8400 0x0c>; > ngpios = <8>; > }; > + > + lcd1: lcd-controller@810000 { > + compatible = "marvell,dove-lcd"; > + reg = <0x810000 0x1000>; > + interrupts = <46>; > + status = "disabled"; > + }; > + > + lcd0: lcd-controller@820000 { > + compatible = "marvell,dove-lcd"; > + reg = <0x820000 0x1000>; > + interrupts = <47>; > + status = "disabled"; > + }; > }; > }; > }; > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html