linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] spi: dt-bindings: renesas,rspi: Document RZ/G2UL SoC
@ 2022-05-01  8:21 Biju Das
  2022-05-01  8:37 ` Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Biju Das @ 2022-05-01  8:21 UTC (permalink / raw)
  To: Mark Brown, Rob Herring, Krzysztof Kozlowski
  Cc: Biju Das, Geert Uytterhoeven, linux-spi, devicetree,
	Chris Paterson, Biju Das, Prabhakar Mahadev Lad,
	linux-renesas-soc

Add RSPI binding documentation for Renesas RZ/G2UL SoC.

RSPI block is identical to one found on RZ/A, so no driver changes are
required. The fallback compatible string "renesas,rspi-rz" will be used
on RZ/G2UL.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
 Documentation/devicetree/bindings/spi/renesas,rspi.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/spi/renesas,rspi.yaml b/Documentation/devicetree/bindings/spi/renesas,rspi.yaml
index 2c3c6bd6ec45..f45d3b75d6de 100644
--- a/Documentation/devicetree/bindings/spi/renesas,rspi.yaml
+++ b/Documentation/devicetree/bindings/spi/renesas,rspi.yaml
@@ -21,6 +21,7 @@ properties:
           - enum:
               - renesas,rspi-r7s72100  # RZ/A1H
               - renesas,rspi-r7s9210   # RZ/A2
+              - renesas,r9a07g043-rspi # RZ/G2UL
               - renesas,r9a07g044-rspi # RZ/G2{L,LC}
               - renesas,r9a07g054-rspi # RZ/V2L
           - const: renesas,rspi-rz
@@ -124,6 +125,7 @@ allOf:
           contains:
             enum:
               - renesas,qspi
+              - renesas,r9a07g043-rspi
               - renesas,r9a07g044-rspi
               - renesas,r9a07g054-rspi
     then:
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] spi: dt-bindings: renesas,rspi: Document RZ/G2UL SoC
  2022-05-01  8:21 [PATCH] spi: dt-bindings: renesas,rspi: Document RZ/G2UL SoC Biju Das
@ 2022-05-01  8:37 ` Krzysztof Kozlowski
  2022-05-02 15:36 ` Geert Uytterhoeven
  2022-05-03 15:51 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-01  8:37 UTC (permalink / raw)
  To: Biju Das, Mark Brown, Rob Herring, Krzysztof Kozlowski
  Cc: Geert Uytterhoeven, linux-spi, devicetree, Chris Paterson,
	Biju Das, Prabhakar Mahadev Lad, linux-renesas-soc

On 01/05/2022 10:21, Biju Das wrote:
> Add RSPI binding documentation for Renesas RZ/G2UL SoC.
> 
> RSPI block is identical to one found on RZ/A, so no driver changes are
> required. The fallback compatible string "renesas,rspi-rz" will be used
> on RZ/G2UL.
> 


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] spi: dt-bindings: renesas,rspi: Document RZ/G2UL SoC
  2022-05-01  8:21 [PATCH] spi: dt-bindings: renesas,rspi: Document RZ/G2UL SoC Biju Das
  2022-05-01  8:37 ` Krzysztof Kozlowski
@ 2022-05-02 15:36 ` Geert Uytterhoeven
  2022-05-03 15:51 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2022-05-02 15:36 UTC (permalink / raw)
  To: Biju Das
  Cc: Mark Brown, Rob Herring, Krzysztof Kozlowski, linux-spi,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Chris Paterson, Biju Das, Prabhakar Mahadev Lad, Linux-Renesas

On Sun, May 1, 2022 at 10:22 AM Biju Das <biju.das.jz@bp.renesas.com> wrote:
> Add RSPI binding documentation for Renesas RZ/G2UL SoC.
>
> RSPI block is identical to one found on RZ/A, so no driver changes are
> required. The fallback compatible string "renesas,rspi-rz" will be used
> on RZ/G2UL.
>
> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] spi: dt-bindings: renesas,rspi: Document RZ/G2UL SoC
  2022-05-01  8:21 [PATCH] spi: dt-bindings: renesas,rspi: Document RZ/G2UL SoC Biju Das
  2022-05-01  8:37 ` Krzysztof Kozlowski
  2022-05-02 15:36 ` Geert Uytterhoeven
@ 2022-05-03 15:51 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2022-05-03 15:51 UTC (permalink / raw)
  To: biju.das.jz, robh+dt, krzysztof.kozlowski+dt
  Cc: prabhakar.mahadev-lad.rj, linux-spi, devicetree, geert+renesas,
	Chris.Paterson2, biju.das, linux-renesas-soc

On Sun, 1 May 2022 09:21:50 +0100, Biju Das wrote:
> Add RSPI binding documentation for Renesas RZ/G2UL SoC.
> 
> RSPI block is identical to one found on RZ/A, so no driver changes are
> required. The fallback compatible string "renesas,rspi-rz" will be used
> on RZ/G2UL.
> 
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/1] spi: dt-bindings: renesas,rspi: Document RZ/G2UL SoC
      commit: dfc6597eb1e1604575c6e061e1a9be0048d17b2c

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-03 15:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-01  8:21 [PATCH] spi: dt-bindings: renesas,rspi: Document RZ/G2UL SoC Biju Das
2022-05-01  8:37 ` Krzysztof Kozlowski
2022-05-02 15:36 ` Geert Uytterhoeven
2022-05-03 15:51 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).