From: Andreas Färber Date: Mon, 16 Oct 2017 03:42:42 +0000 (+0200) Subject: dt-bindings: arm: realtek: Document RTD1296 and Synology DS418 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1f3295994dc572b9928df748361df3bbbf2e68f3;p=linux.git dt-bindings: arm: realtek: Document RTD1296 and Synology DS418 Define compatible strings for Realtek RTD1296 SoC and Synology DiskStation DS418 NAS. Cc: info@synology.com Acked-by: Rob Herring [AF: Converted to json-schema] Signed-off-by: Andreas Färber --- diff --git a/Documentation/devicetree/bindings/arm/realtek.yaml b/Documentation/devicetree/bindings/arm/realtek.yaml index 6ea3a79825cc1..ab59de17152da 100644 --- a/Documentation/devicetree/bindings/arm/realtek.yaml +++ b/Documentation/devicetree/bindings/arm/realtek.yaml @@ -27,4 +27,10 @@ properties: - probox2,ava # ProBox2 AVA - zidoo,x9s # Zidoo X9S - const: realtek,rtd1295 + + # RTD1296 SoC based boards + - items: + - enum: + - synology,ds418 # Synology DiskStation DS418 + - const: realtek,rtd1296 ...