public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: nicolas.ferre@atmel•com (Nicolas Ferre)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH] ARM: at91/dt: sama5d2: add LCD controller
Date: Thu, 10 Mar 2016 14:31:29 +0100	[thread overview]
Message-ID: <56E17731.6020600@atmel.com> (raw)
In-Reply-To: <1457616316-12613-1-git-send-email-nicolas.ferre@atmel.com>

Note to myself: change the $subject line to:
ARM: dts: at91: sama5d2: add LCD controller

:-)

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 <nicolas.ferre@atmel•com>
> ---
>  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 at 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 at 0 {
> +						#address-cells = <1>;
> +						#size-cells = <0>;
> +						reg = <0>;
> +					};
> +				};
> +
> +				hlcdc_pwm: hlcdc-pwm {
> +					compatible = "atmel,hlcdc-pwm";
> +					#pwm-cells = <3>;
> +				};
> +			};
> +
>  			ramc0: ramc at f000c000 {
>  				compatible = "atmel,sama5d3-ddramc";
>  				reg = <0xf000c000 0x200>;
> 


-- 
Nicolas Ferre

  reply	other threads:[~2016-03-10 13:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-10 13:25 [PATCH] ARM: at91/dt: sama5d2: add LCD controller Nicolas Ferre
2016-03-10 13:31 ` Nicolas Ferre [this message]
2016-03-29 13:46   ` Nicolas Ferre

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=56E17731.6020600@atmel.com \
    --to=nicolas.ferre@atmel$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox