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