Message ID | 20220501082150.24662-1-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
State | Accepted |
Commit | dfc6597eb1e1604575c6e061e1a9be0048d17b2c |
Headers | show |
Series | spi: dt-bindings: renesas,rspi: Document RZ/G2UL SoC | expand |
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
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
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
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:
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(+)