mbox series

[v4,0/2] Document RZ/G2L SDHI controller bindings

Message ID 20210817090313.31858-1-biju.das.jz@bp.renesas.com
Headers show
Series Document RZ/G2L SDHI controller bindings | expand

Message

Biju Das Aug. 17, 2021, 9:03 a.m. UTC
This patch series aims to document RZ/G2L SDHI controller bindings.

v3->v4:
 * Removed duplicate clock-names for sdhi-r7sxxxx SoC's
 * Defined clock-names for RZ/G2L SoC and made this as required property.
v2->v3:
 * Created a separate patch to fix the dtbs-warning check reported by [1].
 * RZ/G2L SDHI binding patch depends up on the above the patch.
 [1] https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20210804091940.23983-1-biju.das.jz@bp.renesas.com/
v1->v2:
 * Fixed dtbs-check issue for RZ/A{1,2} platforms.

v1->
 * newpatch

Biju Das (2):
  dt-bindings: mmc: renesas,sdhi: Fix dtbs-check warning
  dt-bindings: mmc: renesas,sdhi: Document RZ/G2L bindings

 .../devicetree/bindings/mmc/renesas,sdhi.yaml | 133 ++++++++++++------
 1 file changed, 89 insertions(+), 44 deletions(-)

Comments

Rob Herring Aug. 18, 2021, 2:21 p.m. UTC | #1
On Tue, 17 Aug 2021 10:03:13 +0100, Biju Das wrote:
> Document RZ/G2L SDHI controller bindings.

> 

> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>

> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

> ---

> v3->v4:

>  * Defined clock-names for RZ/G2L SoC and make it as a required property

> v2->v3:

>  * split the patch into 2, first one for fixing dtbs-check issue and

>    later one for documenting RZ/G2L SDHI bindings.

> v1->v2:

>  * Fixed dtbs-check issue for RZ/A{1,2} platforms.

> ---

>  .../devicetree/bindings/mmc/renesas,sdhi.yaml | 73 +++++++++++++------

>  1 file changed, 52 insertions(+), 21 deletions(-)

> 


Reviewed-by: Rob Herring <robh@kernel.org>