Re: [PATCH 1/2] schemas: i2c: Avoid extra characters in i2c nodename pattern

From: Rob Herring
Date: Tue Apr 01 2025 - 10:10:35 EST


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@xxxxxxxxxxx>
> ---
> dtschema/schemas/i2c/i2c-controller.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied.