2022-02-28 02:41:23

by Prabhakar Mahadev Lad

[permalink] [raw]
Subject: [PATCH] spi: dt-bindings: renesas,rspi: Document RZ/V2L SoC

Add RSPI binding documentation for Renesas RZ/V2L 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/V2L.

Signed-off-by: Lad Prabhakar <[email protected]>
Reviewed-by: Biju Das <[email protected]>
---
DTSI changes have been posted as part of series [0].

[0] https://patchwork.kernel.org/project/linux-renesas-soc/
patch/[email protected]/
---
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 76e6d9e52fc7..a902f0ca2198 100644
--- a/Documentation/devicetree/bindings/spi/renesas,rspi.yaml
+++ b/Documentation/devicetree/bindings/spi/renesas,rspi.yaml
@@ -22,6 +22,7 @@ properties:
- renesas,rspi-r7s72100 # RZ/A1H
- renesas,rspi-r7s9210 # RZ/A2
- renesas,r9a07g044-rspi # RZ/G2{L,LC}
+ - renesas,r9a07g054-rspi # RZ/V2L
- const: renesas,rspi-rz # RZ/A and RZ/G2{L,LC}

- items:
@@ -124,6 +125,7 @@ allOf:
enum:
- renesas,qspi
- renesas,r9a07g044-rspi
+ - renesas,r9a07g054-rspi
then:
required:
- resets
--
2.17.1


2022-02-28 10:54:23

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] spi: dt-bindings: renesas,rspi: Document RZ/V2L SoC

On 27/02/2022 23:59, Lad Prabhakar wrote:
> Add RSPI binding documentation for Renesas RZ/V2L 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/V2L.
>
> Signed-off-by: Lad Prabhakar <[email protected]>
> Reviewed-by: Biju Das <[email protected]>
> ---
> DTSI changes have been posted as part of series [0].
>
> [0] https://patchwork.kernel.org/project/linux-renesas-soc/
> patch/[email protected]/
> ---
> Documentation/devicetree/bindings/spi/renesas,rspi.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>


Acked-by: Krzysztof Kozlowski <[email protected]>


Best regards,
Krzysztof

2022-02-28 15:27:30

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH] spi: dt-bindings: renesas,rspi: Document RZ/V2L SoC

On Mon, Feb 28, 2022 at 12:00 AM Lad Prabhakar
<[email protected]> wrote:
> Add RSPI binding documentation for Renesas RZ/V2L 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/V2L.
>
> Signed-off-by: Lad Prabhakar <[email protected]>
> Reviewed-by: Biju Das <[email protected]>

Reviewed-by: Geert Uytterhoeven <[email protected]>

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

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

2022-02-28 17:55:42

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH] spi: dt-bindings: renesas,rspi: Document RZ/V2L SoC

On Mon, Feb 28, 2022 at 12:00 AM Lad Prabhakar
<[email protected]> wrote:
> Add RSPI binding documentation for Renesas RZ/V2L 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/V2L.
>
> Signed-off-by: Lad Prabhakar <[email protected]>
> Reviewed-by: Biju Das <[email protected]>

> --- a/Documentation/devicetree/bindings/spi/renesas,rspi.yaml
> +++ b/Documentation/devicetree/bindings/spi/renesas,rspi.yaml
> @@ -22,6 +22,7 @@ properties:
> - renesas,rspi-r7s72100 # RZ/A1H
> - renesas,rspi-r7s9210 # RZ/A2
> - renesas,r9a07g044-rspi # RZ/G2{L,LC}
> + - renesas,r9a07g054-rspi # RZ/V2L
> - const: renesas,rspi-rz # RZ/A and RZ/G2{L,LC}

The last comment looks a bit strange now. Perhaps just drop it?

Reviewed-by: Geert Uytterhoeven <[email protected]>

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

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

2022-02-28 22:19:35

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] spi: dt-bindings: renesas,rspi: Document RZ/V2L SoC

On Sun, 27 Feb 2022 22:59:56 +0000, Lad Prabhakar wrote:
> Add RSPI binding documentation for Renesas RZ/V2L 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/V2L.
>
>
> [...]

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/V2L SoC
commit: f16ed63e53c79070283d3c264de5309794272ae9

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