diff options
| author | Martyn Welch <[email protected]> | 2022-10-25 10:55:00 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-11-07 22:45:05 +0100 |
| commit | da470ddbb3b83ae4f8ce0de5ed33eb69f426c69a (patch) | |
| tree | bf9845b1ec9e02e6cf1b883c9e82fb66ddfee6ba | |
| parent | c92c3a4453b86d977b529b9c48db94a2a1b0b8d0 (diff) | |
drivers: power: pmic: Add support for rn5t568 PMIC
Add support for the rn5t568 PMIC to the rn5t567 driver.
Signed-off-by: Martyn Welch <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]>
| -rw-r--r-- | drivers/power/pmic/rn5t567.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/pmic/rn5t567.c b/drivers/power/pmic/rn5t567.c index d9a8298ebbb..9d103dd8405 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" }, { } }; |
