From patchwork Fri Mar 28 21:20:28 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 3907541 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 1C4C0BF540 for ; Fri, 28 Mar 2014 21:21:14 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3E3C82034F for ; Fri, 28 Mar 2014 21:21:13 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 37E672034C for ; Fri, 28 Mar 2014 21:21:12 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WTeD5-0001ls-B2; Fri, 28 Mar 2014 21:21:07 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WTeD2-0004lQ-R7; Fri, 28 Mar 2014 21:21:04 +0000 Received: from mail-oa0-x22d.google.com ([2607:f8b0:4003:c02::22d]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WTeCx-0004jT-Ex for linux-arm-kernel@lists.infradead.org; Fri, 28 Mar 2014 21:21:01 +0000 Received: by mail-oa0-f45.google.com with SMTP id eb12so6751737oac.4 for ; Fri, 28 Mar 2014 14:20:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=hJlsNoGKl6/pZpKwK+sjZ7g6toXlXFrrSu/cmRItSBI=; b=a5+uzz2RSUVLYJ9BUhx18/I8m/GcRr7U2t1XZNMucuV0E0L0WDCIy6yr7kUOONC7QI lmADCrDFAnhGMRCEhqhSPCXJjdmNOS9y/bqvBp1BdQWC9AzF1PKNPUC3KDJ1efJiPHp+ XfAb5NY3E7Nseb4YJ72Q9REAgaBD0XLIolZtSxPh+GeURtGTp9CS4xjgdGQsU48bMEWN O2GH+d6+bpyK9YXXxJqrNUwTcM5QQ8t8U8Y6DZMZjtmYaXRqAkNOeWqcXmdv9adDrGaZ X5c08Mj5XtyjOZgTLyrcyXCe2dNCaD3A5HhB167iSlKuS4FA1itljttytvP8qph11JY/ VBVg== X-Received: by 10.182.220.7 with SMTP id ps7mr8689238obc.23.1396041637979; Fri, 28 Mar 2014 14:20:37 -0700 (PDT) Received: from localhost.localdomain (72-48-77-163.dyn.grandenetworks.net. [72.48.77.163]) by mx.google.com with ESMTPSA id g3sm8138649obk.12.2014.03.28.14.20.37 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 28 Mar 2014 14:20:37 -0700 (PDT) From: Rob Herring To: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/2] dt/bindings: add binding for ARM Versatile character LCD Date: Fri, 28 Mar 2014 16:20:28 -0500 Message-Id: <1396041629-28820-1-git-send-email-robherring2@gmail.com> X-Mailer: git-send-email 1.8.3.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140328_172059_545242_2DFF5137 X-CRM114-Status: UNSURE ( 9.49 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.8 (-) Cc: Mark Rutland , Rob Herring , Arnd Bergmann , Pawel Moll , Ian Campbell , Greg Kroah-Hartman , Kumar Gala X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Rob Herring Add binding doc for Versatile platforms character LCD controller interface. Signed-off-by: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala --- Documentation/devicetree/bindings/misc/arm-charlcd.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Documentation/devicetree/bindings/misc/arm-charlcd.txt diff --git a/Documentation/devicetree/bindings/misc/arm-charlcd.txt b/Documentation/devicetree/bindings/misc/arm-charlcd.txt new file mode 100644 index 0000000..e28e2aa --- /dev/null +++ b/Documentation/devicetree/bindings/misc/arm-charlcd.txt @@ -0,0 +1,18 @@ +ARM Versatile Character LCD +----------------------------------------------------- +This binding defines the character LCD interface found on ARM Versatile AB +and PB reference platforms. + +Required properties: +- compatible : "arm,versatile-clcd" +- reg : Location and size of character LCD registers + +Optional properties: +- interrupts - single interrupt for character LCD. The character LCD can + operate in polled mode without an interrupt. + +Example: + lcd@10008000 { + compatible = "arm,versatile-lcd"; + reg = <0x10008000 0x1000>; + };