From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sudeep KarkadaNagesha Subject: Re: [PATCH v2 1/5] PM / OPP: extend DT binding to specify phandle of another node for OPP Date: Mon, 07 Oct 2013 13:40:16 +0100 Message-ID: <5252ABB0.9010603@arm.com> References: <1380634382-15609-1-git-send-email-Sudeep.KarkadaNagesha@arm.com> <1380634382-15609-2-git-send-email-Sudeep.KarkadaNagesha@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: <1380634382-15609-2-git-send-email-Sudeep.KarkadaNagesha@arm.com> Sender: cpufreq-owner@vger.kernel.org To: "cpufreq@vger.kernel.org" , "linux-pm@vger.kernel.org" , "devicetree@vger.kernel.org" , Mark Rutland , Stephen Warren Cc: Sudeep KarkadaNagesha , "rob.herring@calxeda.com" , Pawel Moll , "Rafael J. Wysocki" , Nishanth Menon List-Id: devicetree@vger.kernel.org Hi Mark, Stephen, On 01/10/13 14:32, Sudeep KarkadaNagesha wrote: > From: Sudeep KarkadaNagesha > > If more than one similar devices share the same operating points(OPPs) > being in the same clock domain, currently we need to replicate the > OPP entries in all the nodes. > > This patch extends existing binding by adding a new property named > 'operating-points-phandle' to specify the phandle in any device node > pointing to another node which contains the actual OPP tuples. > This helps to avoid replication if multiple devices share the OPPs. > Can you review this version ? Regards, Sudeep