diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-01-23 09:23:30 -0500 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-04-08 18:21:18 -0400 |
commit | 8cc8b89fe3977e1986d026470930630954417076 (patch) | |
tree | a8c99172adaf39d89ca08525ef8b15a39d4007e5 /arch/arm/boot/dts | |
parent | 0129c16cb561c655db3e940a90b2765c531e5f2c (diff) |
ARM: dts: OMAP5: Update keypad reg property
Add missing OMAP keypad reg property information.
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index ff09720b4b1b..e5392587eb0a 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi | |||
@@ -427,6 +427,7 @@ | |||
427 | 427 | ||
428 | keypad: keypad@4ae1c000 { | 428 | keypad: keypad@4ae1c000 { |
429 | compatible = "ti,omap4-keypad"; | 429 | compatible = "ti,omap4-keypad"; |
430 | reg = <0x4ae1c000 0x400>; | ||
430 | ti,hwmods = "kbd"; | 431 | ti,hwmods = "kbd"; |
431 | }; | 432 | }; |
432 | 433 | ||