diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-06-21 15:20:59 +0300 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2019-10-17 17:18:28 +0300 |
commit | 95aecb71b84e01704a36cae8016e12e486374784 (patch) | |
tree | 5410afb0eb6f21ef19f4db8ffde776683757e804 /Documentation/devicetree/bindings/arm/mrvl | |
parent | c3294ea3417056c85d0eaaab1b76ed8a98e29171 (diff) | |
download | linux-95aecb71b84e01704a36cae8016e12e486374784.tar.xz |
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.yaml | 3 |
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 ... |