From patchwork Sun Oct 16 15:42:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 77701 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp26356qge; Sun, 16 Oct 2016 08:44:09 -0700 (PDT) X-Received: by 10.98.76.194 with SMTP id e63mr31689146pfj.95.1476632649362; Sun, 16 Oct 2016 08:44:09 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id yt7si22501761pac.41.2016.10.16.08.44.09; Sun, 16 Oct 2016 08:44:09 -0700 (PDT) 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 S1755896AbcJPPoH (ORCPT + 7 others); Sun, 16 Oct 2016 11:44:07 -0400 Received: from conuserg-08.nifty.com ([210.131.2.75]:62152 "EHLO conuserg-08.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755822AbcJPPoH (ORCPT ); Sun, 16 Oct 2016 11:44:07 -0400 Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-08.nifty.com with ESMTP id u9GFgiMl011014; Mon, 17 Oct 2016 00:42:49 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com u9GFgiMl011014 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1476632569; bh=yZQ6ew2tnpKJxC75t6r3ixTs1En5ReKJNUXpoCJf4jA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=q7Q6/k67LI1V0qh7o0F22eVmbuMXUb5qsCsLiM2bKyrYi99Uygd3WtGIOtaY86mjP 4yT/6VXce3lhhcE5ULvisp/UOYmWhTs9rO6r3quLocANmL4BB7vZSavZmTsK5qIFxG Gu4q6bUrQFFZSK3CUZQ5oGMcYmafTLPBu+MhpTdM+vi83ho2NBWlQegcBogTA9dIaN bIYG5GUaAgyUx3cSWLEBeMRTpslRXy6l852BbGovMi7/FePcGNbOx4fseUlXRgJ9WS lWmDkCV95smHhqHj2sFMRp2Ms4R79ZG4v2ldm+wEYO6fJOuiOq8HIU2jch3oDF+pBA JfGKMOAL8V6tw== 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 , Mark Rutland , Russell King Subject: [PATCH 2/2] ARM: dts: uniphier: increase register region size of sysctrl node Date: Mon, 17 Oct 2016 00:42:43 +0900 Message-Id: <1476632563-7446-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1476632563-7446-1-git-send-email-yamada.masahiro@socionext.com> References: <1476632563-7446-1-git-send-email-yamada.masahiro@socionext.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The System Control node has 0x10000 byte of registers. The current reg size must be expanded to use the cpufreq driver because the registers controlling CPU frequency are located at offset 0x8000. Signed-off-by: Masahiro Yamada --- arch/arm/boot/dts/uniphier-common32.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1 -- 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/arm/boot/dts/uniphier-common32.dtsi b/arch/arm/boot/dts/uniphier-common32.dtsi index 8c8a851..d067f38 100644 --- a/arch/arm/boot/dts/uniphier-common32.dtsi +++ b/arch/arm/boot/dts/uniphier-common32.dtsi @@ -183,7 +183,7 @@ sysctrl@61840000 { compatible = "socionext,uniphier-sysctrl", "simple-mfd", "syscon"; - reg = <0x61840000 0x4000>; + reg = <0x61840000 0x10000>; sys_clk: clock { #clock-cells = <1>;