From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 602F5C31E45 for ; Thu, 13 Jun 2019 23:13:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1D3E421537 for ; Thu, 13 Jun 2019 23:13:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560467622; bh=oXngK66DWxbvNhTtxksF0G2Vo7TzhoQQpzxC7f77/B8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=JvzL4TnggTc6snHs08pkFb9VkVxbtCZ5cTDH1fnaIPYMK7fP0/cugY/xvl0ozp1bA BR6JOCMxbeLDdFoUSj33d65C3OOl/vKOsCgxS1hYoPJzS0BF/2TAHg2VFAWErEERDZ rdT52uV5nl0SXlBAeSbNxVlW5aKnZLWxhY5t5BMs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726583AbfFMXNl (ORCPT ); Thu, 13 Jun 2019 19:13:41 -0400 Received: from mail-qk1-f196.google.com ([209.85.222.196]:38859 "EHLO mail-qk1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726327AbfFMXNl (ORCPT ); Thu, 13 Jun 2019 19:13:41 -0400 Received: by mail-qk1-f196.google.com with SMTP id a27so523145qkk.5; Thu, 13 Jun 2019 16:13:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=ycBe9I5qE6I0844UHWF0cICH9VE+GutrjkLafm0KuQ0=; b=jQUhsTd6gbD+KAVYVHdjhg2zUDxs71zM9XNmXVVGzQIWbyRGVSVdgVX0l59RETqoPu 9NEgpFIdHHnIllgxHlR41C06YwqYUe0k31LgP1koMGJXSjmu1q8wdChThDlLvVztUOnB hRPnRFJKPluPI+SOBb0jdWg3KB+95llCtwM8VIzbHgFvabZRXzIwJfUJwmLThYMaVj0S IMkuOw57mJILIEX4kfXZMrj7q3GjcjAbO4dXTfHnMMMPtSQzOIGfjL1dLm0WMRLdUffT GsOP/JYhg23W18eXfLUwD5qw1GPkMuoRGK6VDcKboEHVDRv/H4JB6LpYmfwoXEDpat2X VrdQ== X-Gm-Message-State: APjAAAXF6u+rTFHBRHMzrQ/I0lEPb4g9pBZqNxSrYru2ZY7l5g+1ONs5 t9SGW6l5JwIXdTEYNUlIRw== X-Google-Smtp-Source: APXvYqw7wFVMUzPvVknVlsd9YvZvCuNzLEqnuiZQgeVTZnf5WoP8b9G7izEepEdaqiC5EoHKr9M0/g== X-Received: by 2002:a05:620a:1206:: with SMTP id u6mr72012736qkj.88.1560467620109; Thu, 13 Jun 2019 16:13:40 -0700 (PDT) Received: from localhost ([64.188.179.243]) by smtp.gmail.com with ESMTPSA id d26sm599727qkl.97.2019.06.13.16.13.38 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Thu, 13 Jun 2019 16:13:39 -0700 (PDT) Date: Thu, 13 Jun 2019 17:13:38 -0600 From: Rob Herring To: Amit Kucheria Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, bjorn.andersson@linaro.org, agross@kernel.org, niklas.cassel@linaro.org, marc.w.gonzalez@free.fr, sibis@codeaurora.org, daniel.lezcano@linaro.org, Andy Gross , David Brown , Li Yang , Shawn Guo , devicetree@vger.kernel.org Subject: Re: [PATCH v2 2/9] Documentation: arm: Link idle-states binding to "enable-method" property Message-ID: <20190613231338.GA23667@bogus> References: <9dc4ce06143de48039e841c337fafa7cb9c8d7d2.1558430617.git.amit.kucheria@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9dc4ce06143de48039e841c337fafa7cb9c8d7d2.1558430617.git.amit.kucheria@linaro.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue, 21 May 2019 15:05:12 +0530, Amit Kucheria wrote: > The "enable-method" property for cpu nodes needs to be "psci" for CPU > idle management to be setup correctly. > > Add a note to the binding documentation to this effect to make it > obvious. > > Signed-off-by: Amit Kucheria > Acked-by: Sudeep Holla > --- > .../devicetree/bindings/arm/idle-states.txt | 13 ++++++++++--- > 1 file changed, 10 insertions(+), 3 deletions(-) > Applied, thanks. Rob