From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932474AbdK0S4Y (ORCPT ); Mon, 27 Nov 2017 13:56:24 -0500 Received: from us01smtprelay-2.synopsys.com ([198.182.47.9]:34738 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932092AbdK0S4V (ORCPT ); Mon, 27 Nov 2017 13:56:21 -0500 From: Eugeniy Paltsev To: linux-snps-arc@lists.infradead.org Cc: linux-kernel@vger.kernel.org, Vineet Gupta , Alexey Brodkin , Eugeniy Paltsev Subject: [PATCH 0/4] ARC: Set initial core pll output frequency via DTS Date: Mon, 27 Nov 2017 21:56:07 +0300 Message-Id: <20171127185611.12379-1-Eugeniy.Paltsev@synopsys.com> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-) -- 2.9.3 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugeniy.Paltsev@synopsys.com (Eugeniy Paltsev) Date: Mon, 27 Nov 2017 21:56:07 +0300 Subject: [PATCH 0/4] ARC: Set initial core pll output frequency via DTS List-ID: Message-ID: <20171127185611.12379-1-Eugeniy.Paltsev@synopsys.com> To: linux-snps-arc@lists.infradead.org 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(-) -- 2.9.3