Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758063AbaGAPic (ORCPT ); Tue, 1 Jul 2014 11:38:32 -0400 Received: from smtp4-g21.free.fr ([212.27.42.4]:51531 "EHLO smtp4-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756622AbaGAPia convert rfc822-to-8bit (ORCPT ); Tue, 1 Jul 2014 11:38:30 -0400 Date: Tue, 1 Jul 2014 17:40:12 +0200 From: Jean-Francois Moine To: Sebastian Hesselbarth Cc: Mark Rutland , Andrew Lunn , Jason Cooper , Pawel Moll , Ian Campbell , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , Kumar Gala , Gregory Clement , Russell King , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 3/4] ARM: dts: dove: enable lcd0 on SolidRun CuBox Message-ID: <20140701174012.11c60043@armhf> In-Reply-To: <1404219871-18419-4-git-send-email-sebastian.hesselbarth@gmail.com> References: <1404219871-18419-1-git-send-email-sebastian.hesselbarth@gmail.com> <1404219871-18419-4-git-send-email-sebastian.hesselbarth@gmail.com> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.24; arm-unknown-linux-gnueabihf) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 1 Jul 2014 15:04:30 +0200 Sebastian Hesselbarth wrote: > From: Russell King > > This enables lcd0 on SolidRun CuBox which is connected to TDA998x > HDMI transmitter. Also, set the external video clock connected to > Si5351 clock generator. > > Signed-off-by: Russell King > Signed-off-by: Sebastian Hesselbarth > --- > Cc: Rob Herring > Cc: Pawel Moll > Cc: Mark Rutland > Cc: Ian Campbell > Cc: Kumar Gala > Cc: Russell King > Cc: Jason Cooper > Cc: Andrew Lunn > Cc: Gregory Clement > Cc: devicetree@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-kernel@vger.kernel.org > --- > arch/arm/boot/dts/dove-cubox.dts | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/boot/dts/dove-cubox.dts b/arch/arm/boot/dts/dove-cubox.dts > index 7a70f4c..303a354 100644 > --- a/arch/arm/boot/dts/dove-cubox.dts > +++ b/arch/arm/boot/dts/dove-cubox.dts > @@ -134,3 +134,9 @@ > pinctrl-0 = <&pmx_audio1_i2s1_spdifo &pmx_audio1_extclk>; > pinctrl-names = "default"; > }; > + > +&lcd0 { > + status = "okay"; > + clocks = <&si5351 0>; > + clock-names = "ext_ref_clk_1"; > +}; My driver has "axiclk", "extclk0", "lcdpll" and "extclk1" as the clock names. It is a bit shorter. -- Ken ar c'hentaƱ | ** Breizh ha Linux atav! ** Jef | http://moinejf.free.fr/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/