From patchwork Fri Oct 18 10:01:08 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Witcher X-Patchwork-Id: 3085991 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 29C21BF924 for ; Wed, 23 Oct 2013 04:14:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3647B2027D for ; Wed, 23 Oct 2013 04:14:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 14DB420279 for ; Wed, 23 Oct 2013 04:14:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750847Ab3JWEOK (ORCPT ); Wed, 23 Oct 2013 00:14:10 -0400 Received: from elasmtp-curtail.atl.sa.earthlink.net ([209.86.89.64]:57769 "EHLO elasmtp-curtail.atl.sa.earthlink.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750741Ab3JWEOJ (ORCPT ); Wed, 23 Oct 2013 00:14:09 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=mindspring.com; b=hUQ8V+tepJ1L/VHFAAjKRkD12HdWzbxW3mHDJtokp7Tfp7t0bHaPjJ8nqvuLHn5p; h=Received:From:To:Subject:Date:Message-Id:X-Mailer:X-ELNK-Trace:X-Originating-IP; Received: from [98.66.211.235] (helo=localhost.localdomain) by elasmtp-curtail.atl.sa.earthlink.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1VYppg-0004Re-1q; Wed, 23 Oct 2013 00:14:08 -0400 From: Eric Witcher To: bcousson@baylibre.com, linux-omap@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH] ARM: OMAP: devicetree: fix SPI node compatible property syntax items Date: Fri, 18 Oct 2013 06:01:08 -0400 Message-Id: <1382090468-6011-1-git-send-email-ewitcher@mindspring.com> X-Mailer: git-send-email 1.7.11.7 X-ELNK-Trace: dfac6e4f32b09e339c7f779228e2f6aeda0071232e20db4d788780ce241278d6e750ed4d6f50ede8350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 98.66.211.235 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00, DATE_IN_PAST_96_XX, DKIM_SIGNED, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Correct the SPI node compatible property items to match example code and match current DTS usage. Signed-off-by: Eric Witcher --- Documentation/devicetree/bindings/spi/omap-spi.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/spi/omap-spi.txt b/Documentation/devicetree/bindings/spi/omap-spi.txt index 4c85c4c..2ba5f9c 100644 --- a/Documentation/devicetree/bindings/spi/omap-spi.txt +++ b/Documentation/devicetree/bindings/spi/omap-spi.txt @@ -2,8 +2,8 @@ OMAP2+ McSPI device Required properties: - compatible : - - "ti,omap2-spi" for OMAP2 & OMAP3. - - "ti,omap4-spi" for OMAP4+. + - "ti,omap2-mcspi" for OMAP2 & OMAP3. + - "ti,omap4-mcspi" for OMAP4+. - ti,spi-num-cs : Number of chipselect supported by the instance. - ti,hwmods: Name of the hwmod associated to the McSPI - ti,pindir-d0-out-d1-in: Select the D0 pin as output and D1 as