Commit 8dcb8b06 authored by James Tai's avatar James Tai Committed by Andreas Färber
Browse files

dt-bindings: arm: realtek: Document RTD1619 and Realtek Mjolnir EVB



Define compatible strings for Realtek RTD1619 SoC and Realtek Mjolnir EVB.

Signed-off-by: default avatarJames Tai <james.tai@realtek.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
parent 50a87ad8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -47,4 +47,10 @@ properties:
              - bananapi,bpi-m4 # Banana Pi BPI-M4
              - realtek,lion-skin # Realtek Lion Skin EVB
          - const: realtek,rtd1395

      # RTD1619 SoC based boards
      - items:
          - enum:
              - realtek,mjolnir # Realtek Mjolnir EVB
          - const: realtek,rtd1619
...