All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: soc: samsung: usi: refer to dtschema for SPI
@ 2022-03-24 13:41 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-24 13:41 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, Sam Protsenko,
	devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel

After adding DT schema for Samsung SPI controller, the Samsung USI
bindings can reference it directly for proper schema validation.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml
index ea9c233052f3..58fd858530cc 100644
--- a/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml
+++ b/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml
@@ -73,7 +73,7 @@ patternProperties:
     description: Child node describing underlying UART/serial
 
   "^spi@[0-9a-f]+$":
-    type: object
+    $ref: /schemas/spi/samsung,spi.yaml
     description: Child node describing underlying SPI
 
 required:
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] dt-bindings: soc: samsung: usi: refer to dtschema for SPI
@ 2022-03-24 13:41 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-24 13:41 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, Sam Protsenko,
	devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel

After adding DT schema for Samsung SPI controller, the Samsung USI
bindings can reference it directly for proper schema validation.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml
index ea9c233052f3..58fd858530cc 100644
--- a/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml
+++ b/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml
@@ -73,7 +73,7 @@ patternProperties:
     description: Child node describing underlying UART/serial
 
   "^spi@[0-9a-f]+$":
-    type: object
+    $ref: /schemas/spi/samsung,spi.yaml
     description: Child node describing underlying SPI
 
 required:
-- 
2.32.0


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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] dt-bindings: soc: samsung: usi: refer to dtschema for SPI
  2022-03-24 13:41 ` Krzysztof Kozlowski
@ 2022-04-01  0:21   ` Rob Herring
  -1 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2022-04-01  0:21 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-samsung-soc, Rob Herring, Alim Akhtar, Sam Protsenko,
	linux-arm-kernel, linux-kernel, devicetree

On Thu, 24 Mar 2022 14:41:06 +0100, Krzysztof Kozlowski wrote:
> After adding DT schema for Samsung SPI controller, the Samsung USI
> bindings can reference it directly for proper schema validation.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] dt-bindings: soc: samsung: usi: refer to dtschema for SPI
@ 2022-04-01  0:21   ` Rob Herring
  0 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2022-04-01  0:21 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-samsung-soc, Rob Herring, Alim Akhtar, Sam Protsenko,
	linux-arm-kernel, linux-kernel, devicetree

On Thu, 24 Mar 2022 14:41:06 +0100, Krzysztof Kozlowski wrote:
> After adding DT schema for Samsung SPI controller, the Samsung USI
> bindings can reference it directly for proper schema validation.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] dt-bindings: soc: samsung: usi: refer to dtschema for SPI
  2022-04-01  0:21   ` Rob Herring
@ 2022-04-04 15:33     ` Sam Protsenko
  -1 siblings, 0 replies; 8+ messages in thread
From: Sam Protsenko @ 2022-04-04 15:33 UTC (permalink / raw)
  To: Rob Herring
  Cc: Krzysztof Kozlowski, linux-samsung-soc, Rob Herring, Alim Akhtar,
	linux-arm-kernel, linux-kernel, devicetree

On Fri, 1 Apr 2022 at 03:21, Rob Herring <robh@kernel.org> wrote:
>
> On Thu, 24 Mar 2022 14:41:06 +0100, Krzysztof Kozlowski wrote:
> > After adding DT schema for Samsung SPI controller, the Samsung USI
> > bindings can reference it directly for proper schema validation.
> >
> > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> > ---

Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>

> >  Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
>
> Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] dt-bindings: soc: samsung: usi: refer to dtschema for SPI
@ 2022-04-04 15:33     ` Sam Protsenko
  0 siblings, 0 replies; 8+ messages in thread
From: Sam Protsenko @ 2022-04-04 15:33 UTC (permalink / raw)
  To: Rob Herring
  Cc: Krzysztof Kozlowski, linux-samsung-soc, Rob Herring, Alim Akhtar,
	linux-arm-kernel, linux-kernel, devicetree

On Fri, 1 Apr 2022 at 03:21, Rob Herring <robh@kernel.org> wrote:
>
> On Thu, 24 Mar 2022 14:41:06 +0100, Krzysztof Kozlowski wrote:
> > After adding DT schema for Samsung SPI controller, the Samsung USI
> > bindings can reference it directly for proper schema validation.
> >
> > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> > ---

Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>

> >  Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
>
> Acked-by: Rob Herring <robh@kernel.org>

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] dt-bindings: soc: samsung: usi: refer to dtschema for SPI
  2022-03-24 13:41 ` Krzysztof Kozlowski
@ 2022-04-06 15:41   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-06 15:41 UTC (permalink / raw)
  To: Alim Akhtar, Rob Herring, Krzysztof Kozlowski, linux-arm-kernel,
	Sam Protsenko, linux-kernel, devicetree, linux-samsung-soc
  Cc: Krzysztof Kozlowski

On Thu, 24 Mar 2022 14:41:06 +0100, Krzysztof Kozlowski wrote:
> After adding DT schema for Samsung SPI controller, the Samsung USI
> bindings can reference it directly for proper schema validation.
> 
> 

Applied, thanks!

[1/1] dt-bindings: soc: samsung: usi: refer to dtschema for SPI
      commit: db85474594609fc6f6a37fe5d5001fa9341971ed

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] dt-bindings: soc: samsung: usi: refer to dtschema for SPI
@ 2022-04-06 15:41   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-06 15:41 UTC (permalink / raw)
  To: Alim Akhtar, Rob Herring, Krzysztof Kozlowski, linux-arm-kernel,
	Sam Protsenko, linux-kernel, devicetree, linux-samsung-soc
  Cc: Krzysztof Kozlowski

On Thu, 24 Mar 2022 14:41:06 +0100, Krzysztof Kozlowski wrote:
> After adding DT schema for Samsung SPI controller, the Samsung USI
> bindings can reference it directly for proper schema validation.
> 
> 

Applied, thanks!

[1/1] dt-bindings: soc: samsung: usi: refer to dtschema for SPI
      commit: db85474594609fc6f6a37fe5d5001fa9341971ed

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-04-06 17:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-24 13:41 [PATCH] dt-bindings: soc: samsung: usi: refer to dtschema for SPI Krzysztof Kozlowski
2022-03-24 13:41 ` Krzysztof Kozlowski
2022-04-01  0:21 ` Rob Herring
2022-04-01  0:21   ` Rob Herring
2022-04-04 15:33   ` Sam Protsenko
2022-04-04 15:33     ` Sam Protsenko
2022-04-06 15:41 ` Krzysztof Kozlowski
2022-04-06 15:41   ` Krzysztof Kozlowski

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.