From 38a5688fb5004830633f86989def35676ec04c27 Mon Sep 17 00:00:00 2001 From: Nikita Shubin Date: Fri, 28 Apr 2023 17:23:54 +0300 Subject: [PATCH] fixup! dt-bindings: watchdog: add DT bindings for Cirrus EP93x --- ...{cirrus,ep93xx-wdt.yaml => cirrus,ep9301-wdt.yaml} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) rename Documentation/devicetree/bindings/watchdog/{cirrus,ep93xx-wdt.yaml => cirrus,ep9301-wdt.yaml} (61%) diff --git a/Documentation/devicetree/bindings/watchdog/cirrus,ep93xx-wdt.yaml b/Documentation/devicetree/bindings/watchdog/cirrus,ep9301-wdt.yaml similarity index 61% rename from Documentation/devicetree/bindings/watchdog/cirrus,ep93xx-wdt.yaml rename to Documentation/devicetree/bindings/watchdog/cirrus,ep9301-wdt.yaml index f39d6b14062da..86f6fce7bbbe3 100644 --- a/Documentation/devicetree/bindings/watchdog/cirrus,ep93xx-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/cirrus,ep9301-wdt.yaml @@ -1,19 +1,20 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/watchdog/cirrus,ep93xx-wdt.yaml# +$id: http://devicetree.org/schemas/watchdog/cirrus,ep9301-wdt.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Cirrus Logic EP93xx Watchdog Timer maintainers: - - Wim Van Sebroeck + - Nikita Shubin + - Alexander Sverdlin description: - Watchdog driver for Cirrus Logic EP93xx family of devices. + Cirrus Logic EP93xx SoC family has it's own watchdog implementation allOf: - - $ref: "watchdog.yaml#" + - $ref: watchdog.yaml# properties: compatible: @@ -31,7 +32,7 @@ additionalProperties: false examples: - | - wdt0: watchdog@80940000 { + watchdog@80940000 { compatible = "cirrus,ep9301-wdt"; reg = <0x80940000 0x08>; }; -- 2.30.2