From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756622AbdLOTPI (ORCPT ); Fri, 15 Dec 2017 14:15:08 -0500 Received: from mail-pf0-f194.google.com ([209.85.192.194]:34360 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756378AbdLOTPC (ORCPT ); Fri, 15 Dec 2017 14:15:02 -0500 X-Google-Smtp-Source: ACJfBovgmV/5RLYEuhyzjnczFE6Shc3lkmJ5RQMn5I8gnAWEMppDeVUu2SLpyABB6YTuZzV8nMAVIw== From: Kevin Hilman To: Yixun Lan Cc: Jerome Brunet , Neil Armstrong , Rob Herring , Mark Rutland , Michael Turquette , Stephen Boyd , Carlo Caione , Qiufang Dai , Jian Hu , , , , , Subject: Re: [PATCH v7 6/6] arm64: dts: meson-axg: switch uart_ao clock to CLK81 Organization: BayLibre References: <20171211141348.22048-1-yixun.lan@amlogic.com> <20171211141348.22048-7-yixun.lan@amlogic.com> <1513270051.2261.11.camel@baylibre.com> Date: Fri, 15 Dec 2017 11:14:48 -0800 In-Reply-To: (Yixun Lan's message of "Fri, 15 Dec 2017 09:49:11 +0800") Message-ID: <7h1sjvajmf.fsf@baylibre.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Yixun Lan writes: > On 12/15/17 00:47, Jerome Brunet wrote: >> On Mon, 2017-12-11 at 22:13 +0800, Yixun Lan wrote: >>> Switch the uart_ao pclk to CLK81 since the clock driver is ready. >>> Also move the clock info to the board.dts instead in the soc.dtsi. >> >> Same comment as for ethmac, is it really wise ? >> Isn't the clock setup the same for the axg family ? >> > HI Jerome: > yes, should be same for AXG family > > > HI Kevin: > could you take the patch [5/6]? then I just need to resend for this one Yes, I've applied PATCH 5/6. Kevin