From patchwork Thu May 22 15:18:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 4223721 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 34AFC9F23C for ; Thu, 22 May 2014 15:19:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6DC452037E for ; Thu, 22 May 2014 15:19:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 98B8C2037A for ; Thu, 22 May 2014 15:19:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752544AbaEVPTj (ORCPT ); Thu, 22 May 2014 11:19:39 -0400 Received: from mail-wi0-f176.google.com ([209.85.212.176]:55734 "EHLO mail-wi0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752248AbaEVPS4 (ORCPT ); Thu, 22 May 2014 11:18:56 -0400 Received: by mail-wi0-f176.google.com with SMTP id n15so9430360wiw.15 for ; Thu, 22 May 2014 08:18:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=uvyywOPJNadM1vyc1BLp1Qu2tFx/mRMWBL1+VApN+hY=; b=Gwaq5uk1fdZav2EJvZoDyVJcNA3EnJMJdyopKCW9wHbE+ZTkU6Krf+6/GPKarCPgG4 FE3Ed81he/47tiXQtrwZNgd58QdYEvycMcKS18zE7rzprIfJXkNWOnWZSWKlwa1C5lmh Dz3eD05KrVxtJSQjrMgYtoN4VgQLz9uogR2k+uVdL7WQZ5yeSBzbPM/2YFSkfm4S9WOB bqak0IyiQgvpSfi2S/i7hQrNThlV/m2X4aC8LPZDK02EjW0XWsOAzyA/1EoA3tZ0/xl5 HEDhpTQp3XZIl/sJX+uylXtshlE6RLuMYNDfIGz4UDTT474CDiRgpD9scR4h6LNHeiPW M2AQ== X-Gm-Message-State: ALoCoQkyaNY0KdHEmmmbsAJucG57lXjqHj42Wf4mx8GmAHEjMOxv4mElxcicna0eDj1+cD9xt+XX X-Received: by 10.180.107.97 with SMTP id hb1mr17237500wib.20.1400771934330; Thu, 22 May 2014 08:18:54 -0700 (PDT) Received: from localhost.localdomain (cpc14-aztw22-2-0-cust189.18-1.cable.virginm.net. [82.45.1.190]) by mx.google.com with ESMTPSA id dk4sm848205wib.14.2014.05.22.08.18.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 22 May 2014 08:18:53 -0700 (PDT) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, maxime.coquelin@st.com, patrice.chotard@st.com, srinivas.kandagatla@gmail.com, chris@printf.net, ulf.hansson@linaro.org Cc: peter.griffin@linaro.org, kernel@stlinux.com, lee.jones@linaro.org, linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, Giuseppe Cavallaro Subject: [PATCH 6/8] ARM: STi: DT: Enable mmc0 for both stih415 and stih416 SoCs Date: Thu, 22 May 2014 16:18:20 +0100 Message-Id: <1400771902-26553-7-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1400771902-26553-1-git-send-email-peter.griffin@linaro.org> References: <1400771902-26553-1-git-send-email-peter.griffin@linaro.org> Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, 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 Because the first sdhci controller is present on both stih415 and stih416 SoC which can both populate the b2020 board, it can be enabled in the generic DT file. Signed-off-by: Peter Griffin Signed-off-by: Giuseppe Cavallaro --- arch/arm/boot/dts/stih41x-b2020x.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/stih41x-b2020x.dtsi b/arch/arm/boot/dts/stih41x-b2020x.dtsi index df01c12..f797a06 100644 --- a/arch/arm/boot/dts/stih41x-b2020x.dtsi +++ b/arch/arm/boot/dts/stih41x-b2020x.dtsi @@ -8,6 +8,10 @@ */ / { soc { + mmc0: sdhci@fe81e000 { + status = "okay"; + }; + spifsm: spifsm@fe902000 { #address-cells = <1>; #size-cells = <1>;