Message ID | 20220214033620.4059-5-jagathjog1996@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | iio: potentiometer: Add support for DS3502 | expand |
On Mon, Feb 14, 2022 at 5:36 AM Jagath Jog J <jagathjog1996@gmail.com> wrote: > > Maxim DS3502 is a 7 bit nonvolatile digital potentiometer. > Add DS3502 binding into trivial-devices.yaml Missed grammar period here.
On Mon, 14 Feb 2022 09:06:20 +0530, Jagath Jog J wrote: > Maxim DS3502 is a 7 bit nonvolatile digital potentiometer. > Add DS3502 binding into trivial-devices.yaml > > Signed-off-by: Jagath Jog J <jagathjog1996@gmail.com> > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 091792ba993e..b6187603317a 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -157,6 +157,8 @@ properties: - maxim,ds1803-050 # 100 kOhm digital potentiometer with I2C interface - maxim,ds1803-100 + # 10 kOhm digital potentiometer with I2C interface + - maxim,ds3502 # Low-Power, 4-/12-Channel, 2-Wire Serial, 12-Bit ADCs - maxim,max1237 # Temperature Sensor, I2C interface
Maxim DS3502 is a 7 bit nonvolatile digital potentiometer. Add DS3502 binding into trivial-devices.yaml Signed-off-by: Jagath Jog J <jagathjog1996@gmail.com> --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+)