From patchwork Wed May 31 16:59:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juri Lelli X-Patchwork-Id: 100800 Delivered-To: patch@linaro.org Received: by 10.140.96.100 with SMTP id j91csp418292qge; Wed, 31 May 2017 10:02:48 -0700 (PDT) X-Received: by 10.101.90.78 with SMTP id z14mr12449495pgs.44.1496250168802; Wed, 31 May 2017 10:02:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1496250168; cv=none; d=google.com; s=arc-20160816; b=Pt1Q86eiFy7CNqU9hH3506DbY3eArl597N9LBibX5gsRuUdrae0C3FQaaIvIL083T/ kPRgzG+oc7CrQYDEHaBqH7ireypeYJEfj7uz2a6PPivGhR7BCyIGLhBKfH8fDpd3DTam mu9PeOTFaAAh7guHNOay5YpHykD7CWn6FJKBDDAFZkBj5egGPV8Ledn83OwqQpwDkG2e CWmaARCHD4GkoSXJKutdk3IVlvyy0vfiPyOLbCNJoA8Z+K8Jt5tHh3T1O0JrGrSudIN9 AGUnROve+DAJqNO1jhhxxAnuV8jhMorOFiXTZ479wjCI1zANnhctKI4oBGhTIOZabdBr d+ag== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=uflna13X5dHq5LbrFgY4wVmsrTXSBlfdbos5bd8lGsw=; b=txP8ynAXTBYUKZucC1LrWP7C/kCOanHwvRqym4fKaRnLIxxwaH19SJnmS0tmstz14p t59XxL2V/RZK4eIZDo/jNjk12BwsQDDcpPWStPGuvb7tc2bOg5pK12YaSycqqoxJo0ew OIIlcQRC579cyEcX9VTzxrg8PFeQ5ekMEgVbian784w9TPzjW165lKM9rQuFQfxxodqt +nCmoQPqzTZRFCh5vxHRunzyGxypUYf9bH7cNRQV7nYiDilL+nHLzEoAaKJXdjvNbLzD gsEmUwAEURwEWi1On18DoCrhfVFsmc9YUgoWeXhlG1dM9J+j00nc9Ote+5b6nisrk09h Gj9w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d17si1167825pge.245.2017.05.31.10.02.48; Wed, 31 May 2017 10:02:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751492AbdEaRAn (ORCPT + 25 others); Wed, 31 May 2017 13:00:43 -0400 Received: from foss.arm.com ([217.140.101.70]:46794 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751149AbdEaQ7w (ORCPT ); Wed, 31 May 2017 12:59:52 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 93AC280D; Wed, 31 May 2017 09:59:51 -0700 (PDT) Received: from cam-smtp0.cambridge.arm.com (e106622-lin.cambridge.arm.com [10.1.211.43]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id B49383F589; Wed, 31 May 2017 09:59:48 -0700 (PDT) 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, broonie@kernel.org, gregkh@linuxfoundation.org Subject: [PATCH v5 1/7] Documentation: arm: fix wrong reference number in DT definition Date: Wed, 31 May 2017 17:59:25 +0100 Message-Id: <20170531165931.6945-2-juri.lelli@arm.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170531165931.6945-1-juri.lelli@arm.com> References: <20170531165931.6945-1-juri.lelli@arm.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Reference to cpu capacity binding has a wrong number. Fix it. Reported-by: Lorenzo Pieralisi Signed-off-by: Juri Lelli Acked-by: Rob Herring Acked-by: Russell King --- Documentation/devicetree/bindings/arm/cpus.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.11.0 diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt index 1030f5f50207..2713aadb7411 100644 --- a/Documentation/devicetree/bindings/arm/cpus.txt +++ b/Documentation/devicetree/bindings/arm/cpus.txt @@ -249,7 +249,7 @@ nodes to be present and contain the properties described below. Usage: Optional Value type: Definition: - # u32 value representing CPU capacity [3] in + # u32 value representing CPU capacity [4] in DMIPS/MHz, relative to highest capacity-dmips-mhz in the system. @@ -476,5 +476,5 @@ cpus { [2] arm/msm/qcom,kpss-acc.txt [3] ARM Linux kernel documentation - idle states bindings Documentation/devicetree/bindings/arm/idle-states.txt -[3] ARM Linux kernel documentation - cpu capacity bindings +[4] ARM Linux kernel documentation - cpu capacity bindings Documentation/devicetree/bindings/arm/cpu-capacity.txt