All of lore.kernel.org
 help / color / mirror / Atom feed
From: Biju Das <biju.das.jz@bp.renesas.com>
To: Rob Herring <robh@kernel.org>
Cc: Ulf Hansson <ulf.hansson@linaro.org>,
	Wolfram Sang <wsa+renesas@sang-engineering.com>,
	"linux-mmc@vger.kernel.org" <linux-mmc@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Chris Paterson <Chris.Paterson2@renesas.com>,
	Biju Das <biju.das@bp.renesas.com>,
	Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>,
	"linux-renesas-soc@vger.kernel.org" 
	<linux-renesas-soc@vger.kernel.org>
Subject: RE: [PATCH v3 1/2] dt-bindings: mmc: renesas,sdhi: Fix dtbs-check warning
Date: Fri, 13 Aug 2021 18:03:30 +0000	[thread overview]
Message-ID: <OS0PR01MB5922C908376EA089037DD5F786FA9@OS0PR01MB5922.jpnprd01.prod.outlook.com> (raw)
In-Reply-To: <YRauZkjqGnIi84cf@robh.at.kernel.org>

Hi Rob,

Thanks for the feedback.

> Subject: Re: [PATCH v3 1/2] dt-bindings: mmc: renesas,sdhi: Fix dtbs-check
> warning
> 
> On Wed, Aug 04, 2021 at 05:13:24PM +0100, Biju Das wrote:
> > Fix dtbs-check warning pinctrl-names:0:'default' was expected for
> > r8a77470-iwg23s-sbc.dts file.
> >
> > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> > Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > ---
> > v3:
> >  * New patch to fix the dtbs-check warnings
> >  Ref:-
> > https://jpn01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatc
> > hwork.ozlabs.org%2Fproject%2Fdevicetree-bindings%2Fpatch%2F20210804091
> > 940.23983-1-biju.das.jz%40bp.renesas.com%2F&amp;data=04%7C01%7Cbiju.da
> > s.jz%40bp.renesas.com%7C265c317c047442b7b49608d95e815cb6%7C53d82571da1
> > 947e49cb4625a166a4a2a%7C0%7C0%7C637644731970005717%7CUnknown%7CTWFpbGZ
> > sb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3
> > D%7C1000&amp;sdata=q4IgcCqJJPRomA3mhjkRNNdnSbgewIYAvhfBps6Y0Ng%3D&amp;
> > reserved=0
> > ---
> >  .../devicetree/bindings/mmc/renesas,sdhi.yaml | 65
> > ++++++++++++-------
> >  1 file changed, 42 insertions(+), 23 deletions(-)
> >
> > diff --git a/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml
> > b/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml
> > index 677989bc5924..543eeb825dc3 100644
> > --- a/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml
> > +++ b/Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml
> > @@ -9,9 +9,6 @@ title: Renesas SDHI SD/MMC controller
> >  maintainers:
> >    - Wolfram Sang <wsa+renesas@sang-engineering.com>
> >
> > -allOf:
> > -  - $ref: "mmc-controller.yaml"
> > -
> >  properties:
> >    compatible:
> >      oneOf:
> > @@ -104,14 +101,51 @@ properties:
> >    pinctrl-1:
> >      maxItems: 1
> >
> > -  pinctrl-names:
> > -    minItems: 1
> > -    items:
> > -      - const: default
> > -      - const: state_uhs
> > +  pinctrl-names: true
> >
> >    max-frequency: true
> >
> > +allOf:
> > +  - $ref: "mmc-controller.yaml"
> > +
> > +  - if:
> > +      properties:
> > +        compatible:
> > +          contains:
> > +            const: renesas,sdhi-mmc-r8a77470
> > +    then:
> > +      properties:
> > +        pinctrl-names:
> > +          items:
> > +            - const: state_uhs
> > +    else:
> > +      properties:
> > +        pinctrl-names:
> > +          minItems: 1
> > +          items:
> > +            - const: default
> > +            - const: state_uhs
> > +
> > +  - if:
> > +      properties:
> > +        compatible:
> > +          contains:
> > +            enum:
> > +              - renesas,sdhi-r7s72100
> > +              - renesas,sdhi-r7s9210
> > +    then:
> > +      properties:
> > +        clock-names:
> > +          items:
> > +            - const: core
> > +            - const: cd
> 
> This is already defined in the main section, no need for it here.

Thanks missed it. Will fix it in the next version

Cheers,
Biju

> 
> > +      required:
> > +        - clock-names
> > +      description:
> > +        The internal card detection logic that exists in these
> controllers is
> > +        sectioned off to be run by a separate second clock source to
> allow
> > +        the main core clock to be turned off to save power.
> > +
> >  required:
> >    - compatible
> >    - reg
> > @@ -119,21 +153,6 @@ required:
> >    - clocks
> >    - power-domains
> >
> > -if:
> > -  properties:
> > -    compatible:
> > -      contains:
> > -        enum:
> > -          - renesas,sdhi-r7s72100
> > -          - renesas,sdhi-r7s9210
> > -then:
> > -  required:
> > -    - clock-names
> > -  description:
> > -    The internal card detection logic that exists in these controllers
> is
> > -    sectioned off to be run by a separate second clock source to allow
> > -    the main core clock to be turned off to save power.
> > -
> >  unevaluatedProperties: false
> >
> >  examples:
> > --
> > 2.17.1
> >
> >

  reply	other threads:[~2021-08-13 18:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-04 16:13 [PATCH v3 0/2] Document RZ/G2L SDHI controller bindings Biju Das
2021-08-04 16:13 ` [PATCH v3 1/2] dt-bindings: mmc: renesas,sdhi: Fix dtbs-check warning Biju Das
2021-08-13 17:39   ` Rob Herring
2021-08-13 18:03     ` Biju Das [this message]
2021-08-04 16:13 ` [PATCH v3 2/2] dt-bindings: mmc: renesas,sdhi: Document RZ/G2L bindings Biju Das
2021-08-13 17:41   ` Rob Herring
2021-08-13 18:10     ` Biju Das

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=OS0PR01MB5922C908376EA089037DD5F786FA9@OS0PR01MB5922.jpnprd01.prod.outlook.com \
    --to=biju.das.jz@bp.renesas.com \
    --cc=Chris.Paterson2@renesas.com \
    --cc=biju.das@bp.renesas.com \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=robh@kernel.org \
    --cc=ulf.hansson@linaro.org \
    --cc=wsa+renesas@sang-engineering.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.