[PATCH v2 03/10] pinctrl: sunxi: add A20 support to A10 driver

Maxime Ripard maxime.ripard at free-electrons.com
Thu May 4 07:02:20 PDT 2017


On Thu, May 04, 2017 at 09:49:59PM +0800, Icenowy Zheng wrote:
>  static const struct of_device_id sun4i_a10_pinctrl_match[] = {
> -	{ .compatible = "allwinner,sun4i-a10-pinctrl", },
> +	{
> +		.compatible = "allwinner,sun4i-a10-pinctrl",
> +		.data = (void *)PINCTRL_SUN4I_A10
> +	},
> +	{
> +		.compatible = "allwinner,sun7i-a20-pinctrl",
> +		.data = (void *)PINCTRL_SUN7I_A20
> +	},
>  	{}
>  };

This means you're going to have two drivers probing for the same
device: this driver, and the old one. This is not ok, and probably
introduces some corner cases.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170504/f2a3c055/attachment.sig>


More information about the linux-arm-kernel mailing list