From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH v6 5/8] dt-bindings: input: touchscreen: Add max11801-ts binding Date: Mon, 20 Mar 2017 15:43:05 +0800 Message-ID: <20170320074303.GF3443@dragon> References: <1489647939-4966-1-git-send-email-jagan@openedev.com> <20170320023622.GA3443@dragon> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Jagan Teki Cc: Mark Rutland , devicetree@vger.kernel.org, Matteo Lisi , linux-kernel , Rob Herring , Michael Trimarchi , Jagan Teki , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Mon, Mar 20, 2017 at 11:55:27AM +0530, Jagan Teki wrote: > >> @@ -0,0 +1,18 @@ > >> +* MAXI MAX11801 Resistive touch screen controller with i2c interface > >> + > >> +Required properties: > >> +- compatible: must be "max11801" > > > > Shouldn't it have a vendor prefix? > > Drivers i2c_device_id.name doesn't have vendor prefix, should I fix > that one as well? No. The vendor prefix is only needed for device tree compatible. Shawn