diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2018-12-02 12:40:08 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-12-13 11:10:46 -0600 |
commit | cd1cc0bef46fc8d8f9ebe82d2064d4f4bd5ecf16 (patch) | |
tree | 0de395c1bf2978355c0433327f0051f4a3a12bf0 | |
parent | 27b4feb7fe373e1ed92b9362b1e33cead271ac84 (diff) |
dt-bindings: arm: mrvl: amend Browstone compatible string
The Brownstone board is compatible with "mrvl,mmp2". The actual DTS
already contains the string -- add it to the binding doc as well.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/arm/mrvl/mrvl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/mrvl/mrvl.txt b/Documentation/devicetree/bindings/arm/mrvl/mrvl.txt index 117d741a2e4f..951687528efb 100644 --- a/Documentation/devicetree/bindings/arm/mrvl/mrvl.txt +++ b/Documentation/devicetree/bindings/arm/mrvl/mrvl.txt @@ -11,4 +11,4 @@ Required root node properties: MMP2 Brownstone Board Required root node properties: - - compatible = "mrvl,mmp2-brownstone"; + - compatible = "mrvl,mmp2-brownstone", "mrvl,mmp2"; |