Re: [PATCH 1/2] dt-bindings: display: Fix example in nwl-dsi.yaml

2020-07-18 Thread Guido Günther
Hi, On Fri, Jul 03, 2020 at 01:47:16PM +0200, Ondrej Jirman wrote: > The example is now validated against rocktech,jh057n00900 schema > that was ported to yaml, and didn't validate with: > > - '#address-cells', '#size-cells', 'port@0' do not match any of > the regexes: 'pinctrl-[0-9]+' > -

Re: [PATCH 1/2] dt-bindings: display: Fix example in nwl-dsi.yaml

2020-07-15 Thread Rob Herring
On Fri, 03 Jul 2020 13:47:16 +0200, Ondrej Jirman wrote: > The example is now validated against rocktech,jh057n00900 schema > that was ported to yaml, and didn't validate with: > > - '#address-cells', '#size-cells', 'port@0' do not match any of > the regexes: 'pinctrl-[0-9]+' > - 'vcc-supply'

[PATCH 1/2] dt-bindings: display: Fix example in nwl-dsi.yaml

2020-07-06 Thread Ondrej Jirman
The example is now validated against rocktech,jh057n00900 schema that was ported to yaml, and didn't validate with: - '#address-cells', '#size-cells', 'port@0' do not match any of the regexes: 'pinctrl-[0-9]+' - 'vcc-supply' is a required property - 'iovcc-supply' is a required property -