Searched full:bq24250 (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | bq24257.yaml | 8 title: Bq24250, bq24251 and bq24257 Li-Ion Charger 19 - ti,bq24250 112 compatible = "ti,bq24250";
|
/linux/drivers/power/supply/ |
H A D | bq24257_charger.c | 8 * https://www.ti.com/product/bq24250 39 BQ24250, enumerator 999 * The BQ24250 doesn't support the D+/D- based charger type detection in bq24257_probe() 1003 if (bq->info->chip == BQ24250) in bq24257_probe() 1011 * The BQ24250 doesn't have a dedicated Power Good (PG) pin so let's in bq24257_probe() 1016 if (bq->info->chip != BQ24250) in bq24257_probe() 1121 .name = "bq24250", 1122 .chip = BQ24250, 1136 { "bq24250", (kernel_ulong_t)&bq24250_info }, 1144 { .compatible = "ti,bq24250", [all...] |