Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mfd: rt5033: Drop rt5033-battery sub-device

The fuel gauge in the RT5033 PMIC (rt5033-battery) has its own I2C bus
and interrupt lines. Therefore, it is not part of the MFD device
and needs to be specified separately in the device tree.

Fixes: 0b271258544b ("mfd: rt5033: Add Richtek RT5033 driver core.")
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Signed-off-by: Jakob Hauser <jahau@rocketmail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/6a8a19bc67b5be3732882e8131ad2ffcb546ac03.1684182964.git.jahau@rocketmail.com

authored by

Stephan Gerhold and committed by
Lee Jones
43db1344 ac9a7868

-3
-3
drivers/mfd/rt5033.c
··· 41 41 .name = "rt5033-charger", 42 42 .of_compatible = "richtek,rt5033-charger", 43 43 }, { 44 - .name = "rt5033-battery", 45 - .of_compatible = "richtek,rt5033-battery", 46 - }, { 47 44 .name = "rt5033-led", 48 45 .of_compatible = "richtek,rt5033-led", 49 46 },