Re: [PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-09 Thread Icenowy Zheng
在 2017-11-08 18:56,Maxime Ripard 写道: Hi, On Tue, Nov 07, 2017 at 05:38:55PM +0100, Giulio Benetti wrote: Board could be any with A20, for example Olinuxino A20. Or our Q027, S027 boards, but final dts still are not complete. Therefore no upstream boards are using it right now, so we'll merge

Re: [PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-09 Thread Icenowy Zheng
在 2017-11-08 18:56,Maxime Ripard 写道: Hi, On Tue, Nov 07, 2017 at 05:38:55PM +0100, Giulio Benetti wrote: Board could be any with A20, for example Olinuxino A20. Or our Q027, S027 boards, but final dts still are not complete. Therefore no upstream boards are using it right now, so we'll merge

Re: [PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-08 Thread Maxime Ripard
Hi, On Tue, Nov 07, 2017 at 05:38:55PM +0100, Giulio Benetti wrote: > Board could be any with A20, > for example Olinuxino A20. > Or our Q027, S027 boards, but final dts still are not complete. Therefore no upstream boards are using it right now, so we'll merge it when that will be the case.

Re: [PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-08 Thread Maxime Ripard
Hi, On Tue, Nov 07, 2017 at 05:38:55PM +0100, Giulio Benetti wrote: > Board could be any with A20, > for example Olinuxino A20. > Or our Q027, S027 boards, but final dts still are not complete. Therefore no upstream boards are using it right now, so we'll merge it when that will be the case.

Re: [PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-07 Thread Giulio Benetti
Board could be any with A20, for example Olinuxino A20. Or our Q027, S027 boards, but final dts still are not complete. -- Giulio Benetti R Manager & Advanced Research MICRONOVA SRL Sede: Via A. Niedda 3 - 35010 Vigonza (PD) Tel. 049/8931563 - Fax 049/8931346 Cod.Fiscale - P.IVA 02663420285

Re: [PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-07 Thread Giulio Benetti
Board could be any with A20, for example Olinuxino A20. Or our Q027, S027 boards, but final dts still are not complete. -- Giulio Benetti R Manager & Advanced Research MICRONOVA SRL Sede: Via A. Niedda 3 - 35010 Vigonza (PD) Tel. 049/8931563 - Fax 049/8931346 Cod.Fiscale - P.IVA 02663420285

Re: [PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-07 Thread Maxime Ripard
On Tue, Nov 07, 2017 at 01:49:59PM +0100, Giulio Benetti wrote: > On sun7i-a20-* there's no way to enable PA00--PA27 as RGB888 LCD0 pins. > > Add lcd_rgb888_pins in sun7i-a20.dtsi. > > It can be used on sun7i-a20-olinuxino-lime.dts. > This patch gives possibility to set parallel lcd pins for

Re: [PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-07 Thread Maxime Ripard
On Tue, Nov 07, 2017 at 01:49:59PM +0100, Giulio Benetti wrote: > On sun7i-a20-* there's no way to enable PA00--PA27 as RGB888 LCD0 pins. > > Add lcd_rgb888_pins in sun7i-a20.dtsi. > > It can be used on sun7i-a20-olinuxino-lime.dts. > This patch gives possibility to set parallel lcd pins for

[PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-07 Thread Giulio Benetti
On sun7i-a20-* there's no way to enable PA00--PA27 as RGB888 LCD0 pins. Add lcd_rgb888_pins in sun7i-a20.dtsi. It can be used on sun7i-a20-olinuxino-lime.dts. This patch gives possibility to set parallel lcd pins for RGB888. To be used with tcon0 in your .dts Best regards Giulio Benetti

[PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-07 Thread Giulio Benetti
On sun7i-a20-* there's no way to enable PA00--PA27 as RGB888 LCD0 pins. Add lcd_rgb888_pins in sun7i-a20.dtsi. It can be used on sun7i-a20-olinuxino-lime.dts. This patch gives possibility to set parallel lcd pins for RGB888. To be used with tcon0 in your .dts Best regards Giulio Benetti

Re: [PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-07 Thread Maxime Ripard
Hi, On Tue, Nov 07, 2017 at 11:32:39AM +0100, Giulio Benetti wrote: > This patch gives possibility to set parallel lcd pins for RGB888. > To be used with tcon0 in your .dts > > Best regards > Giulio Benetti > Micronova srl This isn't a cover letter, but a commit log. You should document why and

Re: [PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-07 Thread Maxime Ripard
Hi, On Tue, Nov 07, 2017 at 11:32:39AM +0100, Giulio Benetti wrote: > This patch gives possibility to set parallel lcd pins for RGB888. > To be used with tcon0 in your .dts > > Best regards > Giulio Benetti > Micronova srl This isn't a cover letter, but a commit log. You should document why and

[PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-07 Thread Giulio Benetti
This patch gives possibility to set parallel lcd pins for RGB888. To be used with tcon0 in your .dts Best regards Giulio Benetti Micronova srl Signed-off-by: Giulio Benetti --- arch/arm/boot/dts/sun7i-a20.dtsi | 8 1 file changed, 8 insertions(+) diff

[PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-07 Thread Giulio Benetti
This patch gives possibility to set parallel lcd pins for RGB888. To be used with tcon0 in your .dts Best regards Giulio Benetti Micronova srl Signed-off-by: Giulio Benetti --- arch/arm/boot/dts/sun7i-a20.dtsi | 8 1 file changed, 8 insertions(+) diff --git

[PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-07 Thread Giulio Benetti
This patch gives possibility to set parallel lcd pins for RGB888. To be used with tcon0 in your .dts Best regards Giulio Benetti Micronova srl Signed-off-by: Giulio Benetti --- arch/arm/boot/dts/sun7i-a20.dtsi | 8 1 file changed, 8 insertions(+) diff

[PATCH 1/1] add rgb888 pins to a20 to enable parallel rgb LCD

2017-11-07 Thread Giulio Benetti
This patch gives possibility to set parallel lcd pins for RGB888. To be used with tcon0 in your .dts Best regards Giulio Benetti Micronova srl Signed-off-by: Giulio Benetti --- arch/arm/boot/dts/sun7i-a20.dtsi | 8 1 file changed, 8 insertions(+) diff --git