* [PATCH 1/3] dt-bindings: mfd: syscon: Fix ti,j784s4-acspcie-proxy-ctrl compatible
@ 2025-01-03 17:39 Andrew Davis
2025-01-03 17:39 ` [PATCH 2/3] dt-bindings: mfd: syscon: Fix ti,j721e-acspcie-proxy-ctrl compatible Andrew Davis
2025-01-03 17:39 ` [PATCH 3/3] dt-bindings: mfd: syscon: Fix al,alpine-sysfabric-service compatible Andrew Davis
0 siblings, 2 replies; 6+ messages in thread
From: Andrew Davis @ 2025-01-03 17:39 UTC (permalink / raw)
To: Lee Jones, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Siddharth Vadapalli, Kevin Hilman, Romain Naour,
AngeloGioacchino Del Regno
Cc: devicetree, linux-kernel, Andrew Davis
This compatible was only added to the list for compatibility with older
dtschema (<2024.02). Add it to the other list also so both new and old
tools work.
Fixes: 0d078d47cd3e ("dt-bindings: mfd: syscon: Add ti,j784s4-acspcie-proxy-ctrl compatible")
Signed-off-by: Andrew Davis <afd@ti.com>
---
Documentation/devicetree/bindings/mfd/syscon.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml
index 348025870b0f7..e440ef57fc9b5 100644
--- a/Documentation/devicetree/bindings/mfd/syscon.yaml
+++ b/Documentation/devicetree/bindings/mfd/syscon.yaml
@@ -216,6 +216,7 @@ properties:
- ti,am62p-cpsw-mac-efuse
- ti,am654-dss-oldi-io-ctrl
- ti,am654-icssg-ctrl
+ - ti,j784s4-acspcie-proxy-ctrl
- ti,j784s4-pcie-ctrl
- ti,keystone-pllctrl
- const: syscon
--
2.39.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/3] dt-bindings: mfd: syscon: Fix ti,j721e-acspcie-proxy-ctrl compatible
2025-01-03 17:39 [PATCH 1/3] dt-bindings: mfd: syscon: Fix ti,j784s4-acspcie-proxy-ctrl compatible Andrew Davis
@ 2025-01-03 17:39 ` Andrew Davis
2025-01-03 17:39 ` [PATCH 3/3] dt-bindings: mfd: syscon: Fix al,alpine-sysfabric-service compatible Andrew Davis
1 sibling, 0 replies; 6+ messages in thread
From: Andrew Davis @ 2025-01-03 17:39 UTC (permalink / raw)
To: Lee Jones, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Siddharth Vadapalli, Kevin Hilman, Romain Naour,
AngeloGioacchino Del Regno
Cc: devicetree, linux-kernel, Andrew Davis
This compatible was only added to the list for compatibility with older
dtschema (<2024.02). Add it to the other list also so both new and old
tools work.
Fixes: 8dfc4a014086 ("dt-bindings: mfd: syscon: Add ti,j721e-acspcie-proxy-ctrl compatible")
Signed-off-by: Andrew Davis <afd@ti.com>
---
Documentation/devicetree/bindings/mfd/syscon.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml
index e440ef57fc9b5..dda489916bc54 100644
--- a/Documentation/devicetree/bindings/mfd/syscon.yaml
+++ b/Documentation/devicetree/bindings/mfd/syscon.yaml
@@ -216,6 +216,7 @@ properties:
- ti,am62p-cpsw-mac-efuse
- ti,am654-dss-oldi-io-ctrl
- ti,am654-icssg-ctrl
+ - ti,j721e-acspcie-proxy-ctrl
- ti,j784s4-acspcie-proxy-ctrl
- ti,j784s4-pcie-ctrl
- ti,keystone-pllctrl
--
2.39.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/3] dt-bindings: mfd: syscon: Fix al,alpine-sysfabric-service compatible
2025-01-03 17:39 [PATCH 1/3] dt-bindings: mfd: syscon: Fix ti,j784s4-acspcie-proxy-ctrl compatible Andrew Davis
2025-01-03 17:39 ` [PATCH 2/3] dt-bindings: mfd: syscon: Fix ti,j721e-acspcie-proxy-ctrl compatible Andrew Davis
@ 2025-01-03 17:39 ` Andrew Davis
1 sibling, 0 replies; 6+ messages in thread
From: Andrew Davis @ 2025-01-03 17:39 UTC (permalink / raw)
To: Lee Jones, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Siddharth Vadapalli, Kevin Hilman, Romain Naour,
AngeloGioacchino Del Regno
Cc: devicetree, linux-kernel, Andrew Davis
This compatible seems to be missing the last 'e', looks to be a typo
when creating this file. Noticed this when diff'ing the two compatible
lists (which should stay in sync).
Fixes: f97b0435c857 ("dt-bindings: mfd: syscon: Split and enforce documenting MFD children")
Signed-off-by: Andrew Davis <afd@ti.com>
---
Documentation/devicetree/bindings/mfd/syscon.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml
index dda489916bc54..acdc001c296ef 100644
--- a/Documentation/devicetree/bindings/mfd/syscon.yaml
+++ b/Documentation/devicetree/bindings/mfd/syscon.yaml
@@ -27,7 +27,7 @@ select:
compatible:
contains:
enum:
- - al,alpine-sysfabric-servic
+ - al,alpine-sysfabric-service
- allwinner,sun8i-a83t-system-controller
- allwinner,sun8i-h3-system-controller
- allwinner,sun8i-v3s-system-controller
--
2.39.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/3] dt-bindings: mfd: syscon: Fix al,alpine-sysfabric-service compatible
2025-01-03 17:45 [PATCH 0/3] dt-bindings: mfd: syscon: Sync compatible lists Andrew Davis
@ 2025-01-03 17:45 ` Andrew Davis
2025-01-03 17:47 ` Siddharth Vadapalli
2025-01-04 9:26 ` Krzysztof Kozlowski
0 siblings, 2 replies; 6+ messages in thread
From: Andrew Davis @ 2025-01-03 17:45 UTC (permalink / raw)
To: Lee Jones, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Siddharth Vadapalli, Kevin Hilman, Romain Naour,
AngeloGioacchino Del Regno
Cc: devicetree, linux-kernel, Andrew Davis
This compatible seems to be missing the last 'e', looks to be a typo
when creating this file. Noticed this when diff'ing the two compatible
lists (which should stay in sync).
Fixes: f97b0435c857 ("dt-bindings: mfd: syscon: Split and enforce documenting MFD children")
Signed-off-by: Andrew Davis <afd@ti.com>
---
Documentation/devicetree/bindings/mfd/syscon.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml
index 1f3e67f432e7b..5eb0cfe1f0b89 100644
--- a/Documentation/devicetree/bindings/mfd/syscon.yaml
+++ b/Documentation/devicetree/bindings/mfd/syscon.yaml
@@ -27,7 +27,7 @@ select:
compatible:
contains:
enum:
- - al,alpine-sysfabric-servic
+ - al,alpine-sysfabric-service
- allwinner,sun8i-a83t-system-controller
- allwinner,sun8i-h3-system-controller
- allwinner,sun8i-v3s-system-controller
--
2.39.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 3/3] dt-bindings: mfd: syscon: Fix al,alpine-sysfabric-service compatible
2025-01-03 17:45 ` [PATCH 3/3] dt-bindings: mfd: syscon: Fix al,alpine-sysfabric-service compatible Andrew Davis
@ 2025-01-03 17:47 ` Siddharth Vadapalli
2025-01-04 9:26 ` Krzysztof Kozlowski
1 sibling, 0 replies; 6+ messages in thread
From: Siddharth Vadapalli @ 2025-01-03 17:47 UTC (permalink / raw)
To: Andrew Davis
Cc: Lee Jones, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Siddharth Vadapalli, Kevin Hilman, Romain Naour,
AngeloGioacchino Del Regno, devicetree, linux-kernel
On Fri, Jan 03, 2025 at 11:45:24AM -0600, Andrew Davis wrote:
> This compatible seems to be missing the last 'e', looks to be a typo
> when creating this file. Noticed this when diff'ing the two compatible
> lists (which should stay in sync).
>
> Fixes: f97b0435c857 ("dt-bindings: mfd: syscon: Split and enforce documenting MFD children")
> Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Regards,
Siddharth.
> ---
> Documentation/devicetree/bindings/mfd/syscon.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml
> index 1f3e67f432e7b..5eb0cfe1f0b89 100644
> --- a/Documentation/devicetree/bindings/mfd/syscon.yaml
> +++ b/Documentation/devicetree/bindings/mfd/syscon.yaml
> @@ -27,7 +27,7 @@ select:
> compatible:
> contains:
> enum:
> - - al,alpine-sysfabric-servic
> + - al,alpine-sysfabric-service
> - allwinner,sun8i-a83t-system-controller
> - allwinner,sun8i-h3-system-controller
> - allwinner,sun8i-v3s-system-controller
> --
> 2.39.2
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 3/3] dt-bindings: mfd: syscon: Fix al,alpine-sysfabric-service compatible
2025-01-03 17:45 ` [PATCH 3/3] dt-bindings: mfd: syscon: Fix al,alpine-sysfabric-service compatible Andrew Davis
2025-01-03 17:47 ` Siddharth Vadapalli
@ 2025-01-04 9:26 ` Krzysztof Kozlowski
1 sibling, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2025-01-04 9:26 UTC (permalink / raw)
To: Andrew Davis
Cc: Lee Jones, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Siddharth Vadapalli, Kevin Hilman, Romain Naour,
AngeloGioacchino Del Regno, devicetree, linux-kernel
On Fri, Jan 03, 2025 at 11:45:24AM -0600, Andrew Davis wrote:
> This compatible seems to be missing the last 'e', looks to be a typo
> when creating this file. Noticed this when diff'ing the two compatible
> lists (which should stay in sync).
>
> Fixes: f97b0435c857 ("dt-bindings: mfd: syscon: Split and enforce documenting MFD children")
> Signed-off-by: Andrew Davis <afd@ti.com>
> ---
> Documentation/devicetree/bindings/mfd/syscon.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-01-04 9:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-03 17:39 [PATCH 1/3] dt-bindings: mfd: syscon: Fix ti,j784s4-acspcie-proxy-ctrl compatible Andrew Davis
2025-01-03 17:39 ` [PATCH 2/3] dt-bindings: mfd: syscon: Fix ti,j721e-acspcie-proxy-ctrl compatible Andrew Davis
2025-01-03 17:39 ` [PATCH 3/3] dt-bindings: mfd: syscon: Fix al,alpine-sysfabric-service compatible Andrew Davis
-- strict thread matches above, loose matches on Subject: below --
2025-01-03 17:45 [PATCH 0/3] dt-bindings: mfd: syscon: Sync compatible lists Andrew Davis
2025-01-03 17:45 ` [PATCH 3/3] dt-bindings: mfd: syscon: Fix al,alpine-sysfabric-service compatible Andrew Davis
2025-01-03 17:47 ` Siddharth Vadapalli
2025-01-04 9:26 ` Krzysztof Kozlowski
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).