Re: [RFC v3 1/8] dt-bindings: display: convert ingenic, lcd.txt to ingenic, lcd.yaml

2020-04-09 Thread Sam Ravnborg
Hi Nikolaus. > >> + > >> +examples: > >> + - | > >> +#include > >> + > >> +panel { > >> + compatible = "sharp,ls020b1dd01d"; > >> + > >> + backlight = <>; > >> + power-supply = <>; > >> + > >> + port { > >> +panel_input: endpoint { > >> +

Re: [RFC v3 1/8] dt-bindings: display: convert ingenic, lcd.txt to ingenic, lcd.yaml

2020-04-09 Thread Sam Ravnborg
Hi Nikolaus Some comments below that will result in a simplee binding that passes the checks. Thanks for pushing this. Sam On Sun, Mar 29, 2020 at 07:35:47PM +0200, H. Nikolaus Schaller wrote: > and add compatible: jz4780-lcd, including an example how to > configure both lcd

Re: [RFC v3 1/8] dt-bindings: display: convert ingenic, lcd.txt to ingenic, lcd.yaml

2020-03-31 Thread H. Nikolaus Schaller
Hi Paul, > Am 30.03.2020 um 17:42 schrieb Rob Herring : > > On Sun, 29 Mar 2020 19:35:47 +0200, "H. Nikolaus Schaller" wrote: >> and add compatible: jz4780-lcd, including an example how to >> configure both lcd controllers. >> >> Also fix the clock names and examples. >> >> Based on work by

Re: [RFC v3 1/8] dt-bindings: display: convert ingenic,lcd.txt to ingenic,lcd.yaml

2020-03-30 Thread Rob Herring
On Sun, 29 Mar 2020 19:35:47 +0200, "H. Nikolaus Schaller" wrote: > and add compatible: jz4780-lcd, including an example how to > configure both lcd controllers. > > Also fix the clock names and examples. > > Based on work by Paul Cercueil and > Sam Ravnborg > > Signed-off-by: H. Nikolaus

[RFC v3 1/8] dt-bindings: display: convert ingenic, lcd.txt to ingenic, lcd.yaml

2020-03-30 Thread H. Nikolaus Schaller
and add compatible: jz4780-lcd, including an example how to configure both lcd controllers. Also fix the clock names and examples. Based on work by Paul Cercueil and Sam Ravnborg Signed-off-by: H. Nikolaus Schaller Cc: Rob Herring Cc: devicet...@vger.kernel.org ---