diff options
author | Andreas Färber <afaerber@suse.de> | 2017-10-16 06:42:42 +0300 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2019-10-29 06:56:51 +0300 |
commit | 1f3295994dc572b9928df748361df3bbbf2e68f3 (patch) | |
tree | 1c1f27b8091d63a147ba34cf241a77daf541efb4 /Documentation/devicetree/bindings | |
parent | cf976f660ee8ceeff53a722de6b0f2eef6610fc6 (diff) | |
download | linux-1f3295994dc572b9928df748361df3bbbf2e68f3.tar.xz |
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 <robh@kernel.org>
[AF: Converted to json-schema]
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/arm/realtek.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/realtek.yaml b/Documentation/devicetree/bindings/arm/realtek.yaml index 6ea3a79825cc..ab59de17152d 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 ... |