diff options
author | Sourav Poddar <sourav.poddar@ti.com> | 2012-08-14 16:45:37 +0530 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-09-07 19:18:33 +0200 |
commit | 61bc35445baacab98f500b3367d40e9b8cf41c43 (patch) | |
tree | d4e0f7a165f834f70fc4044677868000ee2f374e /arch/arm/boot/dts/omap4.dtsi | |
parent | 288710151333ee2c730e9c9c26376c1dac83c292 (diff) | |
download | linux-61bc35445baacab98f500b3367d40e9b8cf41c43.tar.bz2 |
ARM: dts: omap4-sdp: Add keypad data
Add keypad data node in omap4 device tree file.
Also fill the device tree binding parameters
with the required value in "omap4-sdp" dts file.
Signed-off-by: Sourav Poddar <sourav.poddar@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
[b-cousson@ti.com: Re-align the entries and the comments]
Diffstat (limited to 'arch/arm/boot/dts/omap4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 04cbbcb6ff91..7fc45bb8a951 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -295,5 +295,10 @@ interrupt-parent = <&gic>; ti,hwmods = "dmic"; }; + + keypad: keypad@4a31c000 { + compatible = "ti,omap4-keypad"; + ti,hwmods = "kbd"; + }; }; }; |