power: bq24190: Add BQ24193 support
authorAaron Kling <webgeek1234@gmail.com>
Tue, 22 Apr 2025 04:27:34 +0000 (23:27 -0500)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Sun, 27 Apr 2025 23:22:39 +0000 (01:22 +0200)
commitafe5301bfbaa0692811da3ba5f8769f599f7ff3f
tree33bedf84bad58f59fcb09de521234e8961261c35
parent6133b98d39e8bdb7c4d9211e9f00e9580a7d2d11
power: bq24190: Add BQ24193 support

The BQ24193 is most similar to the BQ24192. This is used in many Nvidia
Tegra devices such as the SHIELD Portable. This variant works as-is with
the existing BQ24192 code, but cannot be probed with a simple fallback
compatible to ti,bq24192. So add it same as how BQ24196 is handled.

Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
Link: https://lore.kernel.org/r/20250421-bq24193-v1-2-f125ef396d24@gmail.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/bq24190_charger.c