All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: at91/dt: sama5d4: fix external trigger property
@ 2015-06-22  7:45 ` Alexandre Belloni
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Belloni @ 2015-06-22  7:45 UTC (permalink / raw)
  To: linux-arm-kernel

The property is actually atmel,adc-use-external-triggers.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/sama5d4.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
index 6b1bb58f9c0b..ca1e52989a29 100644
--- a/arch/arm/boot/dts/sama5d4.dtsi
+++ b/arch/arm/boot/dts/sama5d4.dtsi
@@ -1092,7 +1092,7 @@
 				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>;
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-07-28  7:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-22  7:45 [PATCH 1/2] ARM: at91/dt: sama5d4: fix external trigger property Alexandre Belloni
2015-06-22  7:45 ` Alexandre Belloni
2015-06-22  7:45 ` [PATCH 2/2] ARM: at91/dt: sama5d4: move ADC pinctrl to board device trees Alexandre Belloni
2015-06-22  7:45   ` Alexandre Belloni
2015-07-28  7:32   ` Nicolas Ferre
2015-07-28  7:32     ` Nicolas Ferre

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.