From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751237AbdBCQtB (ORCPT ); Fri, 3 Feb 2017 11:49:01 -0500 Received: from fllnx210.ext.ti.com ([198.47.19.17]:54725 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751157AbdBCQs5 (ORCPT ); Fri, 3 Feb 2017 11:48:57 -0500 Subject: Re: [PATCH 2/2] DTS: dra7: Add "opp_high" opp node to support 1.5 GHz SoC operation To: Lukasz Majewski , Rob Herring , Mark Rutland , Tony Lindgren , =?UTF-8?Q?Beno=c3=aet_Cousson?= , Russell King , Viresh Kumar References: <1486135491-14223-1-git-send-email-lukma@denx.de> <1486135491-14223-2-git-send-email-lukma@denx.de> CC: , , , , Kishon Vijay Abraham I From: Nishanth Menon Message-ID: Date: Fri, 3 Feb 2017 10:48:09 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1486135491-14223-2-git-send-email-lukma@denx.de> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/03/2017 09:24 AM, Lukasz Majewski wrote: > The "opp_high" property brings support for 1.5 GHz CPU frequency for TI's > am57xx line of processors. > > Signed-off-by: Lukasz Majewski > --- > arch/arm/boot/dts/dra7.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi > index a860a56..5e678cd 100644 > --- a/arch/arm/boot/dts/dra7.dtsi > +++ b/arch/arm/boot/dts/dra7.dtsi > @@ -108,6 +108,11 @@ > opp-hz = /bits/ 64 <1176000000>; > opp-microvolt = <1160000 885000 1160000>; > }; > + > + opp_high@1500000000 { > + opp-hz = /bits/ 64 <1500000000>; > + opp-microvolt = <1210000 950000 1250000>; > + }; > }; > > /* > Please keep this out of the way till we get the AVS class0 integrated in. devices wont be save at 1.5GHz without the opp powerdomain + AVS Class0 implementation. -- Regards, Nishanth Menon