From patchwork Sun Nov 5 18:41:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 741236 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 BBEF7C4332F for ; Sun, 5 Nov 2023 18:42:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229451AbjKESmK (ORCPT ); Sun, 5 Nov 2023 13:42:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229548AbjKESmH (ORCPT ); Sun, 5 Nov 2023 13:42:07 -0500 Received: from mail-wm1-x332.google.com (mail-wm1-x332.google.com [IPv6:2a00:1450:4864:20::332]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F9F9C0 for ; Sun, 5 Nov 2023 10:42:04 -0800 (PST) Received: by mail-wm1-x332.google.com with SMTP id 5b1f17b1804b1-4084de32db5so33606875e9.0 for ; Sun, 05 Nov 2023 10:42:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1699209722; x=1699814522; darn=vger.kernel.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=5p4QFuKK4zDjK7JmREfNGLdO3brtt0j7Hb6QAgVUrUA=; b=OIhvOYboV1EiTNo823HwkLD07VFpY/fKWC2In1TCyLOts0+BKCKCnlHdYm2sR62XRl pxzx46OdYvL/Zel35k6R14gX6j8EAgk+mhhUFm5WW28W5hDlYe/HWeYohaPqosWYxxDa iyXzhD/LOT75vbi/7z24LMOsJA5WwdK2i6qj2GAEiU5EweqEqa2NalZrbuP2buf6euYH riVUfUUwZL3y3NQ2PIc1aeFeKqBzaPmazBXJl3ApPo2mdtn1PzirY9SSrAXt05jA6yd5 04x1l6F3hGYJYOpP3I4ZI8OjP2pH4hb8nuGf0KOZnoE4l35ai8UpNy05T3nwCGz8DiE7 Z6Vw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699209722; x=1699814522; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=5p4QFuKK4zDjK7JmREfNGLdO3brtt0j7Hb6QAgVUrUA=; b=h5zreI7wbSO7f0vJ5RIKg33pAQe3X+cqKWrxcYCpo9sRrrlXQB+o4jCf7JULYma3+c t1f+ihJu1hwInvHapHhT2laxizBkmeTs+mqkwlPoKegscVkVquh3SSGxqBe3erA5STEP sm/1IMZz9wgogV2Ylet+2reQclnrQ62lIdhzdykJ6AF99BUWcfKjydl9P0fspnwfpsi2 H1gTKncWFcxgDaDyfv0O0tfzzgT+ITtTiN22EhVU73NGOh9FeMPeJoLKijfjbLRQSH9m +O8CuPcWeIghqWnHjEbf/a0/we5A3d4+2X/In1540fRQpECjO7zkjs/BeDtipQQsiR33 HqPA== X-Gm-Message-State: AOJu0YzUkpMlqly8N6FhTMeC2m28kldV9FlDMiWVlwSRpVruymusSfGd MTZiBVwjrtgMrtnRA6U3reuBOw== X-Google-Smtp-Source: AGHT+IFSpmafwOZq0U7CWe+nXmQRtHQOLcDbi+JWbFPNcxG5YLhYbhIL0Wd8ASmATcTAoMtu5NK/OQ== X-Received: by 2002:a05:6000:18a9:b0:32f:a5af:99ca with SMTP id b9-20020a05600018a900b0032fa5af99camr11998596wri.69.1699209722530; Sun, 05 Nov 2023 10:42:02 -0800 (PST) Received: from krzk-bin.. ([178.197.218.126]) by smtp.gmail.com with ESMTPSA id z17-20020a5d44d1000000b00326b8a0e817sm7370111wrr.84.2023.11.05.10.42.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Nov 2023 10:42:02 -0800 (PST) From: Krzysztof Kozlowski To: =?unknown-8bit?q?Wim_Van_Sebroeck_=3Cwim=40linux-watchdog=2Eorg=3E=2C_Gu?= =?unknown-8bit?q?enter_Roeck_=3Clinux=40roeck-us=2Enet=3E=2C_Rob_Herring_?= =?unknown-8bit?q?=3Crobh+dt=40kernel=2Eorg=3E=2C_Krzysztof_Kozlowski_=3Ckrz?= =?unknown-8bit?q?ysztof=2Ekozlowski+dt=40linaro=2Eorg=3E=2C_Conor_Dooley_?= =?unknown-8bit?q?=3Cconor+dt=40kernel=2Eorg=3E=2C_Chen-Yu_Tsai_=3Cwens=40cs?= =?unknown-8bit?q?ie=2Eorg=3E=2C_Jernej_Skrabec_=3Cjernej=2Eskrabec=40gmail?= =?unknown-8bit?q?=2Ecom=3E=2C_Samuel_Holland_=3Csamuel=40sholland=2Eorg=3E?= =?unknown-8bit?q?=2C_Hector_Martin_=3Cmarcan=40marcan=2Est=3E=2C_Sven_Peter?= =?unknown-8bit?q?_=3Csven=40svenpeter=2Edev=3E=2C_Alyssa_Rosenzweig_=3Calys?= =?unknown-8bit?q?sa=40rosenzweig=2Eio=3E=2C_Julius_Werner_=3Cjwerner=40chro?= =?unknown-8bit?q?mium=2Eorg=3E=2C_Evan_Benn_=3Cevanbenn=40chromium=2Eorg=3E?= =?unknown-8bit?q?=2C_Florian_Fainelli_=3Cflorian=2Efainelli=40broadcom=2Eco?= =?unknown-8bit?q?m=3E=2C_Broadcom_internal_kernel_review_list__=3Cbcm-kerne?= =?unknown-8bit?q?l-feedback-list=40broadcom=2Ecom=3E=2C_Maxime_Ripard_=3Cmr?= =?unknown-8bit?q?ipard=40kernel=2Eorg=3E=2C_Oleksij_Rempel_=3Clinux=40rempe?= =?unknown-8bit?q?l-privat=2Ede=3E=2C_Justin_Chen_=3Cjustinpopo6=40gmail=2Ec?= =?unknown-8bit?q?om=3E=2C_=82ecki__=3Crafal=40milecki=2Epl=3E=2C_Baruch_Sia?= =?unknown-8bit?q?ch_=3Cbaruch=40tkos=2Eco=2Eil=3E=2C_Ahmad_Zainie_=3Cwan=2E?= =?unknown-8bit?q?ahmad=2Ezainie=2Ewan=2Emohamad=40intel=2Ecom=3E=2C_Marc_Zy?= =?unknown-8bit?q?ngier_=3Cmaz=40kernel=2Eorg=3E=2C_Linus_Walleij_=3Clinus?= =?unknown-8bit?q?=2Ewalleij=40linaro=2Eorg=3E=2C_Jamie_Iles_=3Cjamie=40jami?= =?unknown-8bit?q?eiles=2Ecom=3E=2C_linux-watchdog=40vger=2Ekernel=2Eorg=2C_?= =?unknown-8bit?q?devicetree=40vger=2Ekernel=2Eorg=2C_linux-arm-kernel=40lis?= =?unknown-8bit?q?ts=2Einfradead=2Eorg=2C_linux-sunxi=40lists=2Elinux=2Edev?= =?unknown-8bit?q?=2C_linux-kernel=40vger=2Ekernel=2Eorg=2C_asahi=40lists=2E?= =?unknown-8bit?q?linux=2Edev?= Cc: Krzysztof Kozlowski Subject: [PATCH 2/2] dt-bindings: watchdog: intel,keembay: reference common watchdog schema Date: Sun, 5 Nov 2023 19:41:54 +0100 Message-Id: <20231105184154.43700-2-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20231105184154.43700-1-krzysztof.kozlowski@linaro.org> References: <20231105184154.43700-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org Reference common watchdog.yaml schema to allow "timeout-sec" property and enforce proper device node name. Signed-off-by: Krzysztof Kozlowski --- .../devicetree/bindings/watchdog/intel,keembay-wdt.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/watchdog/intel,keembay-wdt.yaml b/Documentation/devicetree/bindings/watchdog/intel,keembay-wdt.yaml index 1437ff8a122f..8231dde2bfa6 100644 --- a/Documentation/devicetree/bindings/watchdog/intel,keembay-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/intel,keembay-wdt.yaml @@ -9,6 +9,9 @@ title: Intel Keem Bay SoC non-secure Watchdog Timer maintainers: - Wan Ahmad Zainie +allOf: + - $ref: watchdog.yaml# + properties: compatible: enum: @@ -37,7 +40,7 @@ required: - interrupt-names - clocks -additionalProperties: false +unevaluatedProperties: false examples: - |