Add madc node to twl4030, so that board DTS
files can simply reference the A/D converter.

Signed-off-by: Sebastian Reichel <sre@debian.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Sebastian Reichel 2014-03-19 00:13:46 +01:00 коммит произвёл Tony Lindgren
Родитель c1ad22069c
Коммит b36c8ac9a9
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -152,4 +152,10 @@
keypad,num-rows = <8>;
keypad,num-columns = <8>;
};
twl_madc: madc {
compatible = "ti,twl4030-madc";
interrupts = <3>;
#io-channel-cells = <1>;
};
};