浏览代码

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>
Alexander Sverdlin 9 年之前
父节点
当前提交
57f3b7c780
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/mach-ep93xx/edb93xx.c

+ 1 - 0
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();
 }