On Mon, May 06, 2024 at 06:25:06PM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > Since kernel commit 840a97e2fbaf ("gpio: sim: delimit the fwnode name > with a ":" when generating labels") the gpio-sim automatic labels are > generated by delimiting the device name and the fwnode name with ':' > instead of '-' for better readability. This will break the tests once > linux v6.9 is out. Act in advance and accept both forms. > Fair enough. Reviewed-by: Kent Gibson <warthog618@xxxxxxxxx> Cheers, Kent.