From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Reichel Subject: [PATCH 1/6] DTS: ARM: TWL4030: Add keypad node Date: Sat, 11 Jan 2014 22:16:58 +0100 Message-ID: <1389475023-11616-2-git-send-email-sre@debian.org> References: <1389475023-11616-1-git-send-email-sre@debian.org> Return-path: Received: from ring0.de ([91.143.88.219]:50995 "EHLO smtp.ring0.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751127AbaAKVRf (ORCPT ); Sat, 11 Jan 2014 16:17:35 -0500 In-Reply-To: <1389475023-11616-1-git-send-email-sre@debian.org> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Benoit Cousson Cc: linux-omap@vger.kernel.org, Sebastian Reichel Add keypad node to twl4030, so that board DTS files can just add the keymap. Signed-off-by: Sebastian Reichel --- arch/arm/boot/dts/twl4030.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi index 4217096..86cfc7d 100644 --- a/arch/arm/boot/dts/twl4030.dtsi +++ b/arch/arm/boot/dts/twl4030.dtsi @@ -145,4 +145,11 @@ compatible = "ti,twl4030-pwrbutton"; interrupts = <8>; }; + + twl_keypad: keypad { + compatible = "ti,twl4030-keypad"; + interrupts = <1>; + keypad,num-rows = <8>; + keypad,num-columns = <8>; + }; }; -- 1.8.5.2