Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753945AbbK3QWr (ORCPT ); Mon, 30 Nov 2015 11:22:47 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:5545 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753833AbbK3QWo (ORCPT ); Mon, 30 Nov 2015 11:22:44 -0500 From: Paul Burton To: CC: Paul Burton , Tejun Heo , "Joe Perches" , Jiri Slaby , "Mauro Carvalho Chehab" , , Kumar Gala , "David S. Miller" , Ian Campbell , , Rob Herring , Andrew Morton , Pawel Moll , Greg Kroah-Hartman , "Mark Rutland" Subject: [PATCH 02/28] dt-bindings: ascii-lcd: Document a binding for simple ASCII LCDs Date: Mon, 30 Nov 2015 16:21:27 +0000 Message-ID: <1448900513-20856-3-git-send-email-paul.burton@imgtec.com> X-Mailer: git-send-email 2.6.2 In-Reply-To: <1448900513-20856-1-git-send-email-paul.burton@imgtec.com> References: <1448900513-20856-1-git-send-email-paul.burton@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.100.200.236] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1775 Lines: 52 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 --- Documentation/devicetree/bindings/ascii-lcd.txt | 10 ++++++++++ MAINTAINERS | 5 +++++ 2 files changed, 15 insertions(+) create mode 100644 Documentation/devicetree/bindings/ascii-lcd.txt diff --git a/Documentation/devicetree/bindings/ascii-lcd.txt b/Documentation/devicetree/bindings/ascii-lcd.txt new file mode 100644 index 0000000..40ae536 --- /dev/null +++ b/Documentation/devicetree/bindings/ascii-lcd.txt @@ -0,0 +1,10 @@ +Binding for simple memory-mapped ASCII LCD displays + +Required properties: +- compatible : should be one of: + "img,boston-lcd" + "mti,malta-lcd" +- reg : memory region locating the device registers + +The layout of the registers & properties of the display are determined +from the compatible string, making this binding somewhat trivial. diff --git a/MAINTAINERS b/MAINTAINERS index cba790b..1e2b74b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1782,6 +1782,11 @@ S: Maintained F: Documentation/hwmon/asc7621 F: drivers/hwmon/asc7621.c +ASCII LCD DRIVER +M: Paul Burton +S: Maintained +F: Documentation/devicetree/bindings/ascii-lcd.txt + ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS M: Corentin Chary L: acpi4asus-user@lists.sourceforge.net -- 2.6.2 -- 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/