Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760055Ab2J2QoM (ORCPT ); Mon, 29 Oct 2012 12:44:12 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:47331 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756804Ab2J2QoL (ORCPT ); Mon, 29 Oct 2012 12:44:11 -0400 Message-ID: <508EB250.20607@ti.com> Date: Mon, 29 Oct 2012 17:44:00 +0100 From: Benoit Cousson Organization: Texas Instruments User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: Sourav Poddar CC: , , , Felipe Balbi , Santosh Shilimkar Subject: Re: [RESEND/PATCHv3] arm: dts: omap5-evm: Add keypad support References: <1351507226-10328-1-git-send-email-sourav.poddar@ti.com> In-Reply-To: <1351507226-10328-1-git-send-email-sourav.poddar@ti.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1377 Lines: 50 Hi Sourav, On 10/29/2012 11:40 AM, Sourav Poddar wrote: > Add keypad data node in omap5-evm. > > Based on I2C support patch for omap5, which has been > already posted as a different series. > > Tested on omap5430 evm with 3.7-rc1 kernel. > > Cc: Felipe Balbi > Cc: Santosh Shilimkar > > Tested on omap5430 sdp with 3.7-rc1 kernel. > > Signed-off-by: Sourav Poddar > --- > arch/arm/boot/dts/omap5-evm.dts | 95 +++++++++++++++++++++++++++++++++++++++ > 1 files changed, 95 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/boot/dts/omap5-evm.dts b/arch/arm/boot/dts/omap5-evm.dts > index c663eba..b812d6d 100644 > --- a/arch/arm/boot/dts/omap5-evm.dts > +++ b/arch/arm/boot/dts/omap5-evm.dts > @@ -140,3 +140,98 @@ > &mcbsp3 { > status = "disabled"; > }; > + > +&i2c5 { > + clock-frequency = <400000>; > + > + smsc@38 { > + compatible = "smscece1099"; > + reg = <0x38>; > + clock = <0x13>; What does that "clock" mean? I cannot find that in the binding documentation. BTW, did you add that documentation in the driver patch? Regards, Benoit -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/