mbox series

[v1,0/2] Add support for SM5703 MUIC unit

Message ID 20220312184156.24912-1-markuss.broks@gmail.com
Headers show
Series Add support for SM5703 MUIC unit | expand

Message

Markuss Broks March 12, 2022, 6:41 p.m. UTC
This series adds support for MUIC unit of Silicon Mitus SM5703 MFD.
The MUIC unit re-uses the register map of SM5502's MUIC unit.

Markuss Broks (2):
  dt-bindings: extcon: bindings for SM5703
  extcon: sm5502: Add support for SM5703

 .../devicetree/bindings/extcon/siliconmitus,sm5502-muic.yaml | 5 +++--
 drivers/extcon/Kconfig                                       | 2 +-
 drivers/extcon/extcon-sm5502.c                               | 2 ++
 3 files changed, 6 insertions(+), 3 deletions(-)

Comments

Krzysztof Kozlowski March 13, 2022, 9:28 a.m. UTC | #1
On 12/03/2022 19:41, Markuss Broks wrote:
> This patch adds device-tree bindings for Silicon Mitus SM5703 MUIC.
> 
> Signed-off-by: Markuss Broks <markuss.broks@gmail.com>
> ---
>  .../devicetree/bindings/extcon/siliconmitus,sm5502-muic.yaml | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)


Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>


Best regards,
Krzysztof