diff options
author | David Lechner <david@lechnology.com> | 2017-01-13 13:03:40 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-11-15 10:04:12 +0100 |
commit | 2ae575c1b42b6ef1ee4ea8a170e388fb8168e0b4 (patch) | |
tree | 68912065787a7e840f415615a27c3f4a0bc568db /Documentation | |
parent | 2febf192ed4bb493ea808401e925b683a412521f (diff) | |
download | linux-stable-2ae575c1b42b6ef1ee4ea8a170e388fb8168e0b4.tar.gz linux-stable-2ae575c1b42b6ef1ee4ea8a170e388fb8168e0b4.tar.bz2 linux-stable-2ae575c1b42b6ef1ee4ea8a170e388fb8168e0b4.zip |
dt-bindings: Add LEGO MINDSTORMS EV3 compatible specification
[ Upstream commit 21078ab174c99885ca83a5c32db0d33b1617745e ]
This adds the board level device tree specification for LEGO MINDSTORMS EV3
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/davinci.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/davinci.txt b/Documentation/devicetree/bindings/arm/davinci.txt index cfaeda4274e6..e6f4b50da1f9 100644 --- a/Documentation/devicetree/bindings/arm/davinci.txt +++ b/Documentation/devicetree/bindings/arm/davinci.txt @@ -9,6 +9,10 @@ EnBW AM1808 based CMC board Required root node properties: - compatible = "enbw,cmc", "ti,da850; +LEGO MINDSTORMS EV3 (AM1808 based) +Required root node properties: + - compatible = "lego,ev3", "ti,da850"; + Generic DaVinci Boards ---------------------- |