diff options
author | 2025-01-23 18:05:01 +0100 | |
---|---|---|
committer | 2025-02-03 11:03:07 +0100 | |
commit | 8e19d037c9cd0a6af3f619b5c03b9e2c01d6175d (patch) | |
tree | 04e6b42f0b15641ac543990281ba83723b1c7a4e | |
parent | dt-bindings: soc: renesas: Document Yuridenki-Shokai Kakip board (diff) | |
download | wireguard-linux-8e19d037c9cd0a6af3f619b5c03b9e2c01d6175d.tar.xz wireguard-linux-8e19d037c9cd0a6af3f619b5c03b9e2c01d6175d.zip |
dt-bindings: soc: renesas: Add RZ/G3E variant SYS binding
Add the RZ/G3E (R9A09G047) variant to the existing RZ/V2H System
Controller (SYS) binding as both IPs are very similar.
They however have different SoC IDs, RZ/G3E has VSP control register
compared to RZ/V2H SYS IP. Hence introduce a new compatible string
renesas,r9a09g047-sys to handle these differences.
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: John Madieu <john.madieu.xa@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20250123170508.13578-3-john.madieu.xa@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/soc/renesas/renesas,r9a09g057-sys.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
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 |