From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Subject: Re: [PATCH v3 2/3] ARM: dts: da850-evm: enable cpufreq Date: Fri, 12 Apr 2019 18:36:05 +0530 Message-ID: <57fe079c-fd69-45ef-b4fb-a2c792218c21@ti.com> References: <20190408075924.2284-1-brgl@bgdev.pl> <20190408075924.2284-3-brgl@bgdev.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190408075924.2284-3-brgl@bgdev.pl> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Bartosz Golaszewski , Kevin Hilman , Rob Herring , Mark Rutland , David Lechner , Adam Ford Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski List-Id: devicetree@vger.kernel.org On 08/04/19 1:29 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Enable cpufreq-dt support for da850-evm. The cvdd is supplied by the > tps6507 pmic with configurable output voltage, so all operating points > can be enabled. > > Signed-off-by: Bartosz Golaszewski Adam, can you please ack? Looks good to me. Thanks, Sekhar > --- > arch/arm/boot/dts/da850-evm.dts | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts > index f04bc3e15332..f94bb38fdad9 100644 > --- a/arch/arm/boot/dts/da850-evm.dts > +++ b/arch/arm/boot/dts/da850-evm.dts > @@ -191,6 +191,19 @@ > }; > }; > > +&cpu { > + cpu-supply = <&vdcdc3_reg>; > +}; > + > +/* > + * The standard da850-evm kits and SOM's are 375MHz so enable this operating > + * point by default. Higher frequencies must be enabled for custom boards with > + * other variants of the SoC. > + */ > +&opp_375 { > + status = "okay"; > +}; > + > &sata { > status = "okay"; > }; > -- > 2.21.0 >