Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756322AbdLOVqN (ORCPT ); Fri, 15 Dec 2017 16:46:13 -0500 Received: from smtprelay4.synopsys.com ([198.182.47.9]:41753 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755650AbdLOVqL (ORCPT ); Fri, 15 Dec 2017 16:46:11 -0500 Subject: Re: [PATCH 0/4] ARC: Set initial core pll output frequency via DTS To: Eugeniy Paltsev , CC: , Vineet Gupta , Alexey Brodkin , Stephen Boyd , "robh+dt @ kernel . org" Newsgroups: gmane.linux.kernel,gmane.linux.kernel.arc References: <20171209135918.16720-1-Eugeniy.Paltsev@synopsys.com> From: Vineet Gupta Message-ID: <6a9b0ff3-55a7-fdb9-9a7e-51c3b13a8ee8@synopsys.com> Date: Fri, 15 Dec 2017 13:46:01 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171209135918.16720-1-Eugeniy.Paltsev@synopsys.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.10.161.67] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 980 Lines: 24 On 12/09/2017 05:59 AM, Eugeniy Paltsev wrote: > Set initial core pll output frequency on HSDK and AXS103 via > "assigned-clock-rates" property in device tree. > It will be applied at the core pll driver probing. > > Eugeniy Paltsev (4): > ARC: [plat-hsdk]: Set initial core pll output frequency > ARC: [plat-hsdk]: Get rid of core pll frequency set in platform code > ARC: [plat-axs103]: Set initial core pll output frequency > ARC: [plat-axs103] refactor the quad core DT quirk code > > arch/arc/boot/dts/axc003.dtsi | 3 +++ > arch/arc/boot/dts/axc003_idu.dtsi | 3 +++ > arch/arc/boot/dts/hsdk.dts | 3 +++ > arch/arc/plat-axs10x/axs10x.c | 18 ++++++++--------- > arch/arc/plat-hsdk/platform.c | 42 --------------------------------------- > 5 files changed, 17 insertions(+), 52 deletions(-) > Alexey can you give this a quick spin on either boards and confirm if the DT changes are indeed what they were before ? Thx, -Vineet