From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753522AbdLNQrh (ORCPT ); Thu, 14 Dec 2017 11:47:37 -0500 Received: from mail-wr0-f195.google.com ([209.85.128.195]:36624 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753370AbdLNQre (ORCPT ); Thu, 14 Dec 2017 11:47:34 -0500 X-Google-Smtp-Source: ACJfBouq4haVbKAHaTg5sim8+SaBJl8c9gOtSXWdEAp+pBMPDL/bQT7MRDjWJjExuKfT/efCaPEeBA== Message-ID: <1513270051.2261.11.camel@baylibre.com> Subject: Re: [PATCH v7 6/6] arm64: dts: meson-axg: switch uart_ao clock to CLK81 From: Jerome Brunet To: Yixun Lan , Neil Armstrong , Kevin Hilman Cc: Rob Herring , Mark Rutland , Michael Turquette , Stephen Boyd , Carlo Caione , Qiufang Dai , Jian Hu , linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Date: Thu, 14 Dec 2017 17:47:31 +0100 In-Reply-To: <20171211141348.22048-7-yixun.lan@amlogic.com> References: <20171211141348.22048-1-yixun.lan@amlogic.com> <20171211141348.22048-7-yixun.lan@amlogic.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.2 (3.26.2-1.fc27) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ? > > Signed-off-by: Yixun Lan