[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20161121220414.bqsdjtpsjsq5tefs@lukather>
Date: Mon, 21 Nov 2016 23:04:14 +0100
From: Maxime Ripard <maxime.ripard@...e-electrons.com>
To: Chen-Yu Tsai <wens@...e.org>
Cc: Mike Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...eaurora.org>,
linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>,
linux-kernel <linux-kernel@...r.kernel.org>,
linux-clk <linux-clk@...r.kernel.org>
Subject: Re: [PATCH 9/10] ARM: sun5i: Convert to CCU
On Sun, Nov 13, 2016 at 11:01:27PM +0800, Chen-Yu Tsai wrote:
> > compatible = "allwinner,sun5i-a13-tcon";
> > reg = <0x01c0c000 0x1000>;
> > interrupts = <44>;
> > - resets = <&tcon_ch0_clk 1>;
> > + resets = <&ccu RST_LCD>;
> > reset-names = "lcd";
> > - clocks = <&ahb_gates 36>,
> > - <&tcon_ch0_clk>,
> > - <&tcon_ch1_clk>;
> > + clocks = <&ccu CLK_AHB_LCD>,
> > + <&ccu CLK_TCON_CH0>,
> > + <&ccu CLK_TCON_CH1>;
>
> Just curious, is CLK_TCON_CH1_SCLK ever used?
Yes, this is an intermediate clock for the channel 1 clock.
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
Download attachment "signature.asc" of type "application/pgp-signature" (802 bytes)
Powered by blists - more mailing lists