Message ID | 56685dc04af3cee7cb3751e855ed5b3679b14122.1706264667.git.geert+renesas@glider.be |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | pinctrl: renesas: Add support for R-Car V4M | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On Fri, Jan 26, 2024 at 11:43:59AM +0100, Geert Uytterhoeven wrote: > Document support for the Pin Function Controller (PFC) in the Renesas > R-Car V4M (R8A779H0) SoC. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Conor Dooley <conor.dooley@microchip.com> Cheers, Conor. > --- > Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml b/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml > index 181cd1676c0a2a36..5d84364d13589c5e 100644 > --- a/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml > @@ -46,6 +46,7 @@ properties: > - renesas,pfc-r8a779a0 # R-Car V3U > - renesas,pfc-r8a779f0 # R-Car S4-8 > - renesas,pfc-r8a779g0 # R-Car V4H > + - renesas,pfc-r8a779h0 # R-Car V4M > - renesas,pfc-sh73a0 # SH-Mobile AG5 > > reg: > -- > 2.34.1 >
diff --git a/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml b/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml index 181cd1676c0a2a36..5d84364d13589c5e 100644 --- a/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml +++ b/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml @@ -46,6 +46,7 @@ properties: - renesas,pfc-r8a779a0 # R-Car V3U - renesas,pfc-r8a779f0 # R-Car S4-8 - renesas,pfc-r8a779g0 # R-Car V4H + - renesas,pfc-r8a779h0 # R-Car V4M - renesas,pfc-sh73a0 # SH-Mobile AG5 reg:
Document support for the Pin Function Controller (PFC) in the Renesas R-Car V4M (R8A779H0) SoC. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml | 1 + 1 file changed, 1 insertion(+)