Message ID | 20250101163344.128139-2-john.madieu.xa@bp.renesas.com (mailing list archive) |
---|---|
State | Under Review |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | soc: renesas: Add system controller support for RZ/G3E SoC | expand |
On Wed, 01 Jan 2025 17:33:41 +0100, John Madieu wrote: > Add RZ/G3E (R9A09G047) variant to the existing RZ/V2H System > Controller (SYS) binding as both IPs are compatible. > > Signed-off-by: John Madieu <john.madieu.xa@bp.renesas.com> > --- > Changes: > - v1 -> v2: Do not rely on syscon compatible string anymore > > Notes: > v1: Acked-by: Rob Herring (Arm) <robh@kernel.org> > v1: Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> > v2: Tags dropped due to small changes in compatible property structure. > > .../bindings/soc/renesas/renesas,r9a09g057-sys.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas,r9a09g057-sys.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas,r9a09g057-sys.yaml index ebbf0c9109ce..e0f7503a9f35 100644 --- a/Documentation/devicetree/bindings/soc/renesas/renesas,r9a09g057-sys.yaml +++ b/Documentation/devicetree/bindings/soc/renesas/renesas,r9a09g057-sys.yaml @@ -22,7 +22,10 @@ description: | properties: compatible: - const: renesas,r9a09g057-sys + items: + - enum: + - renesas,r9a09g047-sys # RZ/G3E + - renesas,r9a09g057-sys # RZ/V2H reg: maxItems: 1
Add RZ/G3E (R9A09G047) variant to the existing RZ/V2H System Controller (SYS) binding as both IPs are compatible. Signed-off-by: John Madieu <john.madieu.xa@bp.renesas.com> --- Changes: - v1 -> v2: Do not rely on syscon compatible string anymore Notes: v1: Acked-by: Rob Herring (Arm) <robh@kernel.org> v1: Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> v2: Tags dropped due to small changes in compatible property structure. .../bindings/soc/renesas/renesas,r9a09g057-sys.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)