diff mbox series

watchdog: bcm7038_wdt: Support BCM6345 compatible string

Message ID 20220216063408.23168-1-zajec5@gmail.com
State New
Headers show
Series watchdog: bcm7038_wdt: Support BCM6345 compatible string | expand

Commit Message

Rafał Miłecki Feb. 16, 2022, 6:34 a.m. UTC
From: Rafał Miłecki <rafal@milecki.pl>

A new "compatible" value has been added in the commit 17fffe91ba36
("dt-bindings: watchdog: Add BCM6345 compatible to BCM7038 binding").
It's meant to be used for BCM63xx SoCs family but hardware block can be
programmed just like the 7038 one.

Cc: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
 drivers/watchdog/bcm7038_wdt.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Florian Fainelli Feb. 16, 2022, 5:40 p.m. UTC | #1
On 2/15/22 10:34 PM, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
> 
> A new "compatible" value has been added in the commit 17fffe91ba36
> ("dt-bindings: watchdog: Add BCM6345 compatible to BCM7038 binding").
> It's meant to be used for BCM63xx SoCs family but hardware block can be
> programmed just like the 7038 one.
> 
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>

Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Guenter Roeck Feb. 16, 2022, 6:30 p.m. UTC | #2
On 2/15/22 22:34, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
> 
> A new "compatible" value has been added in the commit 17fffe91ba36
> ("dt-bindings: watchdog: Add BCM6345 compatible to BCM7038 binding").
> It's meant to be used for BCM63xx SoCs family but hardware block can be
> programmed just like the 7038 one.
> 
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>   drivers/watchdog/bcm7038_wdt.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/watchdog/bcm7038_wdt.c b/drivers/watchdog/bcm7038_wdt.c
> index 8656a137e9a4..1ffcf6aca6ae 100644
> --- a/drivers/watchdog/bcm7038_wdt.c
> +++ b/drivers/watchdog/bcm7038_wdt.c
> @@ -218,6 +218,7 @@ static SIMPLE_DEV_PM_OPS(bcm7038_wdt_pm_ops, bcm7038_wdt_suspend,
>   			 bcm7038_wdt_resume);
>   
>   static const struct of_device_id bcm7038_wdt_match[] = {
> +	{ .compatible = "brcm,bcm6345-wdt" },
>   	{ .compatible = "brcm,bcm7038-wdt" },
>   	{},
>   };
diff mbox series

Patch

diff --git a/drivers/watchdog/bcm7038_wdt.c b/drivers/watchdog/bcm7038_wdt.c
index 8656a137e9a4..1ffcf6aca6ae 100644
--- a/drivers/watchdog/bcm7038_wdt.c
+++ b/drivers/watchdog/bcm7038_wdt.c
@@ -218,6 +218,7 @@  static SIMPLE_DEV_PM_OPS(bcm7038_wdt_pm_ops, bcm7038_wdt_suspend,
 			 bcm7038_wdt_resume);
 
 static const struct of_device_id bcm7038_wdt_match[] = {
+	{ .compatible = "brcm,bcm6345-wdt" },
 	{ .compatible = "brcm,bcm7038-wdt" },
 	{},
 };