[PATCH] dt-bindings: memory: renesas,rpc-if: Document R-Car V4M support

Geert Uytterhoeven posted 1 patch 1 year, 11 months ago
.../devicetree/bindings/memory-controllers/renesas,rpc-if.yaml   | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: memory: renesas,rpc-if: Document R-Car V4M support
Posted by Geert Uytterhoeven 1 year, 11 months ago
Document support for the SPI Multi I/O Bus Controller (RPC-IF) in the
Renesas R-Car V4M (R8A779H0) SoC.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 .../devicetree/bindings/memory-controllers/renesas,rpc-if.yaml   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml b/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml
index 25f3bb9890ae624a..d7745dd53b51ce47 100644
--- a/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml
+++ b/Documentation/devicetree/bindings/memory-controllers/renesas,rpc-if.yaml
@@ -45,6 +45,7 @@ properties:
       - items:
           - enum:
               - renesas,r8a779g0-rpc-if       # R-Car V4H
+              - renesas,r8a779h0-rpc-if       # R-Car V4M
           - const: renesas,rcar-gen4-rpc-if   # a generic R-Car gen4 device
 
       - items:
-- 
2.34.1
Re: [PATCH] dt-bindings: memory: renesas,rpc-if: Document R-Car V4M support
Posted by Krzysztof Kozlowski 1 year, 11 months ago
On Mon, 19 Feb 2024 15:52:19 +0100, Geert Uytterhoeven wrote:
> Document support for the SPI Multi I/O Bus Controller (RPC-IF) in the
> Renesas R-Car V4M (R8A779H0) SoC.
> 
> 

Applied, thanks!

[1/1] dt-bindings: memory: renesas,rpc-if: Document R-Car V4M support
      https://git.kernel.org/krzk/linux-mem-ctrl/c/fdb88a1453d212ac52bbacfbaa9a950c626bfd1e

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Re: [PATCH] dt-bindings: memory: renesas,rpc-if: Document R-Car V4M support
Posted by Wolfram Sang 1 year, 11 months ago
On Mon, Feb 19, 2024 at 03:52:19PM +0100, Geert Uytterhoeven wrote:
> Document support for the SPI Multi I/O Bus Controller (RPC-IF) in the
> Renesas R-Car V4M (R8A779H0) SoC.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>