Message ID | 20221130182632.3856675-1-festevam@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [1/2] dt-bindings: iio: dac: ad5686: Add an entry for AD5337 | expand |
On 30/11/2022 19:26, Fabio Estevam wrote: > AD5337 belongs to the same family as the AD5338. > > The difference is that the AD5337 has 8-bit resolution instead of 10-bit. > > Add a compatible entry for AD5337. > > Signed-off-by: Fabio Estevam <festevam@gmail.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Thu, 1 Dec 2022 11:39:38 +0100 Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote: > On 30/11/2022 19:26, Fabio Estevam wrote: > > AD5337 belongs to the same family as the AD5338. > > > > The difference is that the AD5337 has 8-bit resolution instead of 10-bit. > > > > Add a compatible entry for AD5337. > > > > Signed-off-by: Fabio Estevam <festevam@gmail.com> > > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Series applied. Note this is now 6.3 material unless we end up with an rc9 for some reason (which is very unlikely). Until I can rebase the tree on rc1 this will just be pushed out as testing for 0-day etc to poke at. Thanks, Jonathan > > Best regards, > Krzysztof >
diff --git a/Documentation/devicetree/bindings/iio/dac/adi,ad5686.yaml b/Documentation/devicetree/bindings/iio/dac/adi,ad5686.yaml index 13f214234b8e..b4400c52bec3 100644 --- a/Documentation/devicetree/bindings/iio/dac/adi,ad5686.yaml +++ b/Documentation/devicetree/bindings/iio/dac/adi,ad5686.yaml @@ -33,6 +33,7 @@ properties: - description: I2C devices enum: - adi,ad5311r + - adi,ad5337r - adi,ad5338r - adi,ad5671r - adi,ad5675r
AD5337 belongs to the same family as the AD5338. The difference is that the AD5337 has 8-bit resolution instead of 10-bit. Add a compatible entry for AD5337. Signed-off-by: Fabio Estevam <festevam@gmail.com> --- Documentation/devicetree/bindings/iio/dac/adi,ad5686.yaml | 1 + 1 file changed, 1 insertion(+)