From patchwork Tue Jul 26 11:58:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 593599 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 475C1C433EF for ; Tue, 26 Jul 2022 11:58:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238691AbiGZL64 (ORCPT ); Tue, 26 Jul 2022 07:58:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36952 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238380AbiGZL6z (ORCPT ); Tue, 26 Jul 2022 07:58:55 -0400 Received: from mail-lj1-x22b.google.com (mail-lj1-x22b.google.com [IPv6:2a00:1450:4864:20::22b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F067E32EFA for ; Tue, 26 Jul 2022 04:58:54 -0700 (PDT) Received: by mail-lj1-x22b.google.com with SMTP id b21so9224294ljk.8 for ; Tue, 26 Jul 2022 04:58:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=SXepETNl0t5Eauvg/pczzznTHabsPOjX83tUsTI9GE8=; b=VzbgU00OJTByzWkVApH4fK61lobcJqO8iZS+G2mTVOJodHxycA0osaY4ettHZ4yICn lg/jJS07mw9kSC50ob3uJ/M7oVakYNcaAfzGvtvHoV/8JfsVxPd/IPwvGvyqkZMBhPYV GOed7CSD2Sv3jFq/jwEYtJ+L94QWmGZe1AufILpiI1fnNGtcpobUaVZL823T7vQBmrC5 /BtytQI7S10FKlI7oLUNV6ixezlr+fvQbrFZJXfu42fjhLRM8PiRAc46jV/juNmv5bQP CcgU5m6IqBodoYGm5iht/Ka2Ifgd4h8ZKtnSiTBCk5DliCK6bVu9snz6WHjJhy326JH6 /ZDQ== 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=SXepETNl0t5Eauvg/pczzznTHabsPOjX83tUsTI9GE8=; b=0y/R1WvZ0eZvt6UYdmeU7ciw1aZTTKYSPODfHMB7KYalON2ruXaO3lz9qEKDbnFjzp rRncMhDfsL4/dDN+TghIbufdAz5p1ure5ZsFGuZlNkqv0GGSD8LuVhi4kq7eeFnGhghK Se7WaGys9XDIS68HgmkianWhQINXu70emTgdqbnG7bc0Heu237mmDAvcINnIUNbdd596 yoCpuHEK9QNIoSe/SlZC0bcWsQ89fqfdv/oJjnWEFGzqLBKbSQofFiQtlGKe9AF7Tni0 FngurEIxE3rkiaQv1iNWNZShv/ur9nlWpPAhUXiRze/S9y5vUalX92JQM2fSRABbCyty Fvag== X-Gm-Message-State: AJIora8yeghEeVqEvGD2w4YZ0iuPqPitZwzuBVQBYzWGr+GhlsIdKury PAPJUrQDs6QEI9z2Ubmll9VsSQ== X-Google-Smtp-Source: AGRyM1uL5SU4BU4NU69IWSheCc7WAGNBFPBjyEmFfjOiC9y/qWdPQUqFn4FaEP6qkwKIhx2HV/9BUQ== X-Received: by 2002:a05:651c:b23:b0:25e:e2d:9e40 with SMTP id b35-20020a05651c0b2300b0025e0e2d9e40mr2328578ljr.38.1658836733335; Tue, 26 Jul 2022 04:58:53 -0700 (PDT) Received: from krzk-bin.lan (78-26-46-173.network.trollfjord.no. [78.26.46.173]) by smtp.gmail.com with ESMTPSA id u5-20020a05651220c500b0048a9526c7d9sm773000lfr.257.2022.07.26.04.58.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Jul 2022 04:58:52 -0700 (PDT) From: Krzysztof Kozlowski To: Arnd Bergmann , Olof Johansson , arm@kernel.org, soc@kernel.org, Rob Herring , Krzysztof Kozlowski , Florian Fainelli , Ray Jui , Scott Branden , Broadcom internal kernel review list , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Saenz Julienne , Conor Dooley , devicetree@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 1/4] dt-bindings: soc: bcm: drop quotes when not needed Date: Tue, 26 Jul 2022 13:58:38 +0200 Message-Id: <20220726115841.101249-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Id and schema fields do not need quotes. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Claudiu Beznea Acked-by: Florian Fainelli --- .../devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml b/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml index 894786640938..a6e8018084c6 100644 --- a/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml +++ b/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml @@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause %YAML 1.2 --- -$id: "http://devicetree.org/schemas/soc/bcm/brcm,bcm2835-pm.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/soc/bcm/brcm,bcm2835-pm.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: BCM2835 PM (Power domains, watchdog) From patchwork Tue Jul 26 11:58:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 593874 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 AD6A3C43334 for ; Tue, 26 Jul 2022 11:58:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238840AbiGZL66 (ORCPT ); Tue, 26 Jul 2022 07:58:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36984 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238707AbiGZL66 (ORCPT ); Tue, 26 Jul 2022 07:58:58 -0400 Received: from mail-lf1-x136.google.com (mail-lf1-x136.google.com [IPv6:2a00:1450:4864:20::136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D93D832EFA for ; Tue, 26 Jul 2022 04:58:56 -0700 (PDT) Received: by mail-lf1-x136.google.com with SMTP id t17so10037427lfk.0 for ; Tue, 26 Jul 2022 04:58:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=jA+mqudhBBZi2Q/yV+jzZ+rW7CDDtET6U/Ixmvt8ur4=; b=OEx9hi9DiBotTSc9NDiSVFVjtV0XPO9DE0KkWuIzknPN8KIpFfYTsymDloa+FvuuTH TXSbBxtrEW/6REw64WBb2iw+t6apwsb+MieujLHGnA9ZzlqvUwntVzWL6kNwRbQO80Yw 08fef0leKuTPSdXaK1B0nq73TSDNBR/tn+7W8697ANyrpOhagpYmq3xSeyHU5SMbEnla K246TeNm2EOy/a1Odvi81WAsagK17pW7pCAn41tBdvMVxO06qv7P3X2q0jhJrniRFwvi PbKeYwvTFv4ktw+N3NMpTlQrQDn1UDVlM5T5A30/wngtk/SH4L7wb/w+40Vnb/zG/Vh5 TnFA== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=jA+mqudhBBZi2Q/yV+jzZ+rW7CDDtET6U/Ixmvt8ur4=; b=wXuZQbQS39b0x0lbO0arVOMLlfKXsZbtFUinInwpvHMg4waUAzpwmPgMCPt12PpEjz t4uFYS3r8rSMhfurDQgBNiVlGcXtaT3Dw9Q1x64ozmVVjH3h9HB/rd0XX4HP416YXexG g5gjDW7J68+RQU3/0cKJNx1DfX9ZxCxzRzJS7tmye1C+izTYV0Qv/kkOrLrMrV/331bt WtaoKe+HraViI5obnvzhFk79AwQJvD61swGUwWkqCt8coCHplbINAUG7dX+0XDplLXKa roY7ve+jDfjADOgMIhhMhY9AkXA1F/ugCu1D/GMOu6/R6p00cqdOli+S+SjNEcgPG5ms OTcw== X-Gm-Message-State: AJIora+aQKxy1YqLCU57+tce64Gpdbp/p4JCnlU2Cims529qh5IWh7VP wTzIPTe++EgZAQB8b0x7Rd7cjw== X-Google-Smtp-Source: AGRyM1stGsVW9B5+RaHQ2eIH6Xm0MbVHcEZFesSN28iMGL0Xm4GTDsV2XCnVrqIn/tbfBX6mLgoEMQ== X-Received: by 2002:a05:6512:32c2:b0:48a:9822:ca2c with SMTP id f2-20020a05651232c200b0048a9822ca2cmr2514915lfg.117.1658836735012; Tue, 26 Jul 2022 04:58:55 -0700 (PDT) Received: from krzk-bin.lan (78-26-46-173.network.trollfjord.no. [78.26.46.173]) by smtp.gmail.com with ESMTPSA id u5-20020a05651220c500b0048a9526c7d9sm773000lfr.257.2022.07.26.04.58.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Jul 2022 04:58:54 -0700 (PDT) From: Krzysztof Kozlowski To: Arnd Bergmann , Olof Johansson , arm@kernel.org, soc@kernel.org, Rob Herring , Krzysztof Kozlowski , Florian Fainelli , Ray Jui , Scott Branden , Broadcom internal kernel review list , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Saenz Julienne , Conor Dooley , devicetree@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 2/4] dt-bindings: soc: bcm: use absolute path to other schema Date: Tue, 26 Jul 2022 13:58:39 +0200 Message-Id: <20220726115841.101249-2-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220726115841.101249-1-krzysztof.kozlowski@linaro.org> References: <20220726115841.101249-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Absolute path to other DT schema is preferred over relative one. Signed-off-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml b/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml index a6e8018084c6..e28ef198a801 100644 --- a/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml +++ b/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml @@ -14,7 +14,7 @@ maintainers: - Nicolas Saenz Julienne allOf: - - $ref: ../../watchdog/watchdog.yaml# + - $ref: /schemas/watchdog/watchdog.yaml# properties: compatible: From patchwork Tue Jul 26 11:58:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 593598 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 C5E3EC433EF for ; Tue, 26 Jul 2022 11:59:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238888AbiGZL7A (ORCPT ); Tue, 26 Jul 2022 07:59:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37032 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238867AbiGZL67 (ORCPT ); Tue, 26 Jul 2022 07:58:59 -0400 Received: from mail-lf1-x12d.google.com (mail-lf1-x12d.google.com [IPv6:2a00:1450:4864:20::12d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 85D2332DBC for ; Tue, 26 Jul 2022 04:58:58 -0700 (PDT) Received: by mail-lf1-x12d.google.com with SMTP id t17so10037523lfk.0 for ; Tue, 26 Jul 2022 04:58:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=fXheGcE2vh8eVRPsDfJBjefjPqTEXxVEm5Y9mMq+Fz0=; b=qI7oAyUz1S2BQMRtMxsKknQtd4etscgeBx8jKYNXWxwqJZReDaTny2mLlT5jTGtnLG bXzp+ZvO/QwuO0q1PtV6fpVr79k921sG+JCUT10m6hvpmj5luuJGb1Xf4r1Te62ymaZf KtUkv+XhxqizmEwlWP9htvQfkRemV5P2spDF6J+pPFDul+lZo+Gc9wEzyVvh3Js0BGnX ylXGkJwFM6QpQ5V6gsDlX/JobcqLy+ERx2f56FDlGCjRjnzvmLG4C6vj+sqHiSDEZe7f 9nGTsFMI2q7L7T+OYWBVn8O/PBEupIJIh9FzUDw7BIpIHvZZxIXZXEgefuR3AGbGmV7I P5kg== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=fXheGcE2vh8eVRPsDfJBjefjPqTEXxVEm5Y9mMq+Fz0=; b=fjwlL+pCkmv1fBQ3LEsX52EZE1PZ6+i3KOe+N2qp7v6uEBF+DHbFwrhsJ/jzvIpWb9 g7G/Ml/b50uqJaWZ/gt3HjeFoP+ZrYMxbrmPjdwpQBItJ3QuNgpcRz+43+ke8n2X7TDU VvQqi8r0TT4Eb94ImjUc7hkaE2xxk9GV6NdbqrdYml0P0GpX0A2EKKQIRRZCH77D5Ajd NuXS2ZaUGXhrf4oaZ8IvDL4uVofc0wBUfGysLWw/gKBAGoZFaF+8E5omfvTjUPXPILXC pAu1rPTgVn84NjXjUS2GYu5rN4oJFnbvjQKBWdGkQH8QgJZaX8f4qaUXQKgq8vbJKhH7 YLwA== X-Gm-Message-State: AJIora9qaqNq6aBLscFC0plkq1ZxPrjcxVNcpZMNt8d2rAjts66NPZmA 7lQ1nlQxNTbNzR6EzAU6+VmS/A== X-Google-Smtp-Source: AGRyM1vq9fy7SbNAytMwkf+4EahvThfrvOV88XCAv01wwt3e3pSZrmVNz43dETwbDjXGuIfJffgBxA== X-Received: by 2002:a05:6512:3084:b0:489:e658:25ac with SMTP id z4-20020a056512308400b00489e65825acmr6742052lfd.431.1658836736645; Tue, 26 Jul 2022 04:58:56 -0700 (PDT) Received: from krzk-bin.lan (78-26-46-173.network.trollfjord.no. [78.26.46.173]) by smtp.gmail.com with ESMTPSA id u5-20020a05651220c500b0048a9526c7d9sm773000lfr.257.2022.07.26.04.58.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Jul 2022 04:58:56 -0700 (PDT) From: Krzysztof Kozlowski To: Arnd Bergmann , Olof Johansson , arm@kernel.org, soc@kernel.org, Rob Herring , Krzysztof Kozlowski , Florian Fainelli , Ray Jui , Scott Branden , Broadcom internal kernel review list , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Saenz Julienne , Conor Dooley , devicetree@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 3/4] dt-bindings: soc: microchip: drop quotes when not needed Date: Tue, 26 Jul 2022 13:58:40 +0200 Message-Id: <20220726115841.101249-3-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220726115841.101249-1-krzysztof.kozlowski@linaro.org> References: <20220726115841.101249-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Id and schema fields do not need quotes. Signed-off-by: Krzysztof Kozlowski --- .../bindings/soc/microchip/atmel,at91rm9200-tcb.yaml | 4 ++-- .../bindings/soc/microchip/microchip,mpfs-sys-controller.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml b/Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml index 597d67fba92f..2f8cf6191812 100644 --- a/Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml +++ b/Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml @@ -1,8 +1,8 @@ # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) %YAML 1.2 --- -$id: "http://devicetree.org/schemas/soc/microchip/atmel,at91rm9200-tcb.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/soc/microchip/atmel,at91rm9200-tcb.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Atmel Timer Counter Block diff --git a/Documentation/devicetree/bindings/soc/microchip/microchip,mpfs-sys-controller.yaml b/Documentation/devicetree/bindings/soc/microchip/microchip,mpfs-sys-controller.yaml index b0dae51e1d42..04ffee3a7c59 100644 --- a/Documentation/devicetree/bindings/soc/microchip/microchip,mpfs-sys-controller.yaml +++ b/Documentation/devicetree/bindings/soc/microchip/microchip,mpfs-sys-controller.yaml @@ -1,8 +1,8 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: "http://devicetree.org/schemas/soc/microchip/microchip,mpfs-sys-controller.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/soc/microchip/microchip,mpfs-sys-controller.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: Microchip PolarFire SoC (MPFS) MSS (microprocessor subsystem) system controller From patchwork Tue Jul 26 11:58:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 593873 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 31D8FCCA47E for ; Tue, 26 Jul 2022 11:59:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232593AbiGZL7M (ORCPT ); Tue, 26 Jul 2022 07:59:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37162 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238930AbiGZL7D (ORCPT ); Tue, 26 Jul 2022 07:59:03 -0400 Received: from mail-lf1-x12b.google.com (mail-lf1-x12b.google.com [IPv6:2a00:1450:4864:20::12b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0969A33356 for ; Tue, 26 Jul 2022 04:58:59 -0700 (PDT) Received: by mail-lf1-x12b.google.com with SMTP id bf9so22201792lfb.13 for ; Tue, 26 Jul 2022 04:58:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=w3XtkKUKbD1b4UgKVPlGooII0Pk7FHBibUL8j/WSqjs=; b=cgtEFIf5L+ce5XEM6PfOjbUlpwDuYfOaqdA0uA1MRphOhGXmysD/4zLTiXgQBmjUDC VosLSoaIFYQ9aSic1aBksLVCN7oqwOwHlp9YLcPRjVCFzAuG/l1Y1YzNWXeVqA48K2Wm PyeVC058GIts1KmLsUBY6BJb1hJKyoVv2UakJhoj9QX9Yx1JQiz3pbmZyQA+/c7ARxMF bVG1eHN9aR0orl4m4xUvzIYUzjZehtNCvAML6kHDYWjlnwNEa/aG/4fd/sEpli3Cu3nX AIRwoGs9yAOkoM1zG6IVVQ5Hv0GRgfTgvU4C/3UMfJMBUtNq9Xdhs/vDmS29ls3kQWZ0 98/g== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=w3XtkKUKbD1b4UgKVPlGooII0Pk7FHBibUL8j/WSqjs=; b=TjQaLNArIakNvQmyBil+vXcAGRHnRxg0FlBPtn/Mp0piShkVJhxJCRvkY7lARaAscb XSsi/6YogTanWMaKqnE4lEeKaK2ye06vg3OyvyfLp0I80idJM40zrhBj4Uu8mmaXp7Cs y8hyz/iGzI3Ed1o0ZgPetsRS0XvzQGsK5Mi/3dKyda+HFcGf7RVffj41WCcoZG9OAxOi lmrZ2CkPwu9Su3K9AQp+QJlKV+Y9CEM+wLmX97RFTHTeKZ5rYn1Nx27rs1YaK+mM5nm6 DzbtMpvZen8SrbQ1pLwQoRg9u+1cllLTYpoQIoPFN6Ew9kib5HVu6BoO/tG1THx2heG5 dcMw== X-Gm-Message-State: AJIora/urt6a3gk4BnDopX4YEJedDpKVrVySAzJDS+DDTZWAMafgQBDV KbjBVHrGgWRtNZyotiGjwPI3eg== X-Google-Smtp-Source: AGRyM1sAlwvl3au2HeenO+uyoXA1JzXuRyXnOmGFcmsQSJgM6cmNpRF5qIFC6PBqx0v9aSbqPl4P4A== X-Received: by 2002:a19:8c46:0:b0:48a:839d:6639 with SMTP id i6-20020a198c46000000b0048a839d6639mr5441735lfj.270.1658836738209; Tue, 26 Jul 2022 04:58:58 -0700 (PDT) Received: from krzk-bin.lan (78-26-46-173.network.trollfjord.no. [78.26.46.173]) by smtp.gmail.com with ESMTPSA id u5-20020a05651220c500b0048a9526c7d9sm773000lfr.257.2022.07.26.04.58.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Jul 2022 04:58:57 -0700 (PDT) From: Krzysztof Kozlowski To: Arnd Bergmann , Olof Johansson , arm@kernel.org, soc@kernel.org, Rob Herring , Krzysztof Kozlowski , Florian Fainelli , Ray Jui , Scott Branden , Broadcom internal kernel review list , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Saenz Julienne , Conor Dooley , devicetree@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 4/4] dt-bindings: soc: microchip: use absolute path to other schema Date: Tue, 26 Jul 2022 13:58:41 +0200 Message-Id: <20220726115841.101249-4-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220726115841.101249-1-krzysztof.kozlowski@linaro.org> References: <20220726115841.101249-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Absolute path to other DT schema is preferred over relative one. Signed-off-by: Krzysztof Kozlowski --- .../devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml b/Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml index 2f8cf6191812..33748a061898 100644 --- a/Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml +++ b/Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml @@ -75,7 +75,7 @@ patternProperties: "^pwm@[0-2]$": description: The timer block channels that are used as PWMs. - $ref: ../../pwm/pwm.yaml# + $ref: /schemas/pwm/pwm.yaml# type: object properties: compatible: