On Thu, Oct 17, 2024 at 11:11:19PM +0200, Marek Vasut wrote: > Bindings expect pin configuration nodes in pinctrl to match certain > naming and not be part of another fake node: > > pinctrl@30330000: '...' does not match any of the regexes: 'grp$', 'pinctrl-[0-9]+' > > Drop the wrapping node and adjust the names to have "grp" prefix. > Diff looks big but this should have no functional impact, use e.g. > git show -w to view the diff. > > Signed-off-by: Marek Vasut <marex@xxxxxxx> Applied all DTS patches, thanks!