Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756765AbcC2NqJ (ORCPT ); Tue, 29 Mar 2016 09:46:09 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:22063 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756288AbcC2NqG (ORCPT ); Tue, 29 Mar 2016 09:46:06 -0400 Subject: Re: [PATCH] ARM: at91/dt: sama5d2: add LCD controller To: References: <1457616316-12613-1-git-send-email-nicolas.ferre@atmel.com> <56E17731.6020600@atmel.com> CC: Alexandre Belloni , Boris BREZILLON , Ludovic Desroches , , Jean-Christophe PLAGNIOL-VILLARD From: Nicolas Ferre Organization: atmel Message-ID: <56FA8718.7090903@atmel.com> Date: Tue, 29 Mar 2016 15:46:00 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <56E17731.6020600@atmel.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1614 Lines: 60 Le 10/03/2016 14:31, Nicolas Ferre a ?crit : > Note to myself: change the $subject line to: > ARM: dts: at91: sama5d2: add LCD controller > > :-) With $subject changed, queued in at91-4.7-dt branch. > Le 10/03/2016 14:25, Nicolas Ferre a ?crit : >> Add LCD controller node that binds to the atmel_hlcdc DRM driver. >> >> Signed-off-by: Nicolas Ferre >> --- >> arch/arm/boot/dts/sama5d2.dtsi | 26 ++++++++++++++++++++++++++ >> 1 file changed, 26 insertions(+) >> >> diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi >> index 78996bdbd3df..ce6df4d48bf9 100644 >> --- a/arch/arm/boot/dts/sama5d2.dtsi >> +++ b/arch/arm/boot/dts/sama5d2.dtsi >> @@ -319,6 +319,32 @@ >> #size-cells = <1>; >> ranges; >> >> + hlcdc: hlcdc@f0000000 { >> + compatible = "atmel,sama5d2-hlcdc"; >> + reg = <0xf0000000 0x2000>; >> + interrupts = <45 IRQ_TYPE_LEVEL_HIGH 0>; >> + clocks = <&lcdc_clk>, <&lcdck>, <&clk32k>; >> + clock-names = "periph_clk","sys_clk", "slow_clk"; >> + status = "disabled"; >> + >> + hlcdc-display-controller { >> + compatible = "atmel,hlcdc-display-controller"; >> + #address-cells = <1>; >> + #size-cells = <0>; >> + >> + port@0 { >> + #address-cells = <1>; >> + #size-cells = <0>; >> + reg = <0>; >> + }; >> + }; >> + >> + hlcdc_pwm: hlcdc-pwm { >> + compatible = "atmel,hlcdc-pwm"; >> + #pwm-cells = <3>; >> + }; >> + }; >> + >> ramc0: ramc@f000c000 { >> compatible = "atmel,sama5d3-ddramc"; >> reg = <0xf000c000 0x200>; >> > > -- Nicolas Ferre