* [PATCH] dt-bindings: bus: moxtet: Fix reference to SPI peripheral DT properties
@ 2023-01-29 12:35 Jonathan Neuschäfer
2023-01-29 12:57 ` Marek Behún
2023-01-30 22:16 ` Rob Herring
0 siblings, 2 replies; 4+ messages in thread
From: Jonathan Neuschäfer @ 2023-01-29 12:35 UTC (permalink / raw)
To: devicetree
Cc: Jonathan Neuschäfer, Marek Behún, Rob Herring,
Krzysztof Kozlowski, Mark Brown, Maxime Ripard, Pratyush Yadav,
linux-kernel
spi-bus.txt has been converted to YAML and the peripheral properties
have been moved to spi-controller.yaml.
Fixes: 0a1b929356830 ("spi: Add YAML schemas for the generic SPI options")
Fixes: 8762b07c95c18 ("spi: dt-bindings: add schema listing peripheral-specific properties")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
Documentation/devicetree/bindings/bus/moxtet.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/bus/moxtet.txt b/Documentation/devicetree/bindings/bus/moxtet.txt
index fb50fc8653368..d6bf929c00c4e 100644
--- a/Documentation/devicetree/bindings/bus/moxtet.txt
+++ b/Documentation/devicetree/bindings/bus/moxtet.txt
@@ -11,7 +11,7 @@ Required properties:
- #interrupt-cells : Has to be 1
For other required and optional properties of SPI slave nodes please refer to
-../spi/spi-bus.txt.
+../spi/spi-peripheral-props.yaml.
Required properties of subnodes:
- reg : Should be position on the Moxtet bus (how many Moxtet
--
2.39.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: bus: moxtet: Fix reference to SPI peripheral DT properties
2023-01-29 12:35 [PATCH] dt-bindings: bus: moxtet: Fix reference to SPI peripheral DT properties Jonathan Neuschäfer
@ 2023-01-29 12:57 ` Marek Behún
2023-01-30 22:16 ` Rob Herring
1 sibling, 0 replies; 4+ messages in thread
From: Marek Behún @ 2023-01-29 12:57 UTC (permalink / raw)
To: Jonathan Neuschäfer
Cc: devicetree, Rob Herring, Krzysztof Kozlowski, Mark Brown,
Maxime Ripard, Pratyush Yadav, linux-kernel
On Sun, 29 Jan 2023 13:35:53 +0100
Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote:
> spi-bus.txt has been converted to YAML and the peripheral properties
> have been moved to spi-controller.yaml.
>
> Fixes: 0a1b929356830 ("spi: Add YAML schemas for the generic SPI options")
> Fixes: 8762b07c95c18 ("spi: dt-bindings: add schema listing peripheral-specific properties")
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
> Documentation/devicetree/bindings/bus/moxtet.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/bus/moxtet.txt b/Documentation/devicetree/bindings/bus/moxtet.txt
> index fb50fc8653368..d6bf929c00c4e 100644
> --- a/Documentation/devicetree/bindings/bus/moxtet.txt
> +++ b/Documentation/devicetree/bindings/bus/moxtet.txt
> @@ -11,7 +11,7 @@ Required properties:
> - #interrupt-cells : Has to be 1
>
> For other required and optional properties of SPI slave nodes please refer to
> -../spi/spi-bus.txt.
> +../spi/spi-peripheral-props.yaml.
>
> Required properties of subnodes:
> - reg : Should be position on the Moxtet bus (how many Moxtet
> --
> 2.39.0
>
Acked-by: Marek Behún <kabel@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: bus: moxtet: Fix reference to SPI peripheral DT properties
2023-01-29 12:35 [PATCH] dt-bindings: bus: moxtet: Fix reference to SPI peripheral DT properties Jonathan Neuschäfer
2023-01-29 12:57 ` Marek Behún
@ 2023-01-30 22:16 ` Rob Herring
2023-01-31 20:52 ` Jonathan Neuschäfer
1 sibling, 1 reply; 4+ messages in thread
From: Rob Herring @ 2023-01-30 22:16 UTC (permalink / raw)
To: Jonathan Neuschäfer
Cc: devicetree, Marek Behún, Krzysztof Kozlowski, Mark Brown,
Maxime Ripard, Pratyush Yadav, linux-kernel
On Sun, Jan 29, 2023 at 01:35:53PM +0100, Jonathan Neuschäfer wrote:
> spi-bus.txt has been converted to YAML and the peripheral properties
> have been moved to spi-controller.yaml.
>
> Fixes: 0a1b929356830 ("spi: Add YAML schemas for the generic SPI options")
> Fixes: 8762b07c95c18 ("spi: dt-bindings: add schema listing peripheral-specific properties")
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
> Documentation/devicetree/bindings/bus/moxtet.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
I'm not really interested in fixes to .txt bindings. Fix it by
converting to schema if you want to. By my count, there's 37 other
cases, why just this one?
Rob
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: bus: moxtet: Fix reference to SPI peripheral DT properties
2023-01-30 22:16 ` Rob Herring
@ 2023-01-31 20:52 ` Jonathan Neuschäfer
0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Neuschäfer @ 2023-01-31 20:52 UTC (permalink / raw)
To: Rob Herring
Cc: Jonathan Neuschäfer, devicetree, Marek Behún,
Krzysztof Kozlowski, Mark Brown, Maxime Ripard, Pratyush Yadav,
linux-kernel
[-- Attachment #1: Type: text/plain, Size: 916 bytes --]
On Mon, Jan 30, 2023 at 04:16:26PM -0600, Rob Herring wrote:
> On Sun, Jan 29, 2023 at 01:35:53PM +0100, Jonathan Neuschäfer wrote:
> > spi-bus.txt has been converted to YAML and the peripheral properties
> > have been moved to spi-controller.yaml.
> >
> > Fixes: 0a1b929356830 ("spi: Add YAML schemas for the generic SPI options")
> > Fixes: 8762b07c95c18 ("spi: dt-bindings: add schema listing peripheral-specific properties")
> > Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> > ---
> > Documentation/devicetree/bindings/bus/moxtet.txt | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> I'm not really interested in fixes to .txt bindings. Fix it by
> converting to schema if you want to.
Fair enough.
> By my count, there's 37 other cases, why just this one?
Mainly because a patch to a large number of files seemed harder to
coordinate well.
Jonathan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-01-31 20:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-29 12:35 [PATCH] dt-bindings: bus: moxtet: Fix reference to SPI peripheral DT properties Jonathan Neuschäfer
2023-01-29 12:57 ` Marek Behún
2023-01-30 22:16 ` Rob Herring
2023-01-31 20:52 ` Jonathan Neuschäfer
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.