Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932553Ab2JRK5u (ORCPT ); Thu, 18 Oct 2012 06:57:50 -0400 Received: from hqemgate04.nvidia.com ([216.228.121.35]:8464 "EHLO hqemgate04.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932269Ab2JRK5s (ORCPT ); Thu, 18 Oct 2012 06:57:48 -0400 X-PGP-Universal: processed; by hqnvupgp05.nvidia.com on Thu, 18 Oct 2012 03:57:41 -0700 From: Laxman Dewangan To: , CC: , , , Laxman Dewangan Subject: [PATCH 4/5] ARM: tegra: dts: cardhu: enable SLINK4 Date: Thu, 18 Oct 2012 16:26:34 +0530 Message-ID: <1350557795-31487-5-git-send-email-ldewangan@nvidia.com> X-Mailer: git-send-email 1.7.1.1 In-Reply-To: <1350557795-31487-1-git-send-email-ldewangan@nvidia.com> References: <1350557795-31487-1-git-send-email-ldewangan@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 880 Lines: 32 Enable SLINK4 in Tegra30 based platform Cardhu. Setting maximum spi frequency to 25MHz. Signed-off-by: Laxman Dewangan --- arch/arm/boot/dts/tegra30-cardhu.dtsi | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/tegra30-cardhu.dtsi b/arch/arm/boot/dts/tegra30-cardhu.dtsi index b245e6c..1bd73ea 100644 --- a/arch/arm/boot/dts/tegra30-cardhu.dtsi +++ b/arch/arm/boot/dts/tegra30-cardhu.dtsi @@ -275,6 +275,11 @@ }; }; + slink@7000da00 { + status = "okay"; + spi-max-frequency = <25000000>; + }; + ahub { i2s@70080400 { status = "okay"; -- 1.7.1.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/