From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753474Ab2KWMFJ (ORCPT ); Fri, 23 Nov 2012 07:05:09 -0500 Received: from mail-bk0-f46.google.com ([209.85.214.46]:33246 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753149Ab2KWMFH (ORCPT ); Fri, 23 Nov 2012 07:05:07 -0500 Date: Fri, 23 Nov 2012 12:05:01 +0000 From: Lee Jones To: Viresh Kumar Cc: dmitry.torokhov@gmail.com, linux-input@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, spear-devel@list.st.com, Vipul Kumar Samar Subject: Re: [PATCH] input: stmpe-ts: Add DT support for stmpe touchscreen Message-ID: <20121123120501.GA22268@gmail.com> References: <20121123104620.GQ17471@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > >> +++ b/Documentation/devicetree/bindings/input/touchscreen/stmpe.txt > >> @@ -0,0 +1,43 @@ > >> +STMPE Touchscreen > >> +---------------- > >> + > >> +Required properties: > >> + - compatible: "st,stmpe-ts" > > > > You shouldn't be specifying a compatible string in the DT. > > > >> +Example: > >> + > >> + stmpe_touchscreen { > >> + compatible = "st,stmpe-ts"; > > > > This needs to be removed. > > Copying my earlier reply from stmpe-gpio patch for others to know > what i have to say on this :) > > I believe these are required by the code you wrote in mfd-core.c > > if (parent->of_node && cell->of_compatible) { > for_each_child_of_node(parent->of_node, np) { > if (of_device_is_compatible(np, cell->of_compatible)) { > pdev->dev.of_node = np; > break; > } > } > } > > This matches compatible of child node with compatible of cell. And that's > why you have added that in your keypad mappings as well. Yes, you're right. Please ignore this comment. -- Lee Jones Linaro ST-Ericsson Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog