From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754115AbcBHRaG (ORCPT ); Mon, 8 Feb 2016 12:30:06 -0500 Received: from mail.kernel.org ([198.145.29.136]:50255 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751435AbcBHRaC (ORCPT ); Mon, 8 Feb 2016 12:30:02 -0500 Date: Mon, 8 Feb 2016 11:29:57 -0600 From: Rob Herring To: Paul Burton Cc: linux-mips@linux-mips.org, Ralf Baechle , Joe Perches , Kalle Valo , Jiri Slaby , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Kumar Gala , "David S. Miller" , Ian Campbell , devicetree@vger.kernel.org, Andrew Morton , Pawel Moll , Greg Kroah-Hartman , Mark Rutland Subject: Re: [PATCH v2 01/15] dt-bindings: ascii-lcd: Document a binding for simple ASCII LCDs Message-ID: <20160208172957.GA31126@rob-hp-laptop> References: <1454499045-5020-1-git-send-email-paul.burton@imgtec.com> <1454499045-5020-2-git-send-email-paul.burton@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1454499045-5020-2-git-send-email-paul.burton@imgtec.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 03, 2016 at 11:30:31AM +0000, Paul Burton wrote: > Add documentation for a devicetree binding for simple memory-mapped > ASCII LCD displays, such as those found on the Imagination Technologies > Boston & Malta development boards. > > Signed-off-by: Paul Burton > --- > > Changes in v2: None > > Documentation/devicetree/bindings/ascii-lcd.txt | 10 ++++++++++ Given this is specific to some IT block, then it should not have a generic name. Otherwise, the binding looks fine. Rob