Message ID | 20220423134601.141975-1-biju.das.jz@bp.renesas.com |
---|---|
State | Accepted |
Commit | 9c68d4e621ebfc166f672fa7afe14591f91d144c |
Headers | show |
Series | dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: Document RZ/G2UL USBPHY Control bindings | expand |
On Sat, Apr 23, 2022 at 3:46 PM Biju Das <biju.das.jz@bp.renesas.com> wrote: > Add device tree binding document for RZ/G2UL USBPHY Control Device. > RZ/G2UL USBPHY Control Device is identical to one found on the RZ/G2L SoC. > No driver changes are required as generic compatible string > "renesas,rzg2l-usbphy-ctrl" will be used as a fallback. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
Hi All, Gentle ping. Are we happy with this patch? Cheers, Biju > -----Original Message----- > From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Sent: 23 April 2022 19:58 > To: Biju Das <biju.das.jz@bp.renesas.com>; Philipp Zabel > <p.zabel@pengutronix.de>; Rob Herring <robh+dt@kernel.org>; Krzysztof > Kozlowski <krzysztof.kozlowski+dt@linaro.org> > Cc: 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 > Subject: Re: [PATCH] dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: > Document RZ/G2UL USBPHY Control bindings > > On 23/04/2022 15:46, Biju Das wrote: > > Add device tree binding document for RZ/G2UL USBPHY Control Device. > > RZ/G2UL USBPHY Control Device is identical to one found on the RZ/G2L > SoC. > > No driver changes are required as generic compatible string > > "renesas,rzg2l-usbphy-ctrl" will be used as a fallback. > > > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > > Best regards, > Krzysztof
On 26/07/2022 13:04, Biju Das wrote: > Hi All, > > Gentle ping. > > Are we happy with this patch? Why do you ping me or Rob? If you want to ping, be specific to avoid wasting time of other people. >> >> >> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> So what do you need more here? Best regards, Krzysztof
Hi Krzysztof Kozlowski, > Subject: Re: [PATCH] dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: > Document RZ/G2UL USBPHY Control bindings > > On 26/07/2022 13:04, Biju Das wrote: > > Hi All, > > > > Gentle ping. > > > > Are we happy with this patch? > > Why do you ping me or Rob? If you want to ping, be specific to avoid > wasting time of other people. I am not sure do I need to rebase and send the patch? since this patch is for a while and no response. > > > >> > >> > >> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > So what do you need more here? No. Thanks for the Ack. Cheers, Biju
Hi Biju, On Di, 2022-07-26 at 11:52 +0000, Biju Das wrote: > Hi Krzysztof Kozlowski, > > > Subject: Re: [PATCH] dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: > > Document RZ/G2UL USBPHY Control bindings > > > > On 26/07/2022 13:04, Biju Das wrote: > > > Hi All, > > > > > > Gentle ping. > > > > > > Are we happy with this patch? > > > > Why do you ping me or Rob? If you want to ping, be specific to avoid > > wasting time of other people. > > I am not sure do I need to rebase and send the patch? since this patch is > for a while and no response. Thank you for the reminder, I've picked it up into reset/next. regards Philipp
diff --git a/Documentation/devicetree/bindings/reset/renesas,rzg2l-usbphy-ctrl.yaml b/Documentation/devicetree/bindings/reset/renesas,rzg2l-usbphy-ctrl.yaml index 86c2569ced97..731b8ce01525 100644 --- a/Documentation/devicetree/bindings/reset/renesas,rzg2l-usbphy-ctrl.yaml +++ b/Documentation/devicetree/bindings/reset/renesas,rzg2l-usbphy-ctrl.yaml @@ -17,6 +17,7 @@ properties: compatible: items: - enum: + - renesas,r9a07g043-usbphy-ctrl # RZ/G2UL - renesas,r9a07g044-usbphy-ctrl # RZ/G2{L,LC} - renesas,r9a07g054-usbphy-ctrl # RZ/V2L - const: renesas,rzg2l-usbphy-ctrl
Add device tree binding document for RZ/G2UL USBPHY Control Device. RZ/G2UL USBPHY Control Device is identical to one found on the RZ/G2L SoC. No driver changes are required as generic compatible string "renesas,rzg2l-usbphy-ctrl" will be used as a fallback. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> --- .../devicetree/bindings/reset/renesas,rzg2l-usbphy-ctrl.yaml | 1 + 1 file changed, 1 insertion(+)