Message ID | 20250227110343.2342017-1-kever.yang@rock-chips.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [v2,1/2] dt-bindings: iio: adc: Add rockchip,rk3562-saradc string | expand |
On Thu, 27 Feb 2025 19:03:42 +0800, Kever Yang wrote: > Add rockchip,rk3562-saradc compatible string. > The saradc on rk3562 is v2 controller, with 10bit width which is different > with rk3588. > > Signed-off-by: Kever Yang <kever.yang@rock-chips.com> > --- > > Changes in v2: > - fix dtb check error > > Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
On Fri, 28 Feb 2025 14:06:59 -0600 "Rob Herring (Arm)" <robh@kernel.org> wrote: > On Thu, 27 Feb 2025 19:03:42 +0800, Kever Yang wrote: > > Add rockchip,rk3562-saradc compatible string. > > The saradc on rk3562 is v2 controller, with 10bit width which is different > > with rk3588. > > > > Signed-off-by: Kever Yang <kever.yang@rock-chips.com> > > --- > > > > Changes in v2: > > - fix dtb check error > > > > Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > Acked-by: Rob Herring (Arm) <robh@kernel.org> > Hi Kever, I'm applying patches in a fairly random order today and in this case I'd already picked up support for the rk3528 so there was a bit of noise on this. Please check the result in the testing branch of iio.git on kernel.org. Thanks, Jonathan
diff --git a/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml b/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml index fd93ed3991e0..d129b66a6207 100644 --- a/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml +++ b/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml @@ -15,6 +15,7 @@ properties: - const: rockchip,saradc - const: rockchip,rk3066-tsadc - const: rockchip,rk3399-saradc + - const: rockchip,rk3562-saradc - const: rockchip,rk3588-saradc - items: - const: rockchip,rk3576-saradc
Add rockchip,rk3562-saradc compatible string. The saradc on rk3562 is v2 controller, with 10bit width which is different with rk3588. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> --- Changes in v2: - fix dtb check error Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml | 1 + 1 file changed, 1 insertion(+)