]> git.karo-electronics.de Git - karo-tx-linux.git/commit
power: supply: cpcap-charger: Fix charger name
authorTony Lindgren <tony@atomide.com>
Thu, 4 May 2017 00:15:29 +0000 (17:15 -0700)
committerSebastian Reichel <sre@kernel.org>
Thu, 4 May 2017 15:51:32 +0000 (17:51 +0200)
commit4f700a5285dc8f9dde4ad02542bc42fe9f97cfcf
tree68e5ae19563652efe777da6b802d8fb2b5f6a998
parent50730eb367147dc96394d25b3f55c33595663b6f
power: supply: cpcap-charger: Fix charger name

I noticed we have a different name from what Android is using.
Let's not break the /sys/class/power user space interface here
and use the same naming as Android has.

On Android we have the following for droid 4:

$ ls /sys/class/power_supply/
ac battery usb

So let's use the usb naming here for charger too.

Fixes: 0c9888e3c192 ("power: supply: cpcap-charger: Add minimal
CPCAP PMIC battery charger")
Cc: Marcel Partap <mpartap@gmx.net>
Cc: Michael Scott <michael.scott@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
drivers/power/supply/cpcap-charger.c