diff options
author | Claudiu Beznea <[email protected]> | 2020-01-10 18:17:58 +0200 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2020-01-14 15:06:56 +0100 |
commit | 7c7acbc34d64969b950fb721edc792913ed556bc (patch) | |
tree | 083ebbb36c8f08e699f76598c43cd9206dccc32b | |
parent | 08c2da3da2b01b35438994310371dbfff6a4d008 (diff) |
dt-bindings: at91-sama5d2_adc: add microchip,sam9x60-adc
Add microchip,sam9x60-adc to DT bindings documentation.
Signed-off-by: Claudiu Beznea <[email protected]>
Acked-by: Jonathan Cameron <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexandre Belloni <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/iio/adc/at91-sama5d2_adc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iio/adc/at91-sama5d2_adc.txt b/Documentation/devicetree/bindings/iio/adc/at91-sama5d2_adc.txt index 4a3c1d496e1a..07c59f301b31 100644 --- a/Documentation/devicetree/bindings/iio/adc/at91-sama5d2_adc.txt +++ b/Documentation/devicetree/bindings/iio/adc/at91-sama5d2_adc.txt @@ -1,7 +1,7 @@ * AT91 SAMA5D2 Analog to Digital Converter (ADC) Required properties: - - compatible: Should be "atmel,sama5d2-adc". + - compatible: Should be "atmel,sama5d2-adc" or "microchip,sam9x60-adc". - reg: Should contain ADC registers location and length. - interrupts: Should contain the IRQ line for the ADC. - clocks: phandle to device clock. |