summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/mrvl
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-06-21 14:20:59 +0200
committerLubomir Rintel <lkundrak@v3.sk>2019-10-17 16:18:28 +0200
commit95aecb71b84e01704a36cae8016e12e486374784 (patch)
tree5410afb0eb6f21ef19f4db8ffde776683757e804 /Documentation/devicetree/bindings/arm/mrvl
parentdt-bindings: arm: Convert Marvell MMP board/soc bindings to json-schema (diff)
downloadlinux-95aecb71b84e01704a36cae8016e12e486374784.tar.xz
linux-95aecb71b84e01704a36cae8016e12e486374784.zip
dt-bindings: arm: mrvl: Document MMP3 compatible string
Marvel MMP3 is a successor to MMP2, containing similar peripherals with two PJ4B cores. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Reviewed-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/mrvl')
-rw-r--r--Documentation/devicetree/bindings/arm/mrvl/mrvl.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/mrvl/mrvl.yaml b/Documentation/devicetree/bindings/arm/mrvl/mrvl.yaml
index ef59d6e35bb6..818dfe6de512 100644
--- a/Documentation/devicetree/bindings/arm/mrvl/mrvl.yaml
+++ b/Documentation/devicetree/bindings/arm/mrvl/mrvl.yaml
@@ -29,4 +29,7 @@ properties:
- enum:
- mrvl,mmp2-brownstone
- const: mrvl,mmp2
+ - description: MMP3 based boards
+ items:
+ - const: mrvl,mmp3
...