diff options
author | Alexander Sverdlin <alexander.sverdlin@gmail.com> | 2015-11-22 09:52:03 +0100 |
---|---|---|
committer | Alexander Sverdlin <alexander.sverdlin@gmail.com> | 2017-07-28 01:36:32 +0200 |
commit | 57f3b7c78095db2c1edfe73fc56041b1bd0ccf0a (patch) | |
tree | 9b1b255b6f5d39abef62b27112ed62156be8fbd8 /arch/arm/mach-ep93xx | |
parent | 5364c6470a5d4925409c677d41b8768fbf8271a3 (diff) | |
download | linux-57f3b7c78095db2c1edfe73fc56041b1bd0ccf0a.tar.bz2 |
ARM: edb93xx: Add ADC platform device
This enables the creation of ADC platform device on EDB93xx series of Cirrus
Logic evaluation boards. The driver for this device must be enabled separately,
either as built-in, or a module.
Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Diffstat (limited to 'arch/arm/mach-ep93xx')
-rw-r--r-- | arch/arm/mach-ep93xx/edb93xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/edb93xx.c b/arch/arm/mach-ep93xx/edb93xx.c index 0ac176386789..7a7f280b07d7 100644 --- a/arch/arm/mach-ep93xx/edb93xx.c +++ b/arch/arm/mach-ep93xx/edb93xx.c @@ -245,6 +245,7 @@ static void __init edb93xx_init_machine(void) edb93xx_register_pwm(); edb93xx_register_fb(); edb93xx_register_ide(); + ep93xx_register_adc(); } |