Message ID | 20191020040817.16882-4-afaerber@suse.de |
---|---|
State | Accepted |
Commit | 0d3ccc1cdeb75269e2a7e849c3c4ce2f73cc1e18 |
Headers | show |
Series | None | expand |
Am 25.10.19 um 23:21 schrieb Rob Herring: > On Sun, 20 Oct 2019 06:08:12 +0200, =?UTF-8?q?Andreas=20F=C3=A4rber?= wrote: >> Restore the device names for compatible strings as comments. >> Prepare for adding more SoCs by inserting oneOf. >> >> Fixes: 693af5f3eeaa ("dt-bindings: arm: Convert Realtek board/soc bindings to json-schema") >> Signed-off-by: Andreas Färber <afaerber@suse.de> >> --- >> v2: New >> >> Documentation/devicetree/bindings/arm/realtek.yaml | 15 ++++++++------- >> 1 file changed, 8 insertions(+), 7 deletions(-) >> > > Reviewed-by: Rob Herring <robh@kernel.org> Thanks, applied to linux-realtek.git v5.5/dt64: https://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-realtek.git/log/?h=v5.5/dt64 Regards, Andreas -- SUSE Software Solutions Germany GmbH Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer HRB 36809 (AG Nürnberg)
diff --git a/Documentation/devicetree/bindings/arm/realtek.yaml b/Documentation/devicetree/bindings/arm/realtek.yaml index 3528b61963b4..66458a3f422d 100644 --- a/Documentation/devicetree/bindings/arm/realtek.yaml +++ b/Documentation/devicetree/bindings/arm/realtek.yaml @@ -13,11 +13,12 @@ properties: $nodename: const: '/' compatible: - # RTD1295 SoC based boards - items: - - enum: - - mele,v9 - - probox2,ava - - zidoo,x9s - - const: realtek,rtd1295 + oneOf: + # RTD1295 SoC based boards + - items: + - enum: + - mele,v9 # MeLE V9 + - probox2,ava # ProBox2 AVA + - zidoo,x9s # Zidoo X9S + - const: realtek,rtd1295 ...
Restore the device names for compatible strings as comments. Prepare for adding more SoCs by inserting oneOf. Fixes: 693af5f3eeaa ("dt-bindings: arm: Convert Realtek board/soc bindings to json-schema") Signed-off-by: Andreas Färber <afaerber@suse.de> --- v2: New Documentation/devicetree/bindings/arm/realtek.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) -- 2.16.4