From patchwork Sat Nov 26 18:10:53 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 84295 Delivered-To: patch@linaro.org Received: by 10.182.1.168 with SMTP id 8csp787605obn; Sat, 26 Nov 2016 10:13:08 -0800 (PST) X-Received: by 10.84.129.131 with SMTP id b3mr30479406plb.54.1480183988258; Sat, 26 Nov 2016 10:13:08 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k76si49418813pfb.178.2016.11.26.10.13.08; Sat, 26 Nov 2016 10:13:08 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; 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 devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753137AbcKZSNF (ORCPT + 7 others); Sat, 26 Nov 2016 13:13:05 -0500 Received: from conuserg-12.nifty.com ([210.131.2.79]:59111 "EHLO conuserg-12.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753627AbcKZSMB (ORCPT ); Sat, 26 Nov 2016 13:12:01 -0500 Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-12.nifty.com with ESMTP id uAQIB0nc018768; Sun, 27 Nov 2016 03:11:04 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com uAQIB0nc018768 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1480183865; bh=r0/8GGF+/H5XEQy+NcFQL3mEefpxwxxS56Vme5b3plA=; h=From:To:Cc:Subject:Date:From; b=O4JwfBWM7ljyr2DPs6QxiBw5I5VAEwLpqSj/EEIOz/3f3aUxsflSkBJG8njY6WcIa PYWzHalk9F10bmhEtBgC3paXc9Cqwz7EAIdL7Zx+1W4JeWDhiEu3m1OA73h290utQB faFDx1EGJ2ENhFRaqpTsvCHqAm1HvHDRlXg08REZKUspnEZsPOVG6S2kC/BGvMkj5P IcISGCP8H3+MPcAgaiTE5snGLXBRK2RyxupUFBu7VPs6/CPJZ5qeh+Co4NKjJjcNZA gNcx0JLyoL1xoG3DzbzganDXR0gg4xmywGDQPv74dNiSBWOLTmuBkekXVO+mZIJ4ew 8aQgUwvJprFfw== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: linux-arm-kernel@lists.infradead.org Cc: Masahiro Yamada , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Will Deacon , Mark Rutland , Catalin Marinas Subject: [PATCH] arm64: dts: uniphier: add SD-ctrl node for LD11 SoC Date: Sun, 27 Nov 2016 03:10:53 +0900 Message-Id: <1480183853-1231-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The LD11 SoC is equipped with SD-ctrl (0x59810000) as well as MIO-ctrl (0x5b3e0000). The SD-ctrl block on this SoC has just one register for controlling RST_n pin of the eMMC device. Signed-off-by: Masahiro Yamada --- arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi index 0e5c58f..7a62fb9 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi @@ -273,6 +273,17 @@ reg = <0x59801000 0x400>; }; + sdctrl@59810000 { + compatible = "socionext,uniphier-ld11-sdctrl", + "simple-mfd", "syscon"; + reg = <0x59810000 0x400>; + + sd_rst: reset { + compatible = "socionext,uniphier-ld11-sd-reset"; + #reset-cells = <1>; + }; + }; + perictrl@59820000 { compatible = "socionext,uniphier-perictrl", "simple-mfd", "syscon";