Re: [PATCH] dt-bindings: mux: restrict node name suffixes
From: Peter Rosin
Date: Tue Jan 09 2024 - 10:32:44 EST
2024-01-09 at 16:23, Peter Rosin wrote:
> Hi!
>
> 2024-01-09 at 09:25, Krzysztof Kozlowski wrote:
>> Make the pattern matching node names a bit stricter to improve DTS
>> consistency. The pattern is restricted to -N suffixes to decimal
>> numbers.
>
> Maybe I'm confused, but how is that compatible with the hex I2C
> address in Documentation/devicetree/bindings/mux/adi,adg792a.txt?
>
> &i2c0 {
> mux: mux-controller@50 {
> compatible = "adi,adg792a";
I'm was indeed confused. The @-tail is .* and the decimal digits have
nothing to do with the address. Sorry for the noise...
Acked-by: Peter Rosin <peda@xxxxxxxxxx>
Cheers,
Peter