On Tue, Apr 01, 2025 at 10:10:39AM +0200, Herve Codina wrote:
> Current nodename pattern doesn't limit the end of name for an i2c node.
> It can match 'i2c@10-foo'.
>
> In order to avoid matching to an incorrect name, avoid any extra
> characters in nodename pattern.
>
> Signed-off-by: Herve Codina <herve.codina@bootlin.com>
> ---
> dtschema/schemas/i2c/i2c-controller.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied.