[patch 1/2] Add dt_compat field to struct s3c_gpio_chip
Grant Likely
grant.likely at secretlab.ca
Mon Apr 11 16:41:43 EST 2011
On Sun, Apr 10, 2011 at 05:33:12PM +0200, Domenico Andreoli wrote:
> From: Domenico Andreoli <cavokz at gmail.com>
>
> This new field allows easy creation of GPIO chips in base of struct arrays.
>
> Signed-off-by: Domenico Andreoli <cavokz at gmail.com>
>
> ---
> arch/arm/plat-samsung/include/plat/gpio-core.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> Index: b/arch/arm/plat-samsung/include/plat/gpio-core.h
> ===================================================================
> --- a/arch/arm/plat-samsung/include/plat/gpio-core.h 2011-04-07 22:43:45.000000000 +0200
> +++ b/arch/arm/plat-samsung/include/plat/gpio-core.h 2011-04-10 16:00:39.000000000 +0200
> @@ -71,6 +71,9 @@
> #ifdef CONFIG_PM
> u32 pm_save[4];
> #endif
> +#ifdef CONFIG_OF_GPIO
> + const char *dt_compat;
> +#endif
I think you can merge this with the next patch.
g.
More information about the devicetree-discuss
mailing list