Re: [PATCH v13 04/13] mfd: Add Ingenic TCU driver

2019-06-25 Thread Paul Cercueil
Le mar. 25 juin 2019 à 19:30, Paul Burton a écrit : Hi Paul, On Tue, Jun 25, 2019 at 12:57:50AM +0200, Paul Cercueil wrote: +static const struct of_device_id ingenic_tcu_of_match[] = { + { .compatible = "ingenic,jz4740-tcu", .data = &jz4740_soc_info, }, + { .compatible = "ingenic,j

Re: [PATCH v13 04/13] mfd: Add Ingenic TCU driver

2019-06-25 Thread Paul Burton
Hi Paul, On Tue, Jun 25, 2019 at 12:57:50AM +0200, Paul Cercueil wrote: > +static const struct of_device_id ingenic_tcu_of_match[] = { > + { .compatible = "ingenic,jz4740-tcu", .data = &jz4740_soc_info, }, > + { .compatible = "ingenic,jz4725b-tcu", .data = &jz4725b_soc_info, }, > + { .

[PATCH v13 04/13] mfd: Add Ingenic TCU driver

2019-06-24 Thread Paul Cercueil
This driver will provide a regmap that can be retrieved very early in the boot process through the API function ingenic_tcu_get_regmap(). Additionally, it will call devm_of_platform_populate() so that all the children devices will be probed. Signed-off-by: Paul Cercueil Tested-by: Mathieu Malate