From patchwork Fri Aug 31 16:06:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Vaussard X-Patchwork-Id: 1393831 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 249F73FDF5 for ; Fri, 31 Aug 2012 16:06:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754476Ab2HaQG6 (ORCPT ); Fri, 31 Aug 2012 12:06:58 -0400 Received: from smtp4.epfl.ch ([128.178.224.218]:40458 "HELO smtp4.epfl.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754392Ab2HaQG5 (ORCPT ); Fri, 31 Aug 2012 12:06:57 -0400 Received: (qmail 32234 invoked by uid 107); 31 Aug 2012 16:06:54 -0000 X-Virus-Scanned: ClamAV Received: from lsro1pc340.epfl.ch (HELO lsro1pc340.epfl.ch) (128.178.145.154) (authenticated) by smtp4.epfl.ch (AngelmatoPhylax SMTP proxy) with ESMTPA; Fri, 31 Aug 2012 18:06:55 +0200 From: Florian Vaussard To: linux-omap@vger.kernel.org, devicetree-discuss@lists.ozlabs.org Cc: Tony Lindgren , Grant Likely , Rob Herring , Benoit Cousson , Steve Sakoman , Florian Vaussard , Philippe Retornaz , linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/2] ARM: omap/dts: update the documentation Date: Fri, 31 Aug 2012 18:06:12 +0200 Message-Id: <1346429172-5902-3-git-send-email-florian.vaussard@epfl.ch> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1346429172-5902-1-git-send-email-florian.vaussard@epfl.ch> References: <1346429172-5902-1-git-send-email-florian.vaussard@epfl.ch> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Add the Tobi/Overo board to the list of supported platforms. Signed-off-by: Florian Vaussard --- .../devicetree/bindings/arm/omap/omap.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt index ccdd0e5..d0051a7 100644 --- a/Documentation/devicetree/bindings/arm/omap/omap.txt +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt @@ -36,6 +36,9 @@ Boards: - OMAP3 BeagleBoard : Low cost community board compatible = "ti,omap3-beagle", "ti,omap3" +- OMAP3 Tobi with Overo : Commercial expansion board with daughter board + compatible = "ti,omap3-tobi", "ti,omap3-overo", "ti,omap3" + - OMAP4 SDP : Software Developement Board compatible = "ti,omap4-sdp", "ti,omap4430"