Re: [PATCH 10/13] gpio: qcom_pmic: Add support for GPIO LV/MV subtype

2022-08-26 Thread Tom Rini
On Thu, Aug 04, 2022 at 07:57:18PM +0530, Sumit Garg wrote: > GPIO LV (low voltage)/MV (medium voltage) subtypes have different > features and register mappings than 4CH/8CH subtypes. Add support > for LV and MV subtypes. > > With GPIO LV/MV subtype available, add "qcom,pms405-gpio" compatible >

[PATCH 10/13] gpio: qcom_pmic: Add support for GPIO LV/MV subtype

2022-08-04 Thread Sumit Garg
GPIO LV (low voltage)/MV (medium voltage) subtypes have different features and register mappings than 4CH/8CH subtypes. Add support for LV and MV subtypes. With GPIO LV/MV subtype available, add "qcom,pms405-gpio" compatible which requires support for GPIO MV subtype. Signed-off-by: Sumit Garg