From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752692AbcBEJuL (ORCPT ); Fri, 5 Feb 2016 04:50:11 -0500 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:45884 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750782AbcBEJuI (ORCPT ); Fri, 5 Feb 2016 04:50:08 -0500 MIME-Version: 1.0 In-Reply-To: <20160203203120.GF3327@lukather> References: <1452785109-6172-1-git-send-email-maxime.ripard@free-electrons.com> <1452785109-6172-11-git-send-email-maxime.ripard@free-electrons.com> <20160203203120.GF3327@lukather> From: Chen-Yu Tsai Date: Fri, 5 Feb 2016 17:49:45 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 10/26] ARM: sun5i: a13: Add display and TCON clocks To: Maxime Ripard Cc: Chen-Yu Tsai , Mike Turquette , Stephen Boyd , David Airlie , Thierry Reding , Philipp Zabel , devicetree , linux-arm-kernel , linux-kernel , linux-clk , dri-devel , linux-sunxi , Laurent Pinchart , Hans de Goede , Alexander Kaplan , Boris Brezillon , Wynter Woods , Thomas Petazzoni , Rob Clark , Daniel Vetter Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 4, 2016 at 4:31 AM, Maxime Ripard wrote: > Hi, > > On Sun, Jan 17, 2016 at 01:06:07AM +0800, Chen-Yu Tsai wrote: >> > + compatible = "allwinner,sun4i-a10-tcon-ch0-clk"; >> > + reg = <0x01c20118 0x4>; >> > + clocks = <&pll3>, <&pll7>, <&pll3x2>, <&pll7x2>; >> > + clock-output-names = "tcon-ch0-sclk"; >> > + }; >> > + >> > + tcon_ch1_clk: clk@01c2012c { >> > + #clock-cells = <0>; >> > + compatible = "allwinner,sun4i-a10-tcon-ch1-clk"; >> > + reg = <0x01c2012c 0x4>; >> > + clocks = <&pll3>, <&pll7>, <&pll3x2>, <&pll7x2>; >> > + clock-output-names = "tcon-ch1-sclk"; >> > + }; >> >> I suggest moving these to sun5i.dtsi, as they are shared amongst them. > > Eventually, yes, but I don't have an a10s board handy, and I couldn't > test the clocks that needs to be taken by simplefb. > > Once properly tested, they can definitely be moved to sun5i.dtsi. Acked-by: Chen-Yu Tsai