[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8b51075e-6a04-4c7a-816b-c590e5a3c526@kernel.org>
Date: Mon, 12 Aug 2024 11:22:07 +0200
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Frank Li <Frank.Li@....com>, Wim Van Sebroeck <wim@...ux-watchdog.org>,
Guenter Roeck <linux@...ck-us.net>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
<conor+dt@...nel.org>,
"open list:WATCHDOG DEVICE DRIVERS" <linux-watchdog@...r.kernel.org>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree@...r.kernel.org>, open list <linux-kernel@...r.kernel.org>
Cc: imx@...ts.linux.dev
Subject: Re: [PATCH 1/1] dt-bindings: watchdog: convert ziirave-wdt.txt to
yaml
On 12/08/2024 00:05, Frank Li wrote:
> Convert ziirave-wdt.txt to yaml format.
>
> Additional change:
> - Add i2c node in example.
>
> Fix below warning:
> arch/arm64/boot/dts/freescale/imx8mq-zii-ultra-rmb3.dtb: /soc@...us@...00000/i2c@...40000/watchdog@38:
> failed to match any schema with compatible: ['zii,rave-wdt']
>
> Signed-off-by: Frank Li <Frank.Li@....com>
> ---
> .../bindings/watchdog/zii,rave-wdt.yaml | 47 +++++++++++++++++++
> .../bindings/watchdog/ziirave-wdt.txt | 19 --------
> 2 files changed, 47 insertions(+), 19 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/watchdog/zii,rave-wdt.yaml
> delete mode 100644 Documentation/devicetree/bindings/watchdog/ziirave-wdt.txt
>
> diff --git a/Documentation/devicetree/bindings/watchdog/zii,rave-wdt.yaml b/Documentation/devicetree/bindings/watchdog/zii,rave-wdt.yaml
> new file mode 100644
> index 0000000000000..6c0a16912d7f4
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/watchdog/zii,rave-wdt.yaml
> @@ -0,0 +1,47 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/watchdog/zii,rave-wdt.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Zodiac RAVE Watchdog Timer
> +
> +maintainers:
> + - Frank Li <Frank.Li@....com>
> +
Missing $ref to watchdog
> +properties:
> + compatible:
> + const: zii,rave-wdt
> +
> + reg:
> + maxItems: 1
> + description: i2c slave address of device, usually 0x38
> +
> + timeout-sec:
> + description: Watchdog timeout value in seconds.
Drop property
> +
> + reset-duration-ms:
> + description:
> + Duration of the pulse generated when the watchdog times
> + out. Value in milliseconds.
> +
> +required:
> + - compatible
> + - reg
> +
> +additionalProperties: false
and this becomes unevaluatedProperties: false
Best regards,
Krzysztof
Powered by blists - more mailing lists