Re: [PATCH] dt-bindings: iio: adc: rockchip-saradc: Fix RV1106 compatible
Jonathan Cameron <[email protected]>
| Newsgroups | org.infradead.lists.linux-rockchip,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260822001617.0f94109f@jic23-huawei> |
On Fri, 21 Aug 2026 12:30:00 +0300 "Vladislav Leonov" <[email protected]> wrote: > On Friday, August 21, 2026 10:27 MSK, Krzysztof Kozlowski <[email protected]> wrote: > > > On Sun, Aug 16, 2026 at 02:36:36PM +0300, Vladislav Leonov wrote: > > > rockchip,rv1106-saradc was folded into the fallback enum together > > > with rockchip,rk3576-saradc, falling back to rockchip,rk3588-saradc. > > > The two IP blocks are not equivalent, though: per the RV1106 TRM v0.3, > > > chapter 20 (SAR-ADC), RV1106 only has 2 channels at 10-bit resolution, > > > versus 8 channels at 12-bit on RK3588. Documenting it as falling back > > > to rk3588-saradc allows device trees that would bind against the wrong > > > channel table and report an incorrect voltage scale. > > > > > > Remove rockchip,rv1106-saradc from the RK3588 fallback enum and give > > > it its own standalone compatible entry, matching the dedicated match > > > table entry added by the driver patch. > > > > > > Fixes: bdba14f6122c ("dt-bindings: iio: adc: rockchip-saradc: Add RV1106 compatible") > > > Link: https://lore.kernel.org/all/[email protected] > > > Signed-off-by: Vladislav Leonov <[email protected]> > > > --- > > > .../devicetree/bindings/iio/adc/rockchip-saradc.yaml | 5 ++--- > > > 1 file changed, 2 insertions(+), 3 deletions(-) > > > > > > diff --git a/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml b/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml > > > index f0551d665916..dc56855527b8 100644 > > > --- a/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml > > > +++ b/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml > > > @@ -22,9 +22,7 @@ properties: > > > - const: rockchip,rk3562-saradc > > > - const: rockchip,rk3588-saradc > > > - items: > > > - - enum: > > > - - rockchip,rk3576-saradc > > > - - rockchip,rv1106-saradc > > > + - const: rockchip,rk3576-saradc > > > - const: rockchip,rk3588-saradc > > > - items: > > > - enum: > > > @@ -35,6 +33,7 @@ properties: > > > - rockchip,rv1108-saradc > > > - rockchip,rv1126-saradc > > > - const: rockchip,rk3399-saradc > > > + - const: rockchip,rv1106-saradc > > > > So this goes to an enum with all the other single-entries. > > > > Anyway, where is a driver binding to above compatible (see DT submitting > > patches). git grep on a week old next gave me nothing. > > > > Best regards, > > Krzysztof > > > > Hi Krzysztof, > > I will combine it into a single enum in v2. > > The driver patch adding this compatible has been sent but is not merged yet: > Link: https://lore.kernel.org/all/[email protected] > Please combine the 2 patches into a small series as a v2. We aren't in a hurry at this point in the cycle and will make it easier for everyone to see what is going on. Thanks Jonathan _______________________________________________ Linux-rockchip mailing list [email protected] http://lists.infradead.org/mailman/listinfo/linux-rockchip