On 9/16/22 19:24, Martyn Welch wrote:
> From: Martyn Welch <martyn.we...@collabora.com>
> 
> Add support for the rn5t568 PMIC to the rn5t567 driver.
> 
> Signed-off-by: Martyn Welch <martyn.we...@collabora.com>


Reviewed-by: Jaehoon Chung <jh80.ch...@samsung.com>

Best Regards,
Jaehoon Chung

> ---
> 
> Changes in v2:
>  - None
> 
> Changes in v3:
>  - 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" },
>       { }
>  };
>  

Reply via email to