Re: [PATCH v2 3/6] dt-bindings: display: imx: hdmi: Convert binding to YAML

2021-01-06 Thread Rob Herring
On Wed, Jan 6, 2021 at 7:17 AM Laurent Pinchart wrote: > > Hi Philipp, > > On Wed, Jan 06, 2021 at 03:10:32PM +0100, Philipp Zabel wrote: > > On Tue, 2021-01-05 at 13:50 +0200, Laurent Pinchart wrote: > > > On Tue, Jan 05, 2021 at 10:32:01AM +0100, Philipp Zabel wrote: > > > > On Tue, 2021-01-05 a

Re: [PATCH v2 3/6] dt-bindings: display: imx: hdmi: Convert binding to YAML

2021-01-06 Thread Laurent Pinchart
Hi Philipp, On Wed, Jan 06, 2021 at 03:10:32PM +0100, Philipp Zabel wrote: > On Tue, 2021-01-05 at 13:50 +0200, Laurent Pinchart wrote: > > On Tue, Jan 05, 2021 at 10:32:01AM +0100, Philipp Zabel wrote: > > > On Tue, 2021-01-05 at 07:49 +0200, Laurent Pinchart wrote: > > > > On Mon, Jan 04, 2021 a

Re: [PATCH v2 3/6] dt-bindings: display: imx: hdmi: Convert binding to YAML

2021-01-06 Thread Philipp Zabel
Hi Laurent, On Tue, 2021-01-05 at 13:50 +0200, Laurent Pinchart wrote: > Hi Philipp, > > On Tue, Jan 05, 2021 at 10:32:01AM +0100, Philipp Zabel wrote: > > On Tue, 2021-01-05 at 07:49 +0200, Laurent Pinchart wrote: > > > On Mon, Jan 04, 2021 at 04:30:36PM +0100, Philipp Zabel wrote: > > > > On Su

Re: [PATCH v2 3/6] dt-bindings: display: imx: hdmi: Convert binding to YAML

2021-01-05 Thread Laurent Pinchart
Hi Philipp, On Tue, Jan 05, 2021 at 10:32:01AM +0100, Philipp Zabel wrote: > On Tue, 2021-01-05 at 07:49 +0200, Laurent Pinchart wrote: > > On Mon, Jan 04, 2021 at 04:30:36PM +0100, Philipp Zabel wrote: > > > On Sun, 2020-12-20 at 21:50 +0200, Laurent Pinchart wrote: > > > > Convert the i.MX6 HDMI

Re: [PATCH v2 3/6] dt-bindings: display: imx: hdmi: Convert binding to YAML

2021-01-05 Thread Philipp Zabel
On Tue, 2021-01-05 at 07:49 +0200, Laurent Pinchart wrote: > Hi Philipp, > > On Mon, Jan 04, 2021 at 04:30:36PM +0100, Philipp Zabel wrote: > > On Sun, 2020-12-20 at 21:50 +0200, Laurent Pinchart wrote: > > > Convert the i.MX6 HDMI TX text binding to YAML. > > > > > > Signed-off-by: Laurent Pinch

Re: [PATCH v2 3/6] dt-bindings: display: imx: hdmi: Convert binding to YAML

2021-01-04 Thread Laurent Pinchart
Hi Philipp, On Mon, Jan 04, 2021 at 04:30:36PM +0100, Philipp Zabel wrote: > On Sun, 2020-12-20 at 21:50 +0200, Laurent Pinchart wrote: > > Convert the i.MX6 HDMI TX text binding to YAML. > > > > Signed-off-by: Laurent Pinchart > > --- > > Changes since v1: > > > > - Only specify maxItems for c

Re: [PATCH v2 3/6] dt-bindings: display: imx: hdmi: Convert binding to YAML

2021-01-04 Thread Philipp Zabel
On Sun, 2020-12-20 at 21:50 +0200, Laurent Pinchart wrote: > Convert the i.MX6 HDMI TX text binding to YAML. > > Signed-off-by: Laurent Pinchart > --- > Changes since v1: > > - Only specify maxItems for clocks > - Drop reg and interrupts as they're checked in the base schema > - Rebase on top of

[PATCH v2 3/6] dt-bindings: display: imx: hdmi: Convert binding to YAML

2020-12-20 Thread Laurent Pinchart
Convert the i.MX6 HDMI TX text binding to YAML. Signed-off-by: Laurent Pinchart --- Changes since v1: - Only specify maxItems for clocks - Drop reg and interrupts as they're checked in the base schema - Rebase on top of OF graph schema, dropped redundant properties - Fix identation for enum entr