Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754544AbdLUWGq (ORCPT ); Thu, 21 Dec 2017 17:06:46 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:46290 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751024AbdLUWGn (ORCPT ); Thu, 21 Dec 2017 17:06:43 -0500 X-Google-Smtp-Source: ACJfBovzu8gAbvv/xWYEi+M+zN4m6sx02SfxOxZvczwA+cnqZgi8WcSlgdbyBIhznkY70NhUkIQfFg== Date: Thu, 21 Dec 2017 16:06:39 -0600 From: Rob Herring To: Viresh Kumar Cc: ulf.hansson@linaro.org, Kevin Hilman , Viresh Kumar , Nishanth Menon , Stephen Boyd , "Rafael J. Wysocki" , linux-pm@vger.kernel.org, Vincent Guittot , rnayak@codeaurora.org, sudeep.holla@arm.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V8 1/3] OPP: Allow OPP table to be used for power-domains Message-ID: <20171221220639.6yzsityvobpvyxge@rob-hp-laptop> References: <9cd1e90c782a8569d098adb63bee7dd1387528c4.1513591822.git.viresh.kumar@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9cd1e90c782a8569d098adb63bee7dd1387528c4.1513591822.git.viresh.kumar@linaro.org> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 717 Lines: 15 On Mon, Dec 18, 2017 at 03:51:28PM +0530, Viresh Kumar wrote: > Power-domains can also have their active states and this patch enhances > the OPP binding to define those. The power domains can use the OPP > bindings as is, with one additional change to Allow > "operating-points-v2" property to contain multiple phandles for power > domain providers providing multiple domains. > > Reviewed-by: Ulf Hansson > Signed-off-by: Viresh Kumar > --- > Documentation/devicetree/bindings/opp/opp.txt | 5 +++++ > Documentation/devicetree/bindings/power/power_domain.txt | 6 ++++++ > 2 files changed, 11 insertions(+) Reviewed-by: Rob Herring