[PATCH] da9053: add dt_ids to be probed by devicetree

Sascha Hauer s.hauer at pengutronix.de
Mon Jan 9 02:38:12 PST 2017


On Wed, Dec 14, 2016 at 01:52:27PM +0100, Michael Grzeschik wrote:
> We add the da9052 compatible to get this driver probed by devicetree
> users.
> 
> Signed-off-by: Michael Grzeschik <m.grzeschik at pengutronix.de>
> ---
>  drivers/mfd/da9053.c | 9 +++++++++
>  1 file changed, 9 insertions(+)

Applied, thanks

Sascha

> 
> diff --git a/drivers/mfd/da9053.c b/drivers/mfd/da9053.c
> index 250c055..0de8c66 100644
> --- a/drivers/mfd/da9053.c
> +++ b/drivers/mfd/da9053.c
> @@ -293,9 +293,18 @@ static int da9053_probe(struct device_d *dev)
>  	return 0;
>  }
>  
> +static __maybe_unused struct of_device_id da9053_dt_ids[] = {
> +	{
> +		.compatible = "dlg,da9052",
> +	}, {
> +		/* sentinel */
> +	}
> +};
> +
>  static struct driver_d da9053_driver = {
>  	.name  = DRIVERNAME,
>  	.probe = da9053_probe,
> +	.of_compatible = DRV_OF_COMPAT(da9053_dt_ids),
>  };
>  
>  static int da9053_init(void)
> -- 
> 2.10.2
> 
> 
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list