From patchwork Thu Jan 15 16:12:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomeu Vizoso X-Patchwork-Id: 5641511 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id AB7E2C058D for ; Thu, 15 Jan 2015 16:17:54 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D831420172 for ; Thu, 15 Jan 2015 16:17:53 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2068B201C0 for ; Thu, 15 Jan 2015 16:17:53 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YBn5N-0007r0-Bo; Thu, 15 Jan 2015 16:15:53 +0000 Received: from mail-wg0-x234.google.com ([2a00:1450:400c:c00::234]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YBn4P-0006Hl-Kd for linux-arm-kernel@lists.infradead.org; Thu, 15 Jan 2015 16:14:57 +0000 Received: by mail-wg0-f52.google.com with SMTP id x12so15804686wgg.11 for ; Thu, 15 Jan 2015 08:14:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=mBDy0EhmoqY96QFnj+6Plw0R2hJhPuXQay37H+5Klv0=; b=Sh6CVouzzyTaQJuN+vn5AwZfqx3/dbr9H3v1jyar5RrD9imwzRG1xn6n0ufWztv25x iSG/RuOdFU97WmKUBZpuTZtvOxb9g2WtQl5VVICE+/hh4aqCGHzbjmgu3hK01jcs/MCC IunHD8afGB4jWzcqaK5w7k/V7BKTqzhUKVhnSogO91FBTwHTpPIJ2h/E62xBZSPp7ePT aCUP774xo02Gef+DYRVG/zHlNDm9749aCNGcCB0W2Sw8bDPnFbmUw3Vbx/kAepaISxik KKYaeImqsXioS4HHRwzlVA9+6cyhvOPyy6yhUGLnOliD6a25/sVk9nBohBrVMwb46mvw FA/w== X-Received: by 10.180.97.195 with SMTP id ec3mr63139229wib.79.1421338471619; Thu, 15 Jan 2015 08:14:31 -0800 (PST) Received: from cizrna.lan (37-48-32-126.tmcz.cz. [37.48.32.126]) by mx.google.com with ESMTPSA id ej10sm8065695wib.2.2015.01.15.08.14.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Jan 2015 08:14:30 -0800 (PST) From: Tomeu Vizoso To: linux-tegra@vger.kernel.org Subject: [PATCH v2 04/11] ARM: tegra: Set spi-max-frequency property to flash node Date: Thu, 15 Jan 2015 17:12:16 +0100 Message-Id: <1421338359-27467-5-git-send-email-tomeu.vizoso@collabora.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1421338359-27467-1-git-send-email-tomeu.vizoso@collabora.com> References: <1421338359-27467-1-git-send-email-tomeu.vizoso@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150115_081453_842402_6EF7D1AE X-CRM114-Status: UNSURE ( 9.14 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.6 (/) Cc: Mark Rutland , Alexandre Courbot , Ulf Hansson , Russell King , Pawel Moll , Tomeu Vizoso , Ian Campbell , Simon Glass , Stephen Warren , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , Thierry Reding , Kumar Gala , Dylan Reid , Javier Martinez Canillas , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_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 To silence a warning on Nyan boards. Signed-off-by: Tomeu Vizoso --- arch/arm/boot/dts/tegra124-nyan-big.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/tegra124-nyan-big.dts b/arch/arm/boot/dts/tegra124-nyan-big.dts index 9a9cffe..94c7ba9 100644 --- a/arch/arm/boot/dts/tegra124-nyan-big.dts +++ b/arch/arm/boot/dts/tegra124-nyan-big.dts @@ -1660,6 +1660,7 @@ flash@0 { compatible = "winbond,w25q32dw"; + spi-max-frequency = <25000000>; reg = <0>; }; };