diff options
author | Vaibhav Hiremath <hvaibhav@ti.com> | 2012-02-01 01:27:00 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-02-01 23:56:17 -0500 |
commit | 5411972995b27a9074062b6d8e106fc15bd1cd44 (patch) | |
tree | fe96190ff88d027c49a97180af9f09f7193fdeb5 | |
parent | 07d57a32fb6eb2da017796e038682f817a4f685e (diff) |
arm/dts: OMAP3: Add omap3evm and am335xevm support
TI's OMAP3EVM and AM335xEVM are software development boards
available for OMAP35x(AM/DM37x) and AM335x devices respectively;
and these devices are considered under omap3 family.
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Cc: Benoit Cousson <b-cousson@ti.com>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
-rw-r--r-- | Documentation/devicetree/bindings/arm/omap/omap.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt index dbdab40ed3a6..ce784984f7b2 100644 --- a/Documentation/devicetree/bindings/arm/omap/omap.txt +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt | |||
@@ -41,3 +41,9 @@ Boards: | |||
41 | 41 | ||
42 | - OMAP4 PandaBoard : Low cost community board | 42 | - OMAP4 PandaBoard : Low cost community board |
43 | compatible = "ti,omap4-panda", "ti,omap4430" | 43 | compatible = "ti,omap4-panda", "ti,omap4430" |
44 | |||
45 | - OMAP3 EVM : Software Developement Board for OMAP35x, AM/DM37x | ||
46 | compatible = "ti,omap3-evm", "ti,omap3" | ||
47 | |||
48 | - AM335X EVM : Software Developement Board for AM335x | ||
49 | compatible = "ti,am335x-evm", "ti,am33xx", "ti,omap3" | ||