drivers: power: pmic: Add support for rn5t568 PMIC

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>
This commit is contained in:
Martyn Welch
2022-10-25 10:55:00 +01:00
committed by Stefano Babic
parent c92c3a4453
commit da470ddbb3

View 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" },
{ }
};