OSDN Git Service

ARM: at91/dt: sama5d4: fix external trigger property
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 22 Jun 2015 07:45:47 +0000 (09:45 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 28 Jul 2015 07:34:59 +0000 (09:34 +0200)
The property is actually atmel,adc-use-external-triggers.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/sama5d4.dtsi

index 3ee22ee..3e27e8a 100644 (file)
                                clock-names = "adc_clk", "adc_op_clk";
                                atmel,adc-channels-used = <0x01f>;
                                atmel,adc-startup-time = <40>;
-                               atmel,adc-use-external;
+                               atmel,adc-use-external-triggers;
                                atmel,adc-vref = <3000>;
                                atmel,adc-res = <8 10>;
                                atmel,adc-sample-hold-time = <11>;