Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755234AbbKWO3S (ORCPT ); Mon, 23 Nov 2015 09:29:18 -0500 Received: from foss.arm.com ([217.140.101.70]:56166 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754760AbbKWO3J (ORCPT ); Mon, 23 Nov 2015 09:29:09 -0500 From: Juri Lelli To: linux-kernel@vger.kernel.org Cc: linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, peterz@infradead.org, vincent.guittot@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, linux@arm.linux.org.uk, sudeep.holla@arm.com, lorenzo.pieralisi@arm.com, catalin.marinas@arm.com, will.deacon@arm.com, morten.rasmussen@arm.com, dietmar.eggemann@arm.com, juri.lelli@arm.com, Pawel Moll , Ian Campbell , Kumar Gala , Liviu Dudau , Arnd Bergmann , Jon Medhurst , Olof Johansson , Robin Murphy Subject: [RFC PATCH 6/8] arm64, dts: add Juno cpu capacity information Date: Mon, 23 Nov 2015 14:28:39 +0000 Message-Id: <1448288921-30307-7-git-send-email-juri.lelli@arm.com> X-Mailer: git-send-email 2.2.2 In-Reply-To: <1448288921-30307-1-git-send-email-juri.lelli@arm.com> References: <1448288921-30307-1-git-send-email-juri.lelli@arm.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2261 Lines: 89 Add Juno cpu capacity bindings information. Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: Catalin Marinas Cc: Will Deacon Cc: Liviu Dudau Cc: Sudeep Holla Cc: Arnd Bergmann Cc: Jon Medhurst Cc: Olof Johansson Cc: Robin Murphy Cc: devicetree@vger.kernel.org Signed-off-by: Juri Lelli --- arch/arm64/boot/dts/arm/juno.dts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/arm/juno.dts b/arch/arm64/boot/dts/arm/juno.dts index d7cbdd4..06f6d2b 100644 --- a/arch/arm64/boot/dts/arm/juno.dts +++ b/arch/arm64/boot/dts/arm/juno.dts @@ -33,6 +33,7 @@ cpus { #address-cells = <2>; #size-cells = <0>; + capacity-scale = <1024>; A57_0: cpu@0 { compatible = "arm,cortex-a57","arm,armv8"; @@ -40,6 +41,7 @@ device_type = "cpu"; enable-method = "psci"; next-level-cache = <&A57_L2>; + capacity = <1024>; }; A57_1: cpu@1 { @@ -48,6 +50,7 @@ device_type = "cpu"; enable-method = "psci"; next-level-cache = <&A57_L2>; + capacity = <1024>; }; A53_0: cpu@100 { @@ -56,6 +59,7 @@ device_type = "cpu"; enable-method = "psci"; next-level-cache = <&A53_L2>; + capacity = <447>; }; A53_1: cpu@101 { @@ -64,6 +68,7 @@ device_type = "cpu"; enable-method = "psci"; next-level-cache = <&A53_L2>; + capacity = <447>; }; A53_2: cpu@102 { @@ -72,6 +77,7 @@ device_type = "cpu"; enable-method = "psci"; next-level-cache = <&A53_L2>; + capacity = <447>; }; A53_3: cpu@103 { @@ -80,6 +86,7 @@ device_type = "cpu"; enable-method = "psci"; next-level-cache = <&A53_L2>; + capacity = <447>; }; A57_L2: l2-cache0 { -- 2.2.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/