Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1629314

Re: [PATCH v5 02/11] clk: sunxi-ng: add support for DE2 CCU

From Maxime Ripard <maxime.ripard@free-electrons.com>
Newsgroups linux.kernel
Subject Re: [PATCH v5 02/11] clk: sunxi-ng: add support for DE2 CCU
Date 2017-04-24 11:00 +0200
Message-ID <tzI0F-4Nd-5@gated-at.bofh.it> (permalink)
References <tzn5T-7jm-3@gated-at.bofh.it> <tzn5T-7jm-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi,

On Sun, Apr 23, 2017 at 06:37:45PM +0800, Icenowy Zheng wrote:
> +static const struct of_device_id sunxi_de2_clk_ids[] = {
> +	{
> +		.compatible = "allwinner,sun8i-a83t-de2-clk",
> +		.data = &sun8i_a83t_de2_clk_desc,
> +	},
> +	{
> +		.compatible = "allwinner,sun50i-h5-de2-clk",
> +		.data = &sun50i_a64_de2_clk_desc,
> +	},
> +	/*
> +	 * The Allwinner A64 SoC needs some bit to be poke in syscon to make
> +	 * DE2 really working.
> +	 * So there's currently no A64 compatible here.
> +	 * H5 shares the same reset line with A64, so here H5 is using the
> +	 * clock description of A64.
> +	 */
> +	{ }
> +};

So that A64 driver would require more than just what you defined in
the binding in order to operate?

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v5 02/11] clk: sunxi-ng: add support for DE2 CCU Icenowy Zheng <icenowy@aosc.io> - 2017-04-23 12:40 +0200
  Re: [PATCH v5 02/11] clk: sunxi-ng: add support for DE2 CCU Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-04-24 11:00 +0200
    Re: [linux-sunxi] Re: [PATCH v5 02/11] clk: sunxi-ng: add support for  DE2 CCU icenowy@aosc.io - 2017-04-24 12:30 +0200

csiph-web