Commit 0d3ccc1c authored by Andreas Färber's avatar Andreas Färber

dt-bindings: arm: realtek: Tidy up conversion to json-schema

Restore the device names for compatible strings as comments.
Prepare for adding more SoCs by inserting oneOf.

Fixes: 693af5f3 ("dt-bindings: arm: Convert Realtek board/soc bindings to json-schema")
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
parent 54ecb8f7
......@@ -13,11 +13,12 @@ properties:
$nodename:
const: '/'
compatible:
oneOf:
# RTD1295 SoC based boards
items:
- items:
- enum:
- mele,v9
- probox2,ava
- zidoo,x9s
- mele,v9 # MeLE V9
- probox2,ava # ProBox2 AVA
- zidoo,x9s # Zidoo X9S
- const: realtek,rtd1295
...
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment