Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1278808
| From | Sascha Hauer <s.hauer@pengutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] dt-bindings: iio: adc: Update mcp342x binding for the mcp3421 |
| Date | 2015-11-27 15:00 +0100 |
| Message-ID | <qzrJ8-3Bb-13@gated-at.bofh.it> (permalink) |
| References | <qzrJ8-3Bb-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The mcp3421 is the single channel variant of the mcp342x family and can be supported by the mcp342x driver. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Cc: devicetree@vger.kernel.org --- Documentation/devicetree/bindings/iio/adc/mcp3422.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/iio/adc/mcp3422.txt b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt index 333139c..dcae4cc 100644 --- a/Documentation/devicetree/bindings/iio/adc/mcp3422.txt +++ b/Documentation/devicetree/bindings/iio/adc/mcp3422.txt @@ -1,7 +1,8 @@ -* Microchip mcp3422/3/4/6/7/8 chip family (ADC) +* Microchip mcp3421/2/3/4/6/7/8 chip family (ADC) Required properties: - compatible: Should be + "microchip,mcp3421" or "microchip,mcp3422" or "microchip,mcp3423" or "microchip,mcp3424" or -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 2/2] dt-bindings: iio: adc: Update mcp342x binding for the mcp3421 Sascha Hauer <s.hauer@pengutronix.de> - 2015-11-27 15:00 +0100
Re: [PATCH 2/2] dt-bindings: iio: adc: Update mcp342x binding for the mcp3421 Rob Herring <robh@kernel.org> - 2015-11-27 21:20 +0100
Re: [PATCH 2/2] dt-bindings: iio: adc: Update mcp342x binding for the mcp3421 Jonathan Cameron <jic23@kernel.org> - 2015-11-29 15:20 +0100
csiph-web