]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
max17042: propagate of_node to power supply device
authorPierre Bourdon <delroth@google.com>
Tue, 20 Feb 2018 15:03:18 +0000 (16:03 +0100)
committerSebastian Reichel <sre@kernel.org>
Mon, 12 Mar 2018 13:29:52 +0000 (14:29 +0100)
max17042_get_status uses the core power_supply_am_i_supplied. That
function relies on DT properties to figure out the power supply
topology, and will error out without DT.

Fixes max17042 battery status being reported as "unknown".

Signed-off-by: Pierre Bourdon <delroth@google.com>
Signed-off-by: Andre Heider <a.heider@gmail.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
drivers/power/supply/max17042_battery.c

index 35dde81b1c9b35a8959c50d63e69596491a094c2..1a568df383db8f1b2dec7525d96a5428683d4ec8 100644 (file)
@@ -1053,6 +1053,7 @@ static int max17042_probe(struct i2c_client *client,
 
        i2c_set_clientdata(client, chip);
        psy_cfg.drv_data = chip;
+       psy_cfg.of_node = dev->of_node;
 
        /* When current is not measured,
         * CURRENT_NOW and CURRENT_AVG properties should be invisible. */