From 73d68d91aa1b9e9cb6c1635143799c0fec484c08 Mon Sep 17 00:00:00 2001 From: Nicolas Ferre Date: Wed, 16 May 2012 17:37:06 +0200 Subject: ARM: at91: Add ADC driver to at91sam9260/at91sam9g20 dtsi files Now that the bulk of at91sam9g20-related nodes are located in at91sam9260.dtsi, we have to re-create the path to this ADC node for SoC specific parts. Signed-off-by: Nicolas Ferre Signed-off-by: Arnd Bergmann --- arch/arm/boot/dts/at91sam9g20.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'arch/arm/boot/dts/at91sam9g20.dtsi') diff --git a/arch/arm/boot/dts/at91sam9g20.dtsi b/arch/arm/boot/dts/at91sam9g20.dtsi index 0eb1a753f796..2a1d1ca8bd86 100644 --- a/arch/arm/boot/dts/at91sam9g20.dtsi +++ b/arch/arm/boot/dts/at91sam9g20.dtsi @@ -15,4 +15,12 @@ memory { reg = <0x20000000 0x08000000>; }; + + ahb { + apb { + adc0: adc@fffe0000 { + atmel,adc-startup-time = <40>; + }; + }; + }; }; -- cgit