diff mbox

ARM: at91: pwm: atmel-hlcdc: add at91sam9n12 entry for the errata

Message ID 1438361480-10898-1-git-send-email-boris.brezillon@free-electrons.com
State Accepted
Headers show

Commit Message

Boris Brezillon July 31, 2015, 4:51 p.m. UTC
From: Josh Wu <josh.wu@atmel.com>

The errata for pwm hlcdc of at91sam9n12 is same as at91sam9x5.

Signed-off-by: Josh Wu <josh.wu@atmel.com>
---
 drivers/pwm/pwm-atmel-hlcdc.c | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Alexandre Belloni July 31, 2015, 5:14 p.m. UTC | #1
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@atmel.com>
> 
> The errata for pwm hlcdc of at91sam9n12 is same as at91sam9x5.
> 
> Signed-off-by: Josh Wu <josh.wu@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@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
>
diff mbox

Patch

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,
 	},