mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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:
committed by
Stefano Babic
parent
c92c3a4453
commit
da470ddbb3
@@ -53,6 +53,7 @@ static struct dm_pmic_ops rn5t567_ops = {
|
||||
|
||||
static const struct udevice_id rn5t567_ids[] = {
|
||||
{ .compatible = "ricoh,rn5t567" },
|
||||
{ .compatible = "ricoh,rn5t568" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user