Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp973657ybl; Fri, 30 Aug 2019 09:48:44 -0700 (PDT) X-Google-Smtp-Source: APXvYqz2wXJTi+d8zcsDwt2/kgeKhLGhULUXoXwvr/8gdGMpBnrFj3sGj1jMUw64RrUl8L3qIKzd X-Received: by 2002:a62:7996:: with SMTP id u144mr19360657pfc.228.1567183724453; Fri, 30 Aug 2019 09:48:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567183724; cv=none; d=google.com; s=arc-20160816; b=qfnSlsKB1uY65V3fnbHuB96O2RvLsoBi4DAYaNfeWi3VUMbkguqbNL15CKgp+itzNM Yp1Jp2gdj4A6SA0pjgJ2NqAuoPIdteUhb1xm2Qtn8hSB7VZ/j+vG9qgETMS/1tcqEP3G B3WtBAt1rx39mDyfmcG3uT10mOpcuCojKGyhlVDbGbhrtkcNng3lFDbTUE0p5wGuGu9k OJUl8zriWE7SvYukdXB4j5/rzcB0t5KxVVMQx+sZeEmzMrX4iKmf+atfg3hWmDaFkhlE 1ZhxSQb5B+9UeBQ1IJDFVEPhKyeVJI4MLNRMa49vtvtS3cz1mG4BtEJUGNh7ssm+BJpu lYtg== 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; bh=dzGij8EzLxillryLj9G+Y0vq3g790GuZc7h7yrnopgY=; b=J1flD1XGTEUJyaFoP1aLlMzdhHhrB2F/UdOPWu4Mjb16/eemwg8I28Tz3HMMBefyei Cvp5DUfuOwS8WTUbuqOXEY7DePQgzsUcyooR1dz+szWnMUZgozOdzKqZQsBgf0dmZ0+n 0TxNrwgN3lRbwsotrGce8oKNtwob6wUUa8+Wjm9Ty3cXMhF1yS5HGQefrFhqD8NH1vlf zeTOYwUxfdrLaUiujOjXx5rTvdrZ8R9tLV6u2I6fAMFBGbMzNa163A4bPodHyMN8jYbM AVR5XRPZu1mHFGdmhGy2cjMdKPh9V1Ai3YExtimSGUWOJjeton6W2msku5nCpUMIpGpZ J1GA== 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 v19si5031520pjn.96.2019.08.30.09.48.29; Fri, 30 Aug 2019 09:48:44 -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 S1728279AbfH3PDR (ORCPT + 99 others); Fri, 30 Aug 2019 11:03:17 -0400 Received: from xavier.telenet-ops.be ([195.130.132.52]:38990 "EHLO xavier.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727434AbfH3PDL (ORCPT ); Fri, 30 Aug 2019 11:03:11 -0400 Received: from ramsan ([84.194.98.4]) by xavier.telenet-ops.be with bizsmtp id vT382000705gfCL01T38c2; Fri, 30 Aug 2019 17:03:09 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1i3iQe-0003gs-82; Fri, 30 Aug 2019 17:03:08 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1i3iQe-0005MV-78; Fri, 30 Aug 2019 17:03:08 +0200 From: Geert Uytterhoeven To: Lorenzo Pieralisi , Catalin Marinas , Amit Kucheria , Rob Herring , Mark Rutland Cc: Daniel Lezcano , Nicolas Pitre , Sebastian Capella , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 5/5] dt-bindings: arm: idle-states: Move exit-latency-us explanation Date: Fri, 30 Aug 2019 17:03:02 +0200 Message-Id: <20190830150302.20551-6-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190830150302.20551-1-geert+renesas@glider.be> References: <20190830150302.20551-1-geert+renesas@glider.be> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Move exit-latency-us explanation to exit-latency-us section. Signed-off-by: Geert Uytterhoeven --- Documentation/devicetree/bindings/arm/idle-states.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/idle-states.txt b/Documentation/devicetree/bindings/arm/idle-states.txt index eb9d725be7a93f4a..771f5d20ae18768c 100644 --- a/Documentation/devicetree/bindings/arm/idle-states.txt +++ b/Documentation/devicetree/bindings/arm/idle-states.txt @@ -287,14 +287,14 @@ follows: Value type: Definition: u32 value representing worst case latency in microseconds required to enter the idle state. - The exit-latency-us duration may be guaranteed - only after entry-latency-us has passed. - exit-latency-us Usage: Required Value type: Definition: u32 value representing worst case latency in microseconds required to exit the idle state. + The exit-latency-us duration may be guaranteed + only after entry-latency-us has passed. - min-residency-us Usage: Required -- 2.17.1