浏览代码

ARM: dts: twl4030: Add madc

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>
Sebastian Reichel 11 年之前
父节点
当前提交
b36c8ac9a9
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      arch/arm/boot/dts/twl4030.dtsi

+ 6 - 0
arch/arm/boot/dts/twl4030.dtsi

@@ -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>;
+	};
 };