Message ID | 20210902215144.507243-7-miquel.raynal@bootlin.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | TI AM437X ADC1 | expand |
On Thu, 2 Sep 2021 23:51:04 +0200 Miquel Raynal <miquel.raynal@bootlin.com> wrote: > A more recent version of the am3359 ADC/Touchscreen controller is > available on certain SoCs of the am437x family. This IP has evolved a > little bit and deserves its own compatible. > > Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> This makes sense given the changes in the precursors from v1. FWIW Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> > --- > Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml b/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml > index b2bff85f2329..34bf6a01436f 100644 > --- a/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml > +++ b/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml > @@ -16,6 +16,7 @@ properties: > - items: > - const: ti,am654-tscadc > - const: ti,am3359-tscadc > + - const: ti,am4372-magadc > > reg: > maxItems: 1 > @@ -47,6 +48,10 @@ properties: > type: object > description: Touchscreen controller child > > + mag: > + type: object > + description: Magnetic reader > + > required: > - compatible > - reg
On Thu, 02 Sep 2021 23:51:04 +0200, Miquel Raynal wrote: > A more recent version of the am3359 ADC/Touchscreen controller is > available on certain SoCs of the am437x family. This IP has evolved a > little bit and deserves its own compatible. > > Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> > --- > Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml b/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml index b2bff85f2329..34bf6a01436f 100644 --- a/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml +++ b/Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml @@ -16,6 +16,7 @@ properties: - items: - const: ti,am654-tscadc - const: ti,am3359-tscadc + - const: ti,am4372-magadc reg: maxItems: 1 @@ -47,6 +48,10 @@ properties: type: object description: Touchscreen controller child + mag: + type: object + description: Magnetic reader + required: - compatible - reg
A more recent version of the am3359 ADC/Touchscreen controller is available on certain SoCs of the am437x family. This IP has evolved a little bit and deserves its own compatible. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> --- Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml | 5 +++++ 1 file changed, 5 insertions(+)