projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ad220
)
ARM: dts: twl4030: Add madc
author
Sebastian Reichel
<sre@debian.org>
Tue, 18 Mar 2014 23:13:46 +0000
(
00:13
+0100)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 6 May 2014 17:19:49 +0000
(10:19 -0700)
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>
arch/arm/boot/dts/twl4030.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/twl4030.dtsi
b/arch/arm/boot/dts/twl4030.dtsi
index 86cfc7d15ca71bb9cc2ccffff0ab1985aeddd8e7..36ae9160b558cadfab86810dc84db4d5cec35695 100644
(file)
--- a/
arch/arm/boot/dts/twl4030.dtsi
+++ b/
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>;
+ };
};