From patchwork Mon Jan 30 19:36:35 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 92913 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp1600378qgi; Mon, 30 Jan 2017 11:38:39 -0800 (PST) X-Received: by 10.84.229.72 with SMTP id d8mr33833838pln.21.1485805119550; Mon, 30 Jan 2017 11:38:39 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w10si9226284pgc.131.2017.01.30.11.38.39; Mon, 30 Jan 2017 11:38:39 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-pm-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 linux-pm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-pm-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932167AbdA3Thx (ORCPT + 13 others); Mon, 30 Jan 2017 14:37:53 -0500 Received: from mail-lf0-f53.google.com ([209.85.215.53]:36191 "EHLO mail-lf0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754113AbdA3Thv (ORCPT ); Mon, 30 Jan 2017 14:37:51 -0500 Received: by mail-lf0-f53.google.com with SMTP id z134so200051924lff.3 for ; Mon, 30 Jan 2017 11:36:59 -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=mZsw8yNPp34p/LxyyYOI4QPRZ5Wuf9wwkLPpxfp6+1A=; b=bXkpCuCNMA8aD2IJeHY44CjXR6d0XkLcbUjvq5ATkAuN5bbarGma7gdBIADbuQSJm2 cFoEMQuIiBu9k5ctnWPSZM6mEzC5EzxZM+5aRv55Ak5tlUGDSmHAc62YX9/ox7n3WEII DWy4+3Ttbzi/S4KQsL665cJchSk+xI3E2noVs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=mZsw8yNPp34p/LxyyYOI4QPRZ5Wuf9wwkLPpxfp6+1A=; b=j0MPToNUmkMMGtgpVAE5CTU/bDNM72sa+WB10XVDrHph1ldvcHMJTa8YROD/nLqJZd n8jIpD7RiIB+9K6lAVwHnbjViGBbUv4gxpr9ir2zemtAX8OfzEiocgN4RQWsRCRBaKy2 8lFe4RBx/cSWbwga7HteCTpTUDrjWfbUtPoFExRRmktqCymM44N86FCOGt2lq7s3Ji2v ZatXjevb3+GbFQtLNUL0HrFMzr2TKMECEUAgX/6OkjKEBwg999B9wmK3wUC713svu1HN DaJhg/++GvW47uRG1DGi6ywQKTZGRRev3XGM7hRtdiwvDpSOSGcvzT3lhUzg6v5udAOM Qcdg== X-Gm-Message-State: AIkVDXKpgWaX07ArYahce/HcluJvlSxcquDh7eMFLNqZDIMDgdXxgkH+cmSOh9oiZFKopuAs X-Received: by 10.25.221.193 with SMTP id w62mr7488300lfi.169.1485805018347; Mon, 30 Jan 2017 11:36:58 -0800 (PST) Received: from localhost.localdomain (c-357171d5.014-348-6c756e10.cust.bredbandsbolaget.se. [213.113.113.53]) by smtp.gmail.com with ESMTPSA id m18sm3928521lfe.45.2017.01.30.11.36.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Jan 2017 11:36:57 -0800 (PST) From: Linus Walleij To: Hans Ulli Kroll , Florian Fainelli , linux-arm-kernel@lists.infradead.org, Sebastian Reichel Cc: Janos Laube , Paulius Zaleckas , openwrt-devel@openwrt.org, linux-pm@vger.kernel.org, Linus Walleij Subject: [PATCH 4/4] ARM: dts: add power controller to the Gemini DTS Date: Mon, 30 Jan 2017 20:36:35 +0100 Message-Id: <20170130193635.18644-4-linus.walleij@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170130193635.18644-1-linus.walleij@linaro.org> References: <20170130193635.18644-1-linus.walleij@linaro.org> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org This adds the Gemini power controller to the SoC DTSI file. Cc: Janos Laube Cc: Paulius Zaleckas Cc: Hans Ulli Kroll Cc: Florian Fainelli Signed-off-by: Linus Walleij --- Sebastian: this patch is just for context. I will funnel the ARM parts through the ARM SoC tree. --- arch/arm/boot/dts/gemini.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-pm" 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/arm/boot/dts/gemini.dtsi b/arch/arm/boot/dts/gemini.dtsi index df5630958038..8a2501239ae5 100644 --- a/arch/arm/boot/dts/gemini.dtsi +++ b/arch/arm/boot/dts/gemini.dtsi @@ -70,6 +70,12 @@ #interrupt-cells = <2>; }; + power-controller@4b000000 { + compatible = "cortina,gemini-power-controller"; + reg = <0x4b000000 0x100>; + interrupts = <26 IRQ_TYPE_EDGE_FALLING>; + }; + gpio0: gpio@4d000000 { compatible = "cortina,gemini-gpio"; reg = <0x4d000000 0x100>;