Re: [PATCH v7 10/11] ARM: at91/dt: add LCD panel description to sama5d3xdm.dtsi

2014-10-06 Thread Thierry Reding
On Wed, Oct 01, 2014 at 04:53:07PM +0200, Boris Brezillon wrote: [...] diff --git a/arch/arm/boot/dts/sama5d3xdm.dtsi b/arch/arm/boot/dts/sama5d3xdm.dtsi [...] + bl_reg: backlight_regulator { + compatible = regulator-fixed; + regulator-name =

Re: [PATCH v7 10/11] ARM: at91/dt: add LCD panel description to sama5d3xdm.dtsi

2014-10-06 Thread Boris Brezillon
On Mon, 6 Oct 2014 13:01:16 +0200 Thierry Reding thierry.red...@gmail.com wrote: On Wed, Oct 01, 2014 at 04:53:07PM +0200, Boris Brezillon wrote: [...] diff --git a/arch/arm/boot/dts/sama5d3xdm.dtsi b/arch/arm/boot/dts/sama5d3xdm.dtsi [...] + bl_reg: backlight_regulator { +

Re: [PATCH v7 10/11] ARM: at91/dt: add LCD panel description to sama5d3xdm.dtsi

2014-10-06 Thread Thierry Reding
On Mon, Oct 06, 2014 at 02:25:38PM +0200, Boris Brezillon wrote: On Mon, 6 Oct 2014 13:01:16 +0200 Thierry Reding thierry.red...@gmail.com wrote: On Wed, Oct 01, 2014 at 04:53:07PM +0200, Boris Brezillon wrote: [...] diff --git a/arch/arm/boot/dts/sama5d3xdm.dtsi

Re: [PATCH v7 10/11] ARM: at91/dt: add LCD panel description to sama5d3xdm.dtsi

2014-10-06 Thread Boris Brezillon
On Mon, 6 Oct 2014 14:40:15 +0200 Thierry Reding thierry.red...@gmail.com wrote: On Mon, Oct 06, 2014 at 02:25:38PM +0200, Boris Brezillon wrote: On Mon, 6 Oct 2014 13:01:16 +0200 Thierry Reding thierry.red...@gmail.com wrote: On Wed, Oct 01, 2014 at 04:53:07PM +0200, Boris Brezillon

Re: [PATCH v7 10/11] ARM: at91/dt: add LCD panel description to sama5d3xdm.dtsi

2014-10-06 Thread Thierry Reding
On Mon, Oct 06, 2014 at 03:11:11PM +0200, Boris Brezillon wrote: On Mon, 6 Oct 2014 14:40:15 +0200 Thierry Reding thierry.red...@gmail.com wrote: On Mon, Oct 06, 2014 at 02:25:38PM +0200, Boris Brezillon wrote: On Mon, 6 Oct 2014 13:01:16 +0200 Thierry Reding thierry.red...@gmail.com

Re: [PATCH v7 10/11] ARM: at91/dt: add LCD panel description to sama5d3xdm.dtsi

2014-10-06 Thread Boris Brezillon
On Mon, 6 Oct 2014 15:30:59 +0200 Thierry Reding thierry.red...@gmail.com wrote: On Mon, Oct 06, 2014 at 03:11:11PM +0200, Boris Brezillon wrote: On Mon, 6 Oct 2014 14:40:15 +0200 Thierry Reding thierry.red...@gmail.com wrote: On Mon, Oct 06, 2014 at 02:25:38PM +0200, Boris Brezillon

[PATCH v7 10/11] ARM: at91/dt: add LCD panel description to sama5d3xdm.dtsi

2014-10-01 Thread Boris Brezillon
From: Boris BREZILLON boris.brezil...@free-electrons.com Add LCD panel related nodes (backlight, regulators and panel) to sama5d3 Display Module dtsi. Reference LCD pin muxing used by sama5d3xek boards. Signed-off-by: Boris Brezillon boris.brezil...@free-electrons.com ---