* [PATCH v2] dt-bindings: bus: allwinner,sun50i-a64-de2: don't check node names
@ 2025-10-09 18:37 Wolfram Sang
2025-10-10 18:46 ` Rob Herring (Arm)
0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2025-10-09 18:37 UTC (permalink / raw)
To: linux-renesas-soc
Cc: Wolfram Sang, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Chen-Yu Tsai, Jernej Skrabec, Samuel Holland, Maxime Ripard,
devicetree, linux-arm-kernel, linux-sunxi
Node names are already and properly checked by the core schema. No need
to do it again.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
Changes since v1:
* dropped superfluous '^.*' from the regex
.../devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml b/Documentation/devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml
index 9845a187bdf6..ff8dbc684bbc 100644
--- a/Documentation/devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml
+++ b/Documentation/devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml
@@ -44,7 +44,7 @@ properties:
patternProperties:
# All other properties should be child nodes with unit-address and 'reg'
- "^[a-zA-Z][a-zA-Z0-9,+\\-._]{0,63}@[0-9a-fA-F]+$":
+ "@[0-9a-fA-F]+$":
type: object
additionalProperties: true
properties:
--
2.47.2
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH v2] dt-bindings: bus: allwinner,sun50i-a64-de2: don't check node names
2025-10-09 18:37 [PATCH v2] dt-bindings: bus: allwinner,sun50i-a64-de2: don't check node names Wolfram Sang
@ 2025-10-10 18:46 ` Rob Herring (Arm)
0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring (Arm) @ 2025-10-10 18:46 UTC (permalink / raw)
To: Wolfram Sang
Cc: linux-sunxi, Krzysztof Kozlowski, Conor Dooley, linux-arm-kernel,
Samuel Holland, linux-renesas-soc, Jernej Skrabec, Chen-Yu Tsai,
devicetree, Maxime Ripard
On Thu, 09 Oct 2025 20:37:43 +0200, Wolfram Sang wrote:
> Node names are already and properly checked by the core schema. No need
> to do it again.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
> Changes since v1:
> * dropped superfluous '^.*' from the regex
>
> .../devicetree/bindings/bus/allwinner,sun50i-a64-de2.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-10 18:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-09 18:37 [PATCH v2] dt-bindings: bus: allwinner,sun50i-a64-de2: don't check node names Wolfram Sang
2025-10-10 18:46 ` Rob Herring (Arm)
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).