diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2012-05-16 17:37:06 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-05-18 15:02:56 +0200 |
commit | 73d68d91aa1b9e9cb6c1635143799c0fec484c08 (patch) | |
tree | 70ee5e9b0e173c7d24fd4171924389ba7ccf4049 /arch/arm/boot/dts/at91sam9g20.dtsi | |
parent | 26690863e2c1fa4fee5f6137b219f4b8a1a02287 (diff) | |
download | op-kernel-dev-73d68d91aa1b9e9cb6c1635143799c0fec484c08.zip op-kernel-dev-73d68d91aa1b9e9cb6c1635143799c0fec484c08.tar.gz |
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 <nicolas.ferre@atmel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9g20.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9g20.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9g20.dtsi b/arch/arm/boot/dts/at91sam9g20.dtsi index 0eb1a753..2a1d1ca 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>; + }; + }; + }; }; |