Hi Bartosz, Thank you for the patch. On 7/3/19 10:47 AM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> > > Define a MODULE_ALIAS() in the LED sub-driver for max77650 so that > the appropriate module gets loaded together with the core mfd driver. > > Signed-off-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> > --- > drivers/leds/leds-max77650.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/leds/leds-max77650.c b/drivers/leds/leds-max77650.c > index 6b74ce9cac12..70166cd3816c 100644 > --- a/drivers/leds/leds-max77650.c > +++ b/drivers/leds/leds-max77650.c > @@ -145,3 +145,4 @@ module_platform_driver(max77650_led_driver); > MODULE_DESCRIPTION("MAXIM 77650/77651 LED driver"); > MODULE_AUTHOR("Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>"); > MODULE_LICENSE("GPL v2"); > +MODULE_ALIAS("platform:max77650-led"); > Applied to for-5.4 branch of linux-leds.git. -- Best regards, Jacek Anaszewski