From patchwork Mon Dec 5 08:17:51 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baoyou Xie X-Patchwork-Id: 86511 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp1361086qgi; Mon, 5 Dec 2016 00:18:38 -0800 (PST) X-Received: by 10.84.142.1 with SMTP id 1mr119906543plw.87.1480925918716; Mon, 05 Dec 2016 00:18:38 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 31si13847266pli.203.2016.12.05.00.18.38; Mon, 05 Dec 2016 00:18:38 -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=@linaro.org; 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; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751223AbcLEISh (ORCPT + 7 others); Mon, 5 Dec 2016 03:18:37 -0500 Received: from mail-pg0-f48.google.com ([74.125.83.48]:36477 "EHLO mail-pg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751096AbcLEISg (ORCPT ); Mon, 5 Dec 2016 03:18:36 -0500 Received: by mail-pg0-f48.google.com with SMTP id f188so133825110pgc.3 for ; Mon, 05 Dec 2016 00:18:36 -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; bh=Z1VQvADVGjE5gL2m99xCO6BNTV54ITI42a0tPuVFFS8=; b=arBpKqVPLtY/Tb8JqDeC35ZtXpzJzO6doRGJgeiBj4bjfsDh/on+n9fI/CRFmunD/t bmyON0AIe6Af2CZ63SOO3gVpwiiPzvgd8onxel+bUaiOdydXmNTX/PpwFvXZ/Qn6jtGG D8BQBYUod08Bl4iHgj23Ch+PnxfZ3HyS1+oCA= 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; bh=Z1VQvADVGjE5gL2m99xCO6BNTV54ITI42a0tPuVFFS8=; b=Lmvppinkn6ZuE11ciskAZUfX7wWFBnPjuUCn86/OLbocsiLBLyLF6000TL+lMf5YrW XcsEM0zmn2oJYzh0TsWfi11DYhzNmbBd20BrScXuM+GQ0kMHBtZj1/zNoKyzoJpzW06k rG4npK4bRrnSXXtCXxYeHu4eN4PJm+TjhIj5nubmBSrpitglAQUFeqcfuLvPMXSr0NM7 I3fV23yYf2RkZfTLjtmaIUlo+SzhXZre09tT5GDMq7iDrLrhVVEDeyv1paBD2rmEBM0Z HrY3SFED88+gRYj41X1SFH6XBL6+SfvmzIN5wFDd2hoozg26xufswpZeVw182SYV4pdL hwsA== X-Gm-Message-State: AKaTC02v0E9D+seZjauokucYwVUSvIbUZmpzQ86jCWBy7nqBsUXzuBprt7IQ7zn0oQY8DoJm X-Received: by 10.99.158.18 with SMTP id s18mr42235079pgd.88.1480925915734; Mon, 05 Dec 2016 00:18:35 -0800 (PST) Received: from localhost.localdomain ([104.237.91.236]) by smtp.gmail.com with ESMTPSA id s3sm25193700pfe.27.2016.12.05.00.18.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 05 Dec 2016 00:18:34 -0800 (PST) From: Baoyou Xie To: jun.nie@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, catalin.marinas@arm.com, will.deacon@arm.com, shawnguo@kernel.org, viresh.kumar@linaro.org Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, baoyou.xie@linaro.org, xie.baoyou@zte.com.cn, chen.chaokai@zte.com.cn, wang.qiang01@zte.com.cn Subject: [PATCH v2] arm64: dts: zx: add pcu_domain node for zx296718 Date: Mon, 5 Dec 2016 16:17:51 +0800 Message-Id: <1480925871-20855-1-git-send-email-baoyou.xie@linaro.org> 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 This patch adds the pcu_domain node, so it can be used by zte-soc's power domain driver. Signed-off-by: Baoyou Xie --- arch/arm64/boot/dts/zte/zx296718.dtsi | 5 +++++ 1 file changed, 5 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/zte/zx296718.dtsi b/arch/arm64/boot/dts/zte/zx296718.dtsi index b44d1d1..1aa0587 100644 --- a/arch/arm64/boot/dts/zte/zx296718.dtsi +++ b/arch/arm64/boot/dts/zte/zx296718.dtsi @@ -302,6 +302,11 @@ reg = <0x116000 0x1000>; }; + pcu_domain: pcu@117000 { + compatible = "zte,zx296718-pcu"; + reg = <0x00117000 0x1000>; + }; + uart0: uart@11f000 { compatible = "arm,pl011", "arm,primecell"; arm,primecell-periphid = <0x001feffe>;