[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210123173401.GA57343@roeck-us.net>
Date: Sat, 23 Jan 2021 09:34:01 -0800
From: Guenter Roeck <linux@...ck-us.net>
To: Johan Jonker <jbx6244@...il.com>
Cc: heiko@...ech.de, robh+dt@...nel.org, wim@...ux-watchdog.org,
jamie@...ieiles.com, linux-watchdog@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-rockchip@...ts.infradead.org
Subject: Re: [PATCH 1/8] dt-binding: watchdog: add more Rockchip compatibles
to snps,dw-wdt.yaml
On Fri, Dec 18, 2020 at 01:05:27PM +0100, Johan Jonker wrote:
> The watchdog compatible strings are suppose to be SoC orientated.
> In the more recently added Rockchip SoC dtsi files only
> the fallback string "snps,dw-wdt" is used, so add the following
> compatible strings:
>
> "rockchip,px30-wdt", "snps,dw-wdt"
> "rockchip,rk3228-wdt", "snps,dw-wdt"
> "rockchip,rk3308-wdt", "snps,dw-wdt"
> "rockchip,rk3328-wdt", "snps,dw-wdt"
> "rockchip,rk3399-wdt", "snps,dw-wdt"
> "rockchip,rv1108-wdt", "snps,dw-wdt"
>
> make ARCH=arm dtbs_check
> DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
>
> make ARCH=arm64 dtbs_check
> DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
>
> Signed-off-by: Johan Jonker <jbx6244@...il.com>
> Acked-by: Rob Herring <robh@...nel.org>
> Reviewed-by: Heiko Stuebner <heiko@...ech.de>
Reviewed-by: Guenter Roeck <linux@...ck-us.net>
> ---
> Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
> index f7ee9229c..b58596b18 100644
> --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
> @@ -18,10 +18,16 @@ properties:
> - const: snps,dw-wdt
> - items:
> - enum:
> + - rockchip,px30-wdt
> - rockchip,rk3066-wdt
> - rockchip,rk3188-wdt
> + - rockchip,rk3228-wdt
> - rockchip,rk3288-wdt
> + - rockchip,rk3308-wdt
> + - rockchip,rk3328-wdt
> - rockchip,rk3368-wdt
> + - rockchip,rk3399-wdt
> + - rockchip,rv1108-wdt
> - const: snps,dw-wdt
>
> reg:
Powered by blists - more mailing lists