diff options
author | Roland Stigge <stigge@antcom.de> | 2012-06-14 10:16:17 -0400 |
---|---|---|
committer | Roland Stigge <stigge@antcom.de> | 2012-06-14 10:16:17 -0400 |
commit | a6d1be0e5825246da6df42cdaa21f3ce66698ff2 (patch) | |
tree | 2201d821de8abd7156ec1cc21b906e2364c7e0e4 /arch/arm/boot/dts/lpc32xx.dtsi | |
parent | d0408713e764c20796a8f79f3179ae41148edf19 (diff) |
ARM: LPC32xx: DTS adjustment for key matrix controller
This patch connects the lpc32xx-key driver to the LPC32xx platform (via
lpc32xx.dtsi), and more specifically to the reference board via its dts file.
Signed-off-by: Roland Stigge <stigge@antcom.de>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/lpc32xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/lpc32xx.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/lpc32xx.dtsi b/arch/arm/boot/dts/lpc32xx.dtsi index 254d586d4b1a..e2b50b220a38 100644 --- a/arch/arm/boot/dts/lpc32xx.dtsi +++ b/arch/arm/boot/dts/lpc32xx.dtsi | |||
@@ -249,6 +249,8 @@ | |||
249 | key@40050000 { | 249 | key@40050000 { |
250 | compatible = "nxp,lpc3220-key"; | 250 | compatible = "nxp,lpc3220-key"; |
251 | reg = <0x40050000 0x1000>; | 251 | reg = <0x40050000 0x1000>; |
252 | interrupts = <54 0>; | ||
253 | status = "disabled"; | ||
252 | }; | 254 | }; |
253 | 255 | ||
254 | }; | 256 | }; |