From 25a114b7c81634434e86d31375227dab2dc284e0 Mon Sep 17 00:00:00 2001 From: Ilya Yanok Date: Tue, 27 Dec 2011 00:08:31 +0100 Subject: [PATCH] --- yaml --- r: 296233 b: refs/heads/master c: 328ae2cb50af2f96b6061eb462aa92966a462bbc h: refs/heads/master i: 296231: 5a3df1c7ef157cd28fce320e338433815882b3e2 v: v3 --- [refs] | 2 +- trunk/arch/arm/boot/dts/am3517_mt_ventoux.dts | 27 +++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 trunk/arch/arm/boot/dts/am3517_mt_ventoux.dts diff --git a/[refs] b/[refs] index 2aca6f96d7e7..d8cb946ba3f6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6510e13ee28eaac27b219e9be15edb15a674a580 +refs/heads/master: 328ae2cb50af2f96b6061eb462aa92966a462bbc diff --git a/trunk/arch/arm/boot/dts/am3517_mt_ventoux.dts b/trunk/arch/arm/boot/dts/am3517_mt_ventoux.dts new file mode 100644 index 000000000000..5eb26d7d9b4e --- /dev/null +++ b/trunk/arch/arm/boot/dts/am3517_mt_ventoux.dts @@ -0,0 +1,27 @@ +/* + * Copyright (C) 2011 Ilya Yanok, EmCraft Systems + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ +/dts-v1/; + +/include/ "omap3.dtsi" + +/ { + model = "TeeJet Mt.Ventoux"; + compatible = "teejet,mt_ventoux", "ti,omap3"; + + memory { + device_type = "memory"; + reg = <0x80000000 0x10000000>; /* 256 MB */ + }; + + /* AM35xx doesn't have IVA */ + soc { + iva { + status = "disabled"; + }; + }; +};