All of lore.kernel.org
 help / color / mirror / Atom feed
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 4/4] dt-bindings: soc: microchip: use absolute path to other schema
Date: Tue, 26 Jul 2022 14:19:05 +0000	[thread overview]
Message-ID: <af0c5563-8e62-8909-61d3-476c1f36b074@microchip.com> (raw)
In-Reply-To: <20220726115841.101249-4-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
> 
> Absolute path to other DT schema is preferred over relative one.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>


> ---
>  .../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:
> --
> 2.34.1
> 


WARNING: multiple messages have this Message-ID (diff)
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 4/4] dt-bindings: soc: microchip: use absolute path to other schema
Date: Tue, 26 Jul 2022 14:19:05 +0000	[thread overview]
Message-ID: <af0c5563-8e62-8909-61d3-476c1f36b074@microchip.com> (raw)
In-Reply-To: <20220726115841.101249-4-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
> 
> Absolute path to other DT schema is preferred over relative one.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>


> ---
>  .../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:
> --
> 2.34.1
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-07-26 14:19 UTC|newest]

Thread overview: 27+ 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 ` 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 11:58   ` Krzysztof Kozlowski
2022-07-26 15:59   ` Florian Fainelli
2022-07-26 15:59     ` Florian Fainelli
2022-07-26 17:31     ` Krzysztof Kozlowski
2022-07-26 17:31       ` Krzysztof Kozlowski
2022-08-04 18:11       ` Florian Fainelli
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 11:58   ` Krzysztof Kozlowski
2022-07-26 13:52   ` Conor.Dooley
2022-07-26 13:52     ` Conor.Dooley
2022-07-26 14:13   ` Claudiu.Beznea
2022-07-26 14:13     ` Claudiu.Beznea
2022-07-27  7:54   ` Claudiu.Beznea
2022-07-27  7:54     ` Claudiu.Beznea
2022-07-26 11:58 ` [PATCH 4/4] dt-bindings: soc: microchip: use absolute path to other schema Krzysztof Kozlowski
2022-07-26 11:58   ` Krzysztof Kozlowski
2022-07-26 14:19   ` Claudiu.Beznea [this message]
2022-07-26 14:19     ` Claudiu.Beznea
2022-07-27  7:54   ` 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
2022-07-26 15:58   ` Florian Fainelli
2022-07-27 14:50 ` patchwork-bot+linux-soc

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=af0c5563-8e62-8909-61d3-476c1f36b074@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.