Re: [PATCH v2 01/36] dt-bindings: display: allow port and ports in panel-lvds

2020-04-12 Thread Sam Ravnborg
Hi Rob. On Thu, Apr 09, 2020 at 10:11:10AM -0600, Rob Herring wrote: > On Wed, Apr 8, 2020 at 1:51 PM Sam Ravnborg wrote: > > > > Both port and ports names may be used. > > port - for a single port > > ports - if there is more than one port in sub-nodes > > > > Fixes the following warning: > > ad

Re: [PATCH v2 01/36] dt-bindings: display: allow port and ports in panel-lvds

2020-04-10 Thread Lad, Prabhakar
Hi Sam, Thank you for the patch. On Wed, Apr 8, 2020 at 10:37 PM Sam Ravnborg wrote: > > Both port and ports names may be used. > port - for a single port > ports - if there is more than one port in sub-nodes > > Fixes the following warning: > advantech,idk-2121wr.example.dt.yaml: panel-lvds: 'p

Re: [PATCH v2 01/36] dt-bindings: display: allow port and ports in panel-lvds

2020-04-09 Thread Rob Herring
On Wed, Apr 8, 2020 at 1:51 PM Sam Ravnborg wrote: > > Both port and ports names may be used. > port - for a single port > ports - if there is more than one port in sub-nodes > > Fixes the following warning: > advantech,idk-2121wr.example.dt.yaml: panel-lvds: 'port' is a required > property > > a

[PATCH v2 01/36] dt-bindings: display: allow port and ports in panel-lvds

2020-04-08 Thread Sam Ravnborg
Both port and ports names may be used. port - for a single port ports - if there is more than one port in sub-nodes Fixes the following warning: advantech,idk-2121wr.example.dt.yaml: panel-lvds: 'port' is a required property advantech,idk-2121wr.yaml needs several ports, so uses a ports node. Si