From patchwork Thu Apr 21 02:55:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 66285 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp2852093qge; Wed, 20 Apr 2016 22:59:31 -0700 (PDT) X-Received: by 10.194.92.163 with SMTP id cn3mr12151296wjb.3.1461218371056; Wed, 20 Apr 2016 22:59:31 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id cj2si1208962wjc.54.2016.04.20.22.59.30; Wed, 20 Apr 2016 22:59:31 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B3DA1A7938; Thu, 21 Apr 2016 07:49:30 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oo15yLczNDMa; Thu, 21 Apr 2016 07:49:30 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 09920B3800; Thu, 21 Apr 2016 07:44:28 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1BA60A760A for ; Thu, 21 Apr 2016 04:55:38 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4dOnU6kw-M6Z for ; Thu, 21 Apr 2016 04:55:37 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg-07.nifty.com (conuserg-07.nifty.com [210.131.2.74]) by theia.denx.de (Postfix) with ESMTPS id BBA5BA7609 for ; Thu, 21 Apr 2016 04:54:47 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-07.nifty.com with ESMTP id u3L2sQau017163; Thu, 21 Apr 2016 11:54:34 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u3L2sQau017163 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1461207274; bh=nl732JTY43TI8qI1r6xJSMCAR8JTL94diz6irBVUv/k=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=D76c6fdFI0yn32Av9LAqg+FR3uUV2d7arq8Y+GqVJx8M5JUs1cfJcKGp1/0xe1fSW HpLK9RNxOpUIdBU/Rm1yhrkgvdjGjioSliEM+U2+cT+Y4oyAdJHlq3kh/kRmSYqOjM PGlTFcKSQV4LVbV6V27M7BoNKZ/HBEGD/g7XfHHF9ehDmgNeGO5orP4q71xagYHfvV LgaMSV7gbh2ogNfSD4eVYr82qETc/NFGs+XAsI/88xsQC8iteXRPvjYVtJBHm8HbDN IgGy69fJBd/ehQrg4sC8HImJqQrdJIxUUnZNHuTLsEBl/N4IoQav5kRSerFZnJg4Vy /NOU8KBEQmCsA== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Thu, 21 Apr 2016 11:55:12 +0900 Message-Id: <1461207314-32272-10-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1461207314-32272-1-git-send-email-yamada.masahiro@socionext.com> References: <1461207314-32272-1-git-send-email-yamada.masahiro@socionext.com> Subject: [U-Boot] [PATCH v3 09/11] ARM: dts: uniphier: add SD controller node for PH1-LD20 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" PH1-LD20 does not support 1.8V signaling for SD card; only Default Speed and High Speed (up to 50MHz) with 3.3V signaling is supported. Signed-off-by: Masahiro Yamada --- Changes in v3: None Changes in v2: None arch/arm/dts/uniphier-ph1-ld20.dtsi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/arch/arm/dts/uniphier-ph1-ld20.dtsi b/arch/arm/dts/uniphier-ph1-ld20.dtsi index fc1c6bf..f9cc3c4 100644 --- a/arch/arm/dts/uniphier-ph1-ld20.dtsi +++ b/arch/arm/dts/uniphier-ph1-ld20.dtsi @@ -226,6 +226,23 @@ reg = <0x59801000 0x400>; }; + mio: mioctrl@59810000 { + compatible = "socionext,ph1-ld20-mioctrl"; + reg = <0x59810000 0x800>; + #clock-cells = <1>; + }; + + sd: sdhc@5a400000 { + compatible = "socionext,uniphier-sdhc"; + status = "disabled"; + reg = <0x5a400000 0x800>; + interrupts = <0 76 4>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_sd>; + clocks = <&mio 0>; + bus-width = <4>; + }; + pinctrl: pinctrl@5f801000 { compatible = "socionext,ph1-ld20-pinctrl", "syscon"; reg = <0x5f801000 0xe00>;