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: 289542 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id CA8102C00C4 for ; Fri, 8 Nov 2013 12:46:52 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752964Ab3KHBqu (ORCPT ); Thu, 7 Nov 2013 20:46:50 -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: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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