From: <Claudiu.Beznea@microchip.com>
To: <krzysztof.kozlowski@linaro.org>, <arnd@arndb.de>,
<olof@lixom.net>, <arm@kernel.org>, <soc@kernel.org>,
<robh+dt@kernel.org>, <krzysztof.kozlowski+dt@linaro.org>,
<f.fainelli@gmail.com>, <rjui@broadcom.com>,
<sbranden@broadcom.com>, <bcm-kernel-feedback-list@broadcom.com>,
<Nicolas.Ferre@microchip.com>, <alexandre.belloni@bootlin.com>,
<nsaenz@kernel.org>, <Conor.Dooley@microchip.com>,
<devicetree@vger.kernel.org>,
<linux-rpi-kernel@lists.infradead.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 3/4] dt-bindings: soc: microchip: drop quotes when not needed
Date: Wed, 27 Jul 2022 07:54:39 +0000 [thread overview]
Message-ID: <5b5d40d2-ddbf-a79e-239e-73418ee0a3a8@microchip.com> (raw)
In-Reply-To: <20220726115841.101249-3-krzysztof.kozlowski@linaro.org>
On 26.07.2022 14:58, Krzysztof Kozlowski wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> Id and schema fields do not need quotes.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Applied to at91-dt, thanks!
> ---
> .../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
>
> --
> 2.34.1
>
next prev parent reply other threads:[~2022-07-27 7:55 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-26 11:58 [PATCH 1/4] dt-bindings: soc: bcm: drop quotes when not needed Krzysztof Kozlowski
2022-07-26 11:58 ` [PATCH 2/4] dt-bindings: soc: bcm: use absolute path to other schema Krzysztof Kozlowski
2022-07-26 15:59 ` Florian Fainelli
2022-07-26 17:31 ` Krzysztof Kozlowski
2022-08-04 18:11 ` Florian Fainelli
2022-07-26 11:58 ` [PATCH 3/4] dt-bindings: soc: microchip: drop quotes when not needed Krzysztof Kozlowski
2022-07-26 13:52 ` Conor.Dooley
2022-07-26 14:13 ` Claudiu.Beznea
2022-07-27 7:54 ` Claudiu.Beznea [this message]
2022-07-26 11:58 ` [PATCH 4/4] dt-bindings: soc: microchip: use absolute path to other schema Krzysztof Kozlowski
2022-07-26 14:19 ` Claudiu.Beznea
2022-07-27 7:54 ` Claudiu.Beznea
2022-07-26 15:58 ` [PATCH 1/4] dt-bindings: soc: bcm: drop quotes when not needed Florian Fainelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5b5d40d2-ddbf-a79e-239e-73418ee0a3a8@microchip.com \
--to=claudiu.beznea@microchip.com \
--cc=Conor.Dooley@microchip.com \
--cc=Nicolas.Ferre@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=devicetree@vger.kernel.org \
--cc=f.fainelli@gmail.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rpi-kernel@lists.infradead.org \
--cc=nsaenz@kernel.org \
--cc=olof@lixom.net \
--cc=rjui@broadcom.com \
--cc=robh+dt@kernel.org \
--cc=sbranden@broadcom.com \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).