From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Subject: Re: [PATCH v2 2/2] ARM: dts: exynos: Fix initial audio clocks configuration on Exynos4 boards Date: Fri, 9 Dec 2016 16:30:27 +0200 Message-ID: <20161209143027.GC10080@kozik-lap> References: <1481268131-1264-1-git-send-email-m.szyprowski@samsung.com> <1481268131-1264-2-git-send-email-m.szyprowski@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from mail-wj0-f193.google.com ([209.85.210.193]:33029 "EHLO mail-wj0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933542AbcLIOae (ORCPT ); Fri, 9 Dec 2016 09:30:34 -0500 Received: by mail-wj0-f193.google.com with SMTP id kp2so2737451wjc.0 for ; Fri, 09 Dec 2016 06:30:33 -0800 (PST) Content-Disposition: inline In-Reply-To: <1481268131-1264-2-git-send-email-m.szyprowski@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Marek Szyprowski Cc: linux-samsung-soc@vger.kernel.org, Sylwester Nawrocki , Krzysztof Kozlowski , Bartlomiej Zolnierkiewicz , Chanwoo Choi On Fri, Dec 09, 2016 at 08:22:11AM +0100, Marek Szyprowski wrote: > Move assigned clocks properties from sound node to audio subsystem clock > controller node. This way clocks topology and rates are set just after > probing audio clocks controller. Leaving those properties under > sound node doesn't guarantee to configure them before they are being used > (for example i2s hardware module can be probed in parallel and it also > require proper audio clocks configuration). > > Signed-off-by: Marek Szyprowski > --- > Changelog: > v2: > - added changes for exynos4412-itop-elite board > --- > arch/arm/boot/dts/exynos4412-itop-elite.dts | 21 ++++++++++----------- > arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 20 ++++++++++---------- > 2 files changed, 20 insertions(+), 21 deletions(-) > Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof