提交 57f3b7c7 编写于 作者: A Alexander Sverdlin

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: NAlexander Sverdlin <alexander.sverdlin@gmail.com>
上级 5364c647
...@@ -245,6 +245,7 @@ static void __init edb93xx_init_machine(void) ...@@ -245,6 +245,7 @@ static void __init edb93xx_init_machine(void)
edb93xx_register_pwm(); edb93xx_register_pwm();
edb93xx_register_fb(); edb93xx_register_fb();
edb93xx_register_ide(); edb93xx_register_ide();
ep93xx_register_adc();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册