Message ID | 20250116144752.1738574-4-iwamatsu@nigauri.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | 2db869398875acc63764f54fa20a5160d81f33f9 |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | Add support Yuridenki-Shokai Kakip board | expand |
On 16/01/2025 15:47, Nobuhiro Iwamatsu wrote: > Add "yuridenki,kakip" which targets the Yuridenki-Shokai Kakip board. > > Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> > > --- Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Thu, Jan 16, 2025 at 3:48 PM Nobuhiro Iwamatsu <iwamatsu@nigauri.org> wrote: > Add "yuridenki,kakip" which targets the Yuridenki-Shokai Kakip board. > > Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> > > --- > v2: Fix the rule of binding for boards. > kakip board uses r9a09g057h48 only. Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> i.e. will queue in renesas-devel for v6.15. 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
diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml index 4f2645e8140c5c..a8af4fce596127 100644 --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml @@ -557,6 +557,12 @@ properties: - renesas,r9a09g057h48 # RZ/V2HP with Mali-G31 + Mali-C55 + cryptographic extension support - const: renesas,r9a09g057 + - description: Yuridenki-Shokai RZ/V2H Kakip + items: + - const: yuridenki,kakip + - const: renesas,r9a09g057h48 + - const: renesas,r9a09g057 + additionalProperties: true ...
Add "yuridenki,kakip" which targets the Yuridenki-Shokai Kakip board. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> --- v2: Fix the rule of binding for boards. kakip board uses r9a09g057h48 only. Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 6 ++++++ 1 file changed, 6 insertions(+)