From patchwork Thu Nov 7 13:45:38 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Witcher X-Patchwork-Id: 3155051 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 14562BEEB2 for ; Fri, 8 Nov 2013 01:46:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3A85B2012B for ; Fri, 8 Nov 2013 01:46:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 065E9200E6 for ; Fri, 8 Nov 2013 01:46:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753806Ab3KHBqv (ORCPT ); Thu, 7 Nov 2013 20:46:51 -0500 Received: from elasmtp-kukur.atl.sa.earthlink.net ([209.86.89.65]:42209 "EHLO elasmtp-kukur.atl.sa.earthlink.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752859Ab3KHBqu (ORCPT ); Thu, 7 Nov 2013 20:46:50 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=mindspring.com; b=Mvt9UbvVOkZnfxDkEw7ZudmrIvZJT/gSs5BtheNkjx9EldActFmZx21E3u5fB2WF; h=Received:From:To:Subject:Date:Message-Id:X-Mailer:X-ELNK-Trace:X-Originating-IP; Received: from [74.190.15.38] (helo=localhost.localdomain) by elasmtp-kukur.atl.sa.earthlink.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1Veb9n-0004yp-Qn; Thu, 07 Nov 2013 20:46:44 -0500 From: Eric Witcher To: robherring2@gmail.com, bcousson@baylibre.com, matt.porter@linaro.org, linux-omap@vger.kernel.org, devicetree@vger.kernel.org Subject: [RESEND][PATCH] ARM: OMAP: devicetree: fix SPI node compatible property syntax items Date: Thu, 7 Nov 2013 08:45:38 -0500 Message-Id: <1383831938-9402-1-git-send-email-ewitcher@mindspring.com> X-Mailer: git-send-email 1.7.11.7 X-ELNK-Trace: dfac6e4f32b09e339c7f779228e2f6aeda0071232e20db4da47c102731b3ff4b93d0d6db3eb3b66c350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 74.190.15.38 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00, DATE_IN_PAST_12_24, 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 Acked-by: Sourav Poddar --- 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