Commit c734a7cc authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Rob Herring
Browse files

dt-bindings: arm: mrvl: Add missing compatible strings



Add compatible strings for the boards we have in tree. At the same time,
fix the MMP3 compatible string: the preferred vendor name for Marvell is
"marvell", not "mrvl", and indeed "marvell,mmp3" has been actively used,
not "mrvl,mmp3".

Fixes: 95aecb71 ("dt-bindings: arm: mrvl: Document MMP3 compatible string")
Signed-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 39648d05
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -28,8 +28,11 @@ properties:
        items:
          - enum:
              - mrvl,mmp2-brownstone
              - olpc,xo-1.75
          - const: mrvl,mmp2
      - description: MMP3 based boards
        items:
          - const: mrvl,mmp3
          - enum:
              - dell,wyse-ariel
          - const: marvell,mmp3
...