From patchwork Tue Jul 1 13:04:28 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Hesselbarth X-Patchwork-Id: 4458581 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 6FAF2BEEAA for ; Tue, 1 Jul 2014 13:07:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4A254203E9 for ; Tue, 1 Jul 2014 13:07:42 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (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 67C5820353 for ; Tue, 1 Jul 2014 13:07:41 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1X1xkT-0003fu-0o; Tue, 01 Jul 2014 13:05:25 +0000 Received: from mail-we0-x236.google.com ([2a00:1450:400c:c03::236]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X1xkD-0002SH-LN for linux-arm-kernel@lists.infradead.org; Tue, 01 Jul 2014 13:05:11 +0000 Received: by mail-we0-f182.google.com with SMTP id q59so9786161wes.13 for ; Tue, 01 Jul 2014 06:04:45 -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:in-reply-to:references; bh=4cd6aUbVCVmbK7gvx7vKQqL88HcbOKyIK/7WTTmJMhk=; b=iPvYPEsmY0zyDrSZKY4OTFfeeM9M+oT9kTyiBJB9UMlJXI3hrV5Rh92JT6Y4oc2Nrw ohLbZiALmiNfxdh3o5oPYpQTJZx3jQwssKLhodMFLtqKCrU1SzCslUEXAmDO5smx4unM FMovYzh84Ow/AOKY/2txYkaciD5fPWFPwtvmfnqeoxaWnnj5lYOmUjFZZ43Dw2o2nuHk mHqDt+zzSNLxVj2U/j2trnjh1QFrbwUKrZR70Y1gPvP3faDy7P8j5RgazbeB3sv6j7Fb QsM4e/qilcSRNxAn+Za6a6NgoTUu//+nPNCm7upiUTrbZ1fQqs9BIcZ1ierslDjwr00D Sksw== X-Received: by 10.194.158.226 with SMTP id wx2mr3431574wjb.107.1404219883031; Tue, 01 Jul 2014 06:04:43 -0700 (PDT) Received: from topkick.lan (f048229077.adsl.alicedsl.de. [78.48.229.77]) by mx.google.com with ESMTPSA id h3sm48065430wjz.48.2014.07.01.06.04.41 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Jul 2014 06:04:42 -0700 (PDT) From: Sebastian Hesselbarth To: Sebastian Hesselbarth Subject: [PATCH 1/4] dt-bindings: add Marvell Dove LCD controller documentation Date: Tue, 1 Jul 2014 15:04:28 +0200 Message-Id: <1404219871-18419-2-git-send-email-sebastian.hesselbarth@gmail.com> In-Reply-To: <1404219871-18419-1-git-send-email-sebastian.hesselbarth@gmail.com> References: <1404219871-18419-1-git-send-email-sebastian.hesselbarth@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140701_060509_863922_BF6B3CC9 X-CRM114-Status: GOOD ( 11.48 ) X-Spam-Score: -0.8 (/) Cc: Mark Rutland , Andrew Lunn , Jason Cooper , Pawel Moll , Ian Campbell , Randy Dunlap , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , Kumar Gala , Gregory Clement , Russell King , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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=-1.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=no 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: Russell King Add the Marvell Dove LCD controller DT binding documentation. Signed-off-by: Russell King Signed-off-by: Sebastian Hesselbarth --- Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: Randy Dunlap Cc: Russell King Cc: Jason Cooper Cc: Andrew Lunn Cc: Gregory Clement Cc: devicetree@vger.kernel.org Cc: linux-doc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- .../bindings/drm/armada/marvell,dove-lcd.txt | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/drm/armada/marvell,dove-lcd.txt diff --git a/Documentation/devicetree/bindings/drm/armada/marvell,dove-lcd.txt b/Documentation/devicetree/bindings/drm/armada/marvell,dove-lcd.txt new file mode 100644 index 0000000..97c600d --- /dev/null +++ b/Documentation/devicetree/bindings/drm/armada/marvell,dove-lcd.txt @@ -0,0 +1,14 @@ +Device Tree bindings for Armada DRM CRTC driver + +Required properties: + - compatible: value should be "marvell,dove-lcd". + - reg: base address and size of the LCD controller + - interrupts: single interrupt number for the LCD controller + +Example: + + lcd0: lcd-controller@820000 { + compatible = "marvell,dove-lcd"; + reg = <0x820000 0x1000>; + interrupts = <47>; + };