|
@@ -1037,7 +1037,10 @@ static int bq2415x_power_supply_init(struct bq2415x_device *bq)
|
|
|
int ret;
|
|
|
int chip;
|
|
|
char revstr[8];
|
|
|
- struct power_supply_config psy_cfg = { .drv_data = bq, };
|
|
|
+ struct power_supply_config psy_cfg = {
|
|
|
+ .drv_data = bq,
|
|
|
+ .of_node = bq->dev->of_node,
|
|
|
+ };
|
|
|
|
|
|
bq->charger_desc.name = bq->name;
|
|
|
bq->charger_desc.type = POWER_SUPPLY_TYPE_USB;
|