]> git.baikalelectronics.ru Git - uboot.git/commitdiff
drivers: power: pmic: Add support for rn5t568 PMIC
authorMartyn Welch <martyn.welch@collabora.com>
Tue, 25 Oct 2022 09:55:00 +0000 (10:55 +0100)
committerStefano Babic <sbabic@denx.de>
Mon, 7 Nov 2022 21:45:05 +0000 (22:45 +0100)
Add support for the rn5t568 PMIC to the rn5t567 driver.

Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
Reviewed-by: Jaehoon Chung <j80.chung@samsung.com>
drivers/power/pmic/rn5t567.c

index d9a8298ebbbd68868a79de4a7afd973c9218dd0d..9d103dd840578bcf549be799a5024f3b3f33c684 100644 (file)
@@ -53,6 +53,7 @@ static struct dm_pmic_ops rn5t567_ops = {
 
 static const struct udevice_id rn5t567_ids[] = {
        { .compatible = "ricoh,rn5t567" },
+       { .compatible = "ricoh,rn5t568" },
        { }
 };