power: supply: olpc_battery: Use DT to get battery version
authorLubomir Rintel <lkundrak@v3.sk>
Thu, 18 Apr 2019 14:46:50 +0000 (16:46 +0200)
committerSebastian Reichel <sre@kernel.org>
Thu, 18 Apr 2019 19:52:31 +0000 (21:52 +0200)
commitf7a228eaf4f8aa54c223a763d80bed5dcb072499
treefc10d869d2e9f9b5462be6541052894b9cfdc093
parenta7a9bacb9a32f9cebe5feda2e33064440f52d61d
power: supply: olpc_battery: Use DT to get battery version

Avoid using the x86 OLPC platform specific call to get the board
version. That wouldn't work on FDT-based ARM MMP2 platform.

Add the XO 1.5 compatible string too. This is actually not completely
necessary as the battery nodes on XO 1.5 claim to be compatible with
"olpc,xo1-battery", but there are, in fact, differencies.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/olpc_battery.c