[PATCH] ARM: at91: pwm: atmel-hlcdc: add at91sam9n12 entry for the errata
Alexandre Belloni
alexandre.belloni at free-electrons.com
Fri Jul 31 10:14:09 PDT 2015
Hi,
The subject should probably be simply:
pwm: atmel-hlcdc: add at91sam9n12 entry for the errata
On 31/07/2015 at 18:51:20 +0200, Boris Brezillon wrote :
> From: Josh Wu <josh.wu at atmel.com>
>
> The errata for pwm hlcdc of at91sam9n12 is same as at91sam9x5.
>
> Signed-off-by: Josh Wu <josh.wu at atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>
> ---
> drivers/pwm/pwm-atmel-hlcdc.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/drivers/pwm/pwm-atmel-hlcdc.c b/drivers/pwm/pwm-atmel-hlcdc.c
> index fa5feab..3f76d77 100644
> --- a/drivers/pwm/pwm-atmel-hlcdc.c
> +++ b/drivers/pwm/pwm-atmel-hlcdc.c
> @@ -218,6 +218,11 @@ static const struct atmel_hlcdc_pwm_errata atmel_hlcdc_pwm_sama5d3_errata = {
>
> static const struct of_device_id atmel_hlcdc_dt_ids[] = {
> {
> + .compatible = "atmel,at91sam9n12-hlcdc",
> + /* 9n12 has same errata as 9x5 pwm */
> + .data = &atmel_hlcdc_pwm_at91sam9x5_errata,
> + },
> + {
> .compatible = "atmel,at91sam9x5-hlcdc",
> .data = &atmel_hlcdc_pwm_at91sam9x5_errata,
> },
> --
> 1.9.1
>
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
More information about the linux-arm-kernel
mailing list