[PATCH 0/2] bd718xx: Fix probing when built as a module

From: Guido GÃnther
Date: Mon Sep 30 2019 - 16:43:39 EST



Add MODULE_ALIAS("platform:<drivername>") so the drivers of the subdevices get
loaded with the mfd driver. Without that the regulator and clk drivers would
never be loaded when built as a module.


Guido GÃnther (2):
regulator: bd718x7: Add MODULE_ALIAS()
clk: bd718x7: Add MODULE_ALIAS()

drivers/clk/clk-bd718x7.c | 1 +
drivers/regulator/bd718x7-regulator.c | 1 +
2 files changed, 2 insertions(+)

--
2.23.0.rc1