diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-07-22 10:07:47 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-09-01 05:39:20 -0400 |
commit | 74d90de2d0c20162d247cb2f9896e1aa7df98616 (patch) | |
tree | 2efcd6f36a75316b16bceea6f16ee8b5d1423788 /arch/arm/boot/dts/at91sam9x5.dtsi | |
parent | 464d6e18639c4347dafd8dbcee270674dd3d8fba (diff) |
ARM: at91/dt: sam9x5: fix ADC compatible string
Use the correct compatible string for the ADC of the at91sam9x5 family of SoCs.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9x5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9x5.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index 765a1e39858e..726274f7959b 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++ b/arch/arm/boot/dts/at91sam9x5.dtsi | |||
@@ -968,7 +968,7 @@ | |||
968 | adc0: adc@f804c000 { | 968 | adc0: adc@f804c000 { |
969 | #address-cells = <1>; | 969 | #address-cells = <1>; |
970 | #size-cells = <0>; | 970 | #size-cells = <0>; |
971 | compatible = "atmel,at91sam9260-adc"; | 971 | compatible = "atmel,at91sam9x5-adc"; |
972 | reg = <0xf804c000 0x100>; | 972 | reg = <0xf804c000 0x100>; |
973 | interrupts = <19 IRQ_TYPE_LEVEL_HIGH 0>; | 973 | interrupts = <19 IRQ_TYPE_LEVEL_HIGH 0>; |
974 | clocks = <&adc_clk>, | 974 | clocks = <&adc_clk>, |