diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2021-10-15 11:14:24 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2021-10-20 19:07:34 +0300 |
commit | 21be17713c86908f0c1873906de8084bcf07adec (patch) | |
tree | ac62874f687af1a1a0459982ddce7aecd7bff9a8 /Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml | |
parent | e41ab64d6000f03bbc6a65bb7d98b40fe11f6b14 (diff) | |
download | linux-21be17713c86908f0c1873906de8084bcf07adec.tar.xz |
dt-bindings: mfd: ti,am3359-tscadc: Describe am4372 MFD compatible
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>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20211015081506.933180-7-miquel.raynal@bootlin.com
Diffstat (limited to 'Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/ti,am3359-tscadc.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |