mfd: tps65217: Add battery charger as subdevice
authorEnric Balletbo i Serra <eballetbo@gmail.com>
Tue, 8 Sep 2015 08:09:39 +0000 (10:09 +0200)
committerLee Jones <lee.jones@linaro.org>
Mon, 26 Oct 2015 14:49:08 +0000 (14:49 +0000)
Add tps65217 battery charger subdevice.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/tps65217.c

index 55add0453ae9ba642b8570f9f003007857607eda..d32b54426b70a3d8baf47cc9a5e47f609b5c19d1 100644 (file)
@@ -39,6 +39,10 @@ static const struct mfd_cell tps65217s[] = {
                .name = "tps65217-bl",
                .of_compatible = "ti,tps65217-bl",
        },
+       {
+               .name = "tps65217-charger",
+               .of_compatible = "ti,tps65217-charger",
+       },
 };
 
 /**
This page took 0.026641 seconds and 5 git commands to generate.