mbox series

[v2,0/2] RTQ6056: Add compatible for the same chip family

Message ID cover.1703762557.git.cy_huang@richtek.com
Headers show
Series RTQ6056: Add compatible for the same chip family | expand

Message

ChiYuan Huang Dec. 28, 2023, 11:29 a.m. UTC
From: ChiYuan Huang <cy_huang@richtek.com>

RTQ6053 and RTQ6059 are the same RTQ6056 family.
The differences are listed below
- RTQ6053
  Only change chip package type
- RTQ6059
  1. Enlarge the shunt voltage sensing range
  2. Shrink the pinout for VBUS sense pin
  3. Due to 1, the scale value is also changed

Since v2:
- Refine the description of 'compatible' property

ChiYuan Huang (2):
  dt-bindings: iio: adc: rtq6056: add support for the whole RTQ6056
    family
  iio: adc: rtq6056: Add support for the whole RTQ6056 family

 .../bindings/iio/adc/richtek,rtq6056.yaml     |   9 +-
 drivers/iio/adc/rtq6056.c                     | 264 +++++++++++++++++-
 2 files changed, 258 insertions(+), 15 deletions(-)