From: Rob Herring Date: Mon, 6 Dec 2021 17:40:28 +0000 (-0600) Subject: dt-bindings: watchdog: ti,rti-wdt: Fix assigned-clock-parents X-Git-Tag: v5.17-rc1~95^2~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b0b90bde66ba866d7758179bd636173d4c26f6e;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: watchdog: ti,rti-wdt: Fix assigned-clock-parents With 'unevaluatedProperties' support implemented, the ti,rti-wdt example has the following warning: /home/rob/proj/git/linux-dt/.build-arm64/Documentation/devicetree/bindings/watchdog/ti,rti-wdt.example.dt.yaml: watchdog@2200000: Unevaluated properties are not allowed ('assigned-clock-parents' was unexpected) The problem is the schema has a typo in 'assigned-clocks-parents'. As it is not required to list assigned clocks in bindings, just drop the property definitions to fix this. Cc: Wim Van Sebroeck Cc: Guenter Roeck Cc: Tero Kristo Cc: linux-watchdog@vger.kernel.org Signed-off-by: Rob Herring Reviewed-by: Thierry Reding Acked-by: Guenter Roeck Link: https://lore.kernel.org/r/20211206174028.2294330-1-robh@kernel.org --- diff --git a/Documentation/devicetree/bindings/watchdog/ti,rti-wdt.yaml b/Documentation/devicetree/bindings/watchdog/ti,rti-wdt.yaml index 054584d7543a5..2f33635876fff 100644 --- a/Documentation/devicetree/bindings/watchdog/ti,rti-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/ti,rti-wdt.yaml @@ -34,12 +34,6 @@ properties: power-domains: maxItems: 1 - assigned-clocks: - maxItems: 1 - - assigned-clocks-parents: - maxItems: 1 - required: - compatible - reg