Message ID | 20191020040817.16882-4-afaerber@suse.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: Initial RTD1293/RTD1296 and DS418j/DS418 support | expand |
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>
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
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(-)