Message ID | 20210112165912.30876-7-uli+renesas@fpond.eu (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | pinctrl: renesas: basic R8A779A0 (V3U) support | expand |
Hi Uli, CC Robh+DT On Tue, Jan 12, 2021 at 5:59 PM Ulrich Hecht <uli+renesas@fpond.eu> wrote: > Document PFC support for the V3U (R8A779A0) SoC. > > Signed-off-by: Ulrich Hecht <uli+renesas@fpond.eu> Thanks for your patch! > --- a/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml > @@ -43,6 +43,7 @@ properties: > - renesas,pfc-r8a77980 # R-Car V3H > - renesas,pfc-r8a77990 # R-Car E3 > - renesas,pfc-r8a77995 # R-Car D3 > + - renesas,pfc-r8a779a0 # R-Car V3U > - renesas,pfc-sh73a0 # SH-Mobile AG5 > > reg: maxItems needs to be increased from 2 to 10, else "make dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml" fails with arch/arm64/boot/dts/renesas/r8a779a0-falcon.dt.yaml: pin-controller@e6050000: reg: [[0, 3859087360, 0, 364], [0, 3859089408, 0, 364], [0, 3859120128, 0, 364], [0, 3859122176, 0, 364], [0, 3859152896, 0, 364], [0, 3859154944, 0, 364], [0, 3859185664, 0, 364], [0, 3859187712, 0, 364], [0, 3859189760, 0, 364], [0, 3859191808, 0, 364]] is too long Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> i.e. will queue in renesas-pinctrl-for-v5.12, with the above fixed. Gr{oetje,eeting}s, Geert
diff --git a/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml b/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml index 5b5b1b9d2ec7..0adb18d8a9a9 100644 --- a/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml +++ b/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml @@ -43,6 +43,7 @@ properties: - renesas,pfc-r8a77980 # R-Car V3H - renesas,pfc-r8a77990 # R-Car E3 - renesas,pfc-r8a77995 # R-Car D3 + - renesas,pfc-r8a779a0 # R-Car V3U - renesas,pfc-sh73a0 # SH-Mobile AG5 reg:
Document PFC support for the V3U (R8A779A0) SoC. Signed-off-by: Ulrich Hecht <uli+renesas@fpond.eu> --- Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml | 1 + 1 file changed, 1 insertion(+)