imx6: use upstream gateworks board names
[openwrt.git] / target / linux / imx6 / patches-3.10 / 0024-regulator-pfuze100-Fix-module-alias-prefix.patch
1 From: Axel Lin <axel.lin@ingics.com>
2 Subject: [PATCH] regulator: pfuze100: Fix module alias prefix
3
4 i2c drivers use "i2c:" prefix for module alias.
5
6 Signed-off-by: Axel Lin <axel.lin@ingics.com>
7 Signed-off-by: Mark Brown <broonie@linaro.org>
8 ---
9  drivers/regulator/pfuze100-regulator.c | 2 +-
10  1 file changed, 1 insertion(+), 1 deletion(-)
11
12 --- a/drivers/regulator/pfuze100-regulator.c
13 +++ b/drivers/regulator/pfuze100-regulator.c
14 @@ -452,4 +452,4 @@ module_i2c_driver(pfuze_driver);
15  MODULE_AUTHOR("Robin Gong <b38343@freescale.com>");
16  MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100 PMIC");
17  MODULE_LICENSE("GPL v2");
18 -MODULE_ALIAS("pfuze100-regulator");
19 +MODULE_ALIAS("i2c:pfuze100-regulator");