From patchwork Fri Feb 19 05:19:07 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guodong Xu X-Patchwork-Id: 8356271 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 EF855C0553 for ; Fri, 19 Feb 2016 05:22:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1CB13203AB for ; Fri, 19 Feb 2016 05:22:55 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 41EB6202E6 for ; Fri, 19 Feb 2016 05:22:54 +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 1aWdV2-0005hx-LG; Fri, 19 Feb 2016 05:21:04 +0000 Received: from mail-pa0-x236.google.com ([2607:f8b0:400e:c03::236]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1aWdTy-0003r0-NS for linux-arm-kernel@lists.infradead.org; Fri, 19 Feb 2016 05:19:59 +0000 Received: by mail-pa0-x236.google.com with SMTP id fy10so43933454pac.1 for ; Thu, 18 Feb 2016 21:19:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=6dQ9DkV1vHN8ADqFaOQ3eW3WvIpLEWQUGT8hJKp9ups=; b=Iw/GBF1dV0QWWRAQniC8gLmJmKFfrnaU/ZBtqwo9cod/S/EnyC5H1Tg/zvcA4X7N9r ZX1j/pScNQgf82noFMupif8hi1QulLnoALDHnBMlBUoCHIA1E1NKmKm4kWFLSp2Sr+vI EolzrLVP4fgXsfuYoBVS4pVIz0yYd5Ayys9Oc= 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=6dQ9DkV1vHN8ADqFaOQ3eW3WvIpLEWQUGT8hJKp9ups=; b=E3O/AISUd/pBFFSsX3E98IPdJam/3IOrchkM4iMMeS2j8aLRuCwT02CAPsXaGfLeNV zPL7GQqxssEFfRbrk/6oQKWgb7tppJDZzxUYo6P6EKzZn2T5hLaQXxqCaTWYGzS8L8ng k9WYZmAbOAXvSo/htYxM7JQF/xvAeT5NXuGtYBCJYVAGuXwplWuAQVXndcprzFFo5ON4 5pX05ByV5aODhlPREZfDgh/3JUj/ad25xseUKO2fS7tYcdcNtblB09lLMmrlD96IxvNy 8eHV6RM9/6wKpf6CfNs19n4bF/UtKn8HzTmCKpwIemKC6z710SR3yGS/9J6AACJJI0II UrMw== X-Gm-Message-State: AG10YORU6iyQdmLP4Fe7A2rSGR92hQQOyto/hkbuGW+e8fpSVDqL3KrDYzr62WQy8ufe7XaU X-Received: by 10.66.251.162 with SMTP id zl2mr15694796pac.116.1455859177998; Thu, 18 Feb 2016 21:19:37 -0800 (PST) Received: from docularxu-ThinkPad-T440p.219.146.1.66 ([111.161.114.233]) by smtp.gmail.com with ESMTPSA id l62sm14215507pfj.7.2016.02.18.21.19.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 18 Feb 2016 21:19:37 -0800 (PST) From: Guodong Xu To: xuwei5@hisilicon.com, mark.rutland@arm.com, robh@kernel.org, grant.likely@secretlab.ca Subject: [PATCH 4/5] arm64: dts: hi6220: add resets property into dwmmc nodes Date: Fri, 19 Feb 2016 13:19:07 +0800 Message-Id: <1455859148-29098-5-git-send-email-guodong.xu@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1455859148-29098-1-git-send-email-guodong.xu@linaro.org> References: <1455859148-29098-1-git-send-email-guodong.xu@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160218_211958_902902_280AB02B X-CRM114-Status: UNSURE ( 9.33 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, kong.kongxinwei@hisilicon.com, Guodong Xu , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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,RP_MATCHES_RCVD,T_DKIM_INVALID,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 Add resets property into dwmmc_0, dwmmc_1 and dwmmc_2 for hi6220 Signed-off-by: Guodong Xu --- arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi index 28bd441..7452359 100644 --- a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi @@ -7,6 +7,7 @@ #include #include #include +#include / { compatible = "hisilicon,hi6220"; @@ -748,6 +749,7 @@ interrupts = <0x0 0x48 0x4>; clocks = <&sys_ctrl 2>, <&sys_ctrl 1>; clock-names = "ciu", "biu"; + resets = <&sys_ctrl PERIPH_RSTDIS0_MMC0>; bus-width = <0x8>; vmmc-supply = <&ldo19>; pinctrl-names = "default"; @@ -767,6 +769,7 @@ #size-cells = <0x0>; clocks = <&sys_ctrl 4>, <&sys_ctrl 3>; clock-names = "ciu", "biu"; + resets = <&sys_ctrl PERIPH_RSTDIS0_MMC1>; vqmmc-supply = <&ldo7>; vmmc-supply = <&ldo10>; bus-width = <0x4>; @@ -785,6 +788,7 @@ interrupts = <0x0 0x4a 0x4>; clocks = <&sys_ctrl HI6220_MMC2_CIUCLK>, <&sys_ctrl HI6220_MMC2_CLK>; clock-names = "ciu", "biu"; + resets = <&sys_ctrl PERIPH_RSTDIS0_MMC2>; bus-width = <0x4>; broken-cd; pinctrl-names = "default", "idle";