From patchwork Mon Dec 6 17:40:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 521890 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 205E4C433EF for ; Mon, 6 Dec 2021 17:40:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243694AbhLFRoC (ORCPT ); Mon, 6 Dec 2021 12:44:02 -0500 Received: from mail-oi1-f177.google.com ([209.85.167.177]:43844 "EHLO mail-oi1-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243512AbhLFRoB (ORCPT ); Mon, 6 Dec 2021 12:44:01 -0500 Received: by mail-oi1-f177.google.com with SMTP id o4so22757937oia.10; Mon, 06 Dec 2021 09:40:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=koRW6az6+degourkxOP1GokVvT7gydbgTTyBLpfrkw0=; b=uSeOMMwmlU2nw6t3DV+q+kSyQ+dq1BXy7RFMUBqOnchg+GvLc5OSX0paAM86u+r+cz pB/9srRFBjn/w2ZHOVGwIoegWIKDjRSqcATtb/zg+QJG/37BiEa2Ki0P/a6xO6k1LUP6 iEmB/+49apN+iBvHrwJSsjQ9/zkaJ5dbTh+W0erLG4vTz+Q0T8e0DwV8ppi68EdzSfPV B7feBgBEdM2Er08B+nnksjsRhLnUb0GDCSjLB3m/SOI0u062UEgdoWm8la3PjIj3pJf6 Q8cARVVrDazKa5fw4kW6JkRBVehd//JyIt3lqqiaS9Yx/V6teqzKCsyK4LSIjwS4GD7X AOJA== X-Gm-Message-State: AOAM5323zMr/KcHOkPaao5s06Es5Ds71Dg8sBouT2NwH0Wpa3KlwilLN QVFK8u9YGJT5KWKjP/s94g== X-Google-Smtp-Source: ABdhPJz/jMkga0NqEh2zCLWJPjrBKT2u/B/vshshAuxBAhhj1IcGRKBDlhoencuokUNhK5KLxJR9ug== X-Received: by 2002:aca:3945:: with SMTP id g66mr47oia.2.1638812430317; Mon, 06 Dec 2021 09:40:30 -0800 (PST) Received: from xps15.herring.priv (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.googlemail.com with ESMTPSA id k8sm1748347oon.2.2021.12.06.09.40.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Dec 2021 09:40:29 -0800 (PST) From: Rob Herring To: Wim Van Sebroeck , Guenter Roeck , Tero Kristo Cc: devicetree@vger.kernel.org, Thierry Reding , linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] dt-bindings: watchdog: ti, rti-wdt: Fix assigned-clock-parents Date: Mon, 6 Dec 2021 11:40:28 -0600 Message-Id: <20211206174028.2294330-1-robh@kernel.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org 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 Acked-by: Guenter Roeck --- Documentation/devicetree/bindings/watchdog/ti,rti-wdt.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Documentation/devicetree/bindings/watchdog/ti,rti-wdt.yaml b/Documentation/devicetree/bindings/watchdog/ti,rti-wdt.yaml index 054584d7543a..2f33635876ff 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