]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
power: pmic: cpcap: add Mapphone and Mot compatibles
authorSvyatoslav Ryhel <clamor95@gmail.com>
Sat, 7 Feb 2026 10:00:34 +0000 (12:00 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Sun, 22 Mar 2026 12:58:57 +0000 (14:58 +0200)
Add Mapphone and Mot compatibles supported by Linux kernel.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/power/pmic/cpcap.c

index f2076afff4354321ee0c0f302214b5bf8fce4543..2fbbc7e80f0daa0185228b788e7c2c5011e67e8e 100644 (file)
@@ -112,6 +112,8 @@ static struct dm_pmic_ops cpcap_ops = {
 static const struct udevice_id cpcap_ids[] = {
        { .compatible = "motorola,cpcap" },
        { .compatible = "st,6556002" },
+       { .compatible = "motorola,mapphone-cpcap" },
+       { .compatible = "motorola,mot-cpcap" },
        { }
 };