RE: [EXT] Re: [v2 1/3] dt/bindings: clk: Add YAML schemas for LS1028A Display Clock bindings

2019-08-18 Thread Wen He


> -Original Message-
> From: Stephen Boyd 
> Sent: 2019年8月17日 1:47
> To: Mark Rutland ; Michael Turquette
> ; Rob Herring ; Shawn Guo
> ; Wen He ;
> devicet...@vger.kernel.org; linux-...@vger.kernel.org;
> linux-de...@linux.nxdi.nxp.com; linux-kernel@vger.kernel.org
> Cc: Leo Li ; liviu.du...@arm.com; Wen He
> 
> Subject: [EXT] Re: [v2 1/3] dt/bindings: clk: Add YAML schemas for LS1028A
> Display Clock bindings
> 
> Caution: EXT Email
> 
> Quoting Wen He (2019-08-15 03:16:11)
> > LS1028A has a clock domain PXLCLK0 used for provide pixel clocks to
> > Display output interface. Add a YAML schema for this.
> >
> > Signed-off-by: Wen He 
> > ---
> 
> Patch looks good. Please send multi-patch series with a cover letter next time
> when you resend and pick up Rob's review.

Understand, Thank you for the review.

Best Regards,
Wen

> 
> > change in v2:
> > - Convert bindings to YAML format
> >


Re: [v2 1/3] dt/bindings: clk: Add YAML schemas for LS1028A Display Clock bindings

2019-08-16 Thread Stephen Boyd
Quoting Wen He (2019-08-15 03:16:11)
> LS1028A has a clock domain PXLCLK0 used for provide pixel clocks to Display
> output interface. Add a YAML schema for this.
> 
> Signed-off-by: Wen He 
> ---

Patch looks good. Please send multi-patch series with a cover letter
next time when you resend and pick up Rob's review.

> change in v2:
> - Convert bindings to YAML format
> 


Re: [v2 1/3] dt/bindings: clk: Add YAML schemas for LS1028A Display Clock bindings

2019-08-15 Thread Rob Herring
On Thu, Aug 15, 2019 at 4:26 AM Wen He  wrote:
>
> LS1028A has a clock domain PXLCLK0 used for provide pixel clocks to Display
> output interface. Add a YAML schema for this.
>
> Signed-off-by: Wen He 
> ---
> change in v2:
> - Convert bindings to YAML format
>
>  .../devicetree/bindings/clock/fsl,plldig.yaml | 43 +++
>  1 file changed, 43 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/clock/fsl,plldig.yaml

Reviewed-by: Rob Herring