Message ID | 20250111080903.3566296-4-iwamatsu@nigauri.org (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | Add support Yuridenki-Shokai Kakip board | expand |
On 11/01/2025 09:09, Nobuhiro Iwamatsu wrote: > Add "yuridenki,kakip" which targets the Yuridenki-Shokai Kakip board. > > Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> > --- > Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > index 4f2645e8140c5c..294ac7c7ae8a5d 100644 > --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > @@ -548,6 +548,7 @@ properties: > items: > - enum: > - renesas,rzv2h-evk # RZ/V2H EVK > + - yuridenki,kakip # Yuridenki-Shokai RZ/V2H Kakip board I know Renesas has here a bit unusual patterns, but this is even more unusual. Why do you claim kakip goes with absolutely any of below SoCs? I understand your motherboards doing this, but not the final product. > - enum: > - renesas,r9a09g057h41 # RZ/V2H > - renesas,r9a09g057h42 # RZ/V2H with Mali-G31 support Best regards, Krzysztof
Hi, Thanks for your review. 2025年1月11日(土) 18:32 Krzysztof Kozlowski <krzk@kernel.org>: > > On 11/01/2025 09:09, Nobuhiro Iwamatsu wrote: > > Add "yuridenki,kakip" which targets the Yuridenki-Shokai Kakip board. > > > > Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> > > --- > > Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > > index 4f2645e8140c5c..294ac7c7ae8a5d 100644 > > --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > > +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > > @@ -548,6 +548,7 @@ properties: > > items: > > - enum: > > - renesas,rzv2h-evk # RZ/V2H EVK > > + - yuridenki,kakip # Yuridenki-Shokai RZ/V2H Kakip board > > I know Renesas has here a bit unusual patterns, but this is even more > unusual. Why do you claim kakip goes with absolutely any of below SoCs? > I understand your motherboards doing this, but not the final product. Your point is correct. This board uses only r9a09g057h428. I fix the binding document. > > > - enum: > > - renesas,r9a09g057h41 # RZ/V2H > > - renesas,r9a09g057h42 # RZ/V2H with Mali-G31 support > > > Best regards, > Krzysztof Best regards, Nobuhiro
diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml index 4f2645e8140c5c..294ac7c7ae8a5d 100644 --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml @@ -548,6 +548,7 @@ properties: items: - enum: - renesas,rzv2h-evk # RZ/V2H EVK + - yuridenki,kakip # Yuridenki-Shokai RZ/V2H Kakip board - enum: - renesas,r9a09g057h41 # RZ/V2H - renesas,r9a09g057h42 # RZ/V2H with Mali-G31 support
Add "yuridenki,kakip" which targets the Yuridenki-Shokai Kakip board. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> --- Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 1 + 1 file changed, 1 insertion(+)