[PATCH v4 3/5] drivers: power: pmic: Add support for rn5t568 PMIC

Martyn Welch martyn.welch at collabora.com
Tue Oct 4 13:07:48 CEST 2022


Add support for the rn5t568 PMIC to the rn5t567 driver.

Signed-off-by: Martyn Welch <martyn.welch at collabora.com>
---

Changes in v2:
 - None

Changes in v3:
 - None

Changes in v4:
 - None

 drivers/power/pmic/rn5t567.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/power/pmic/rn5t567.c b/drivers/power/pmic/rn5t567.c
index d9a8298ebb..9d103dd840 100644
--- a/drivers/power/pmic/rn5t567.c
+++ b/drivers/power/pmic/rn5t567.c
@@ -53,6 +53,7 @@ static struct dm_pmic_ops rn5t567_ops = {
 
 static const struct udevice_id rn5t567_ids[] = {
 	{ .compatible = "ricoh,rn5t567" },
+	{ .compatible = "ricoh,rn5t568" },
 	{ }
 };
 
-- 
2.35.1



More information about the U-Boot mailing list