From mboxrd@z Thu Jan 1 00:00:00 1970 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 C08BCC43217 for ; Mon, 14 Feb 2022 21:22:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231163AbiBNVWr (ORCPT ); Mon, 14 Feb 2022 16:22:47 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:49046 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231203AbiBNVWo (ORCPT ); Mon, 14 Feb 2022 16:22:44 -0500 Received: from smtp-relay-internal-1.canonical.com (smtp-relay-internal-1.canonical.com [185.125.188.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 56AEB13CEFE for ; Mon, 14 Feb 2022 13:22:24 -0800 (PST) Received: from mail-lj1-f199.google.com (mail-lj1-f199.google.com [209.85.208.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-internal-1.canonical.com (Postfix) with ESMTPS id 00E6F404AE for ; Mon, 14 Feb 2022 21:22:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1644873743; bh=2POCSk/6TwWTazpis9hGbBMQ4KYz1OTALCTDWqaBti4=; h=From:To:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=N7rCwLfX/3zn8mXM9ZbZY0LWs9QWQS58BM1JQVHAOclODQ5WNrFLOO8WbpiPgecoU Zy2/kUKQmtpn7gzME7zQCbghHxMJUD6JSmcf09NB7irb7N2NdQtiPoFnkSRJKC1yGx v16Oh7jufXtieYkwupPGl/2Gc7Vemak5UCtydxzgJtBr/+Q2Fdqx/vnohXlqSjJimX QxDnljnMCJSo7//HfCqFfkc8jbvit/O2Ook83dDYpq2UW5D4wW1oGY6nxJjvTL5M6x 9l0NXUtRQnUjaOBcflRhxVJvIZEtSDcJk+Rp8V52NKQOZwRSvmqG4qNQAd479jXOPM nrx1SoA/8nDuw== Received: by mail-lj1-f199.google.com with SMTP id l18-20020a2e7012000000b00244db28e67cso581563ljc.8 for ; Mon, 14 Feb 2022 13:22:22 -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:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=2POCSk/6TwWTazpis9hGbBMQ4KYz1OTALCTDWqaBti4=; b=2Ckjac3FAO/lRBtFaZ16Me+Vzku12pjQWNxixlvD27jsPxCPzvyfW1AfLyS1aaktXF epO4Fnj0AKUH8nc3xAgKuKoTD63m/HonfUoCALlF8OlBBkPostY78uyHHNfR8j6jARnr 6/t8Pw8vSPfVtL72xy7E2sF5kg+dnwiQ/RGOzDhNnO62KFsOF+r5mHUrRaXoQQ2ef/R6 2bXWLMlwYXxBLKOPpmUkOJi/sHLYvxuq9YGOooxWOrXPo6qM3DUpB0kIrYEDGNs9tUx3 qKOrjfBRywxb0HSPtf5twJWGNGZSyH3+BjfjheCMSKsICJAbobnYAwZZ3KZ5CMQfxhC7 BYdw== X-Gm-Message-State: AOAM5307MlWtyILohJOACMGQinQXo7zR6pHGN96TTz2wfYIznkDe619i gv+HtJksjOzouSkcvg830V/VE1TCuFq51KpwXE9HZV0HpWF2wee0MI0IA5ACgGa7GWRME//oTxD Bt+uQ1SeQPagVag/v5EwRnwlbh6hUWr9NqOpLgbg= X-Received: by 2002:a17:907:6091:: with SMTP id ht17mr542190ejc.607.1644873731283; Mon, 14 Feb 2022 13:22:11 -0800 (PST) X-Google-Smtp-Source: ABdhPJwORNXxcION04IJzU5Gu/UfUyFurARbus6zd7xUK4wKOMUXzkjvihbjj39qrz7zMUkHFrH18A== X-Received: by 2002:a17:907:6091:: with SMTP id ht17mr542177ejc.607.1644873731059; Mon, 14 Feb 2022 13:22:11 -0800 (PST) Received: from localhost.localdomain (xdsl-188-155-168-84.adslplus.ch. [188.155.168.84]) by smtp.gmail.com with ESMTPSA id v24sm2327203ejf.7.2022.02.14.13.22.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Feb 2022 13:22:10 -0800 (PST) From: Krzysztof Kozlowski To: Thierry Reding , =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= , Lee Jones , Rob Herring , Krzysztof Kozlowski , Maxime Ripard , Chen-Yu Tsai , Jernej Skrabec , Florian Fainelli , bcm-kernel-feedback-list@broadcom.com, Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Heiko Stuebner , Palmer Dabbelt , Paul Walmsley , Nobuhiro Iwamatsu , Philipp Zabel , Anson Huang , Vijayakannan Ayyathurai , Rahul Tanwar , Jeff LaBundy , Yash Shah , Sagar Kadam , Vignesh R , Yoshihiro Shimoda , Laurent Pinchart , linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-riscv@lists.infradead.org Subject: [PATCH v2 07/15] dt-bindings: pwm: sifive: Include generic pwm schema Date: Mon, 14 Feb 2022 22:21:46 +0100 Message-Id: <20220214212154.8853-8-krzysztof.kozlowski@canonical.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220214212154.8853-1-krzysztof.kozlowski@canonical.com> References: <20220214212154.8853-1-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Include generic pwm.yaml schema, which enforces PWM node naming and brings pwm-cells requirement. Signed-off-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/pwm/pwm-sifive.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml b/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml index 84e66913d042..676b2160bada 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml +++ b/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml @@ -22,6 +22,9 @@ description: https://github.com/sifive/sifive-blocks/tree/master/src/main/scala/devices/pwm +allOf: + - $ref: pwm.yaml# + properties: compatible: items: @@ -55,7 +58,6 @@ required: - compatible - reg - clocks - - "#pwm-cells" - interrupts additionalProperties: false -- 2.32.0