ARM: at91/dt: sam9x5: fix ADC compatible string
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 22 Jul 2014 14:07:47 +0000 (16:07 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 1 Sep 2014 09:39:20 +0000 (11:39 +0200)
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>
arch/arm/boot/dts/at91sam9x5.dtsi

index 765a1e3..726274f 100644 (file)
                        adc0: adc@f804c000 {
                                #address-cells = <1>;
                                #size-cells = <0>;
-                               compatible = "atmel,at91sam9260-adc";
+                               compatible = "atmel,at91sam9x5-adc";
                                reg = <0xf804c000 0x100>;
                                interrupts = <19 IRQ_TYPE_LEVEL_HIGH 0>;
                                clocks = <&adc_clk>,