[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <12803a09-8723-4049-921f-738244aae83c@roeck-us.net>
Date: Sat, 9 Dec 2023 07:06:41 -0800
From: Guenter Roeck <linux@...ck-us.net>
To: Ji Sheng Teoh <jisheng.teoh@...rfivetech.com>,
Xingyu Wu <xingyu.wu@...rfivetech.com>,
Samin Guo <samin.guo@...rfivetech.com>,
Wim Van Sebroeck <wim@...ux-watchdog.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>
Cc: Ley Foon Tan <leyfoon.tan@...rfivetech.com>,
linux-watchdog@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1 1/2] watchdog: starfive-wdt: Add JH8100 watchdog
compatible string
On 12/9/23 06:27, Ji Sheng Teoh wrote:
> Add "starfive,jh8100-wdt" compatible for StarFive's JH8100 watchdog.
> JH8100 watchdog reuses JH7110 register mapping.
>
> Signed-off-by: Ley Foon Tan <leyfoon.tan@...rfivetech.com>
> Signed-off-by: Ji Sheng Teoh <jisheng.teoh@...rfivetech.com>
Reviewed-by: Guenter Roeck <linux@...ck-us.net>
> ---
> drivers/watchdog/starfive-wdt.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/watchdog/starfive-wdt.c b/drivers/watchdog/starfive-wdt.c
> index 5f501b41faf9..31785bb373d5 100644
> --- a/drivers/watchdog/starfive-wdt.c
> +++ b/drivers/watchdog/starfive-wdt.c
> @@ -581,6 +581,7 @@ static const struct dev_pm_ops starfive_wdt_pm_ops = {
> static const struct of_device_id starfive_wdt_match[] = {
> { .compatible = "starfive,jh7100-wdt", .data = &starfive_wdt_jh7100_variant },
> { .compatible = "starfive,jh7110-wdt", .data = &starfive_wdt_jh7110_variant },
> + { .compatible = "starfive,jh8100-wdt", .data = &starfive_wdt_jh7110_variant },
> { /* sentinel */ }
> };
> MODULE_DEVICE_TABLE(of, starfive_wdt_match);
Powered by blists - more mailing lists