2020-12-11 17:08:58

by Yoshihiro Shimoda

[permalink] [raw]
Subject: [PATCH v2 02/10] mfd: rohm-generic: Add BD9571 and BD9574

Add chip IDs for BD9571MWV and BD9574MWF.

Signed-off-by: Yoshihiro Shimoda <[email protected]>
---
include/linux/mfd/rohm-generic.h | 2 ++
1 file changed, 2 insertions(+)

diff --git a/include/linux/mfd/rohm-generic.h b/include/linux/mfd/rohm-generic.h
index 4283b5b..affacf8 100644
--- a/include/linux/mfd/rohm-generic.h
+++ b/include/linux/mfd/rohm-generic.h
@@ -12,6 +12,8 @@ enum rohm_chip_type {
ROHM_CHIP_TYPE_BD71847,
ROHM_CHIP_TYPE_BD70528,
ROHM_CHIP_TYPE_BD71828,
+ ROHM_CHIP_TYPE_BD9571,
+ ROHM_CHIP_TYPE_BD9574,
ROHM_CHIP_TYPE_AMOUNT
};

--
2.7.4


2020-12-11 17:09:02

by Matti Vaittinen

[permalink] [raw]
Subject: Re: [PATCH v2 02/10] mfd: rohm-generic: Add BD9571 and BD9574


On Fri, 2020-12-11 at 20:27 +0900, Yoshihiro Shimoda wrote:
> Add chip IDs for BD9571MWV and BD9574MWF.
>
> Signed-off-by: Yoshihiro Shimoda <[email protected]>
> ---
> include/linux/mfd/rohm-generic.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/linux/mfd/rohm-generic.h
> b/include/linux/mfd/rohm-generic.h
> index 4283b5b..affacf8 100644
> --- a/include/linux/mfd/rohm-generic.h
> +++ b/include/linux/mfd/rohm-generic.h
> @@ -12,6 +12,8 @@ enum rohm_chip_type {
> ROHM_CHIP_TYPE_BD71847,
> ROHM_CHIP_TYPE_BD70528,
> ROHM_CHIP_TYPE_BD71828,
> + ROHM_CHIP_TYPE_BD9571,
> + ROHM_CHIP_TYPE_BD9574,
> ROHM_CHIP_TYPE_AMOUNT
> };
>


Just a note to Lee & Others:
This will probably conflict with the BD9573/BD9576 patch series (which
introduces those chip IDs here). Conflict should be trivial though.

With that note:
Reviewed-By: Matti Vaittinen <[email protected]>


--Matti