From patchwork Sun Jul 7 18:18:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 11034211 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0097014DB for ; Sun, 7 Jul 2019 18:26:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E30A327FAC for ; Sun, 7 Jul 2019 18:26:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D463A2837D; Sun, 7 Jul 2019 18:26:31 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 85AF927FAC for ; Sun, 7 Jul 2019 18:26:31 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C330F89B05; Sun, 7 Jul 2019 18:26:30 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by gabe.freedesktop.org (Postfix) with ESMTPS id 190AB89B05 for ; Sun, 7 Jul 2019 18:26:29 +0000 (UTC) Received: from pendragon.nordic-sky.finnair.com (unknown [38.98.37.142]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id A955FCC; Sun, 7 Jul 2019 20:25:58 +0200 (CEST) From: Laurent Pinchart To: dri-devel@lists.freedesktop.org Subject: [PATCH 18/60] dt-bindings: display: panel: Add bindings for NEC NL8048HL11 panel Date: Sun, 7 Jul 2019 21:18:55 +0300 Message-Id: <20190707181937.6250-15-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190707181937.6250-1-laurent.pinchart@ideasonboard.com> References: <20190707180852.5512-1-laurent.pinchart@ideasonboard.com> <20190707181937.6250-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1562523987; bh=hbovLggOUGzloPbhS9RvkC3KFIMQMw/2RNJbB0AnQM4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fhNOIefizRPcbR4KtJDXPnUU9GpZMgOJ/9OYg0CRwDNl+ak+R26choJa1mZRQSkQO E4xQuKb5arP/sKogmIX30aQXF3ZY/7RqxR6uUsGIQo6DpZNcC0A41lWEGsIcbvZRQh tc4F9ZbbSAglPRnnymInQJFRp4TS1kdUyqFqnUhQ= X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Maxime Ripard , Sebastian Reichel , Rob Herring , Tomi Valkeinen , Sean Paul Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP The NEC NL8048HL11 is a 10.4cm WVGA (800x480) panel with a 24-bit RGB parallel data interface and an SPI control interface. Signed-off-by: Laurent Pinchart --- .../bindings/display/panel/nec,nl8048hl11.txt | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/nec,nl8048hl11.txt diff --git a/Documentation/devicetree/bindings/display/panel/nec,nl8048hl11.txt b/Documentation/devicetree/bindings/display/panel/nec,nl8048hl11.txt new file mode 100644 index 000000000000..a2559c74a45b --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/nec,nl8048hl11.txt @@ -0,0 +1,38 @@ +NEC NL8048HL11 Panel +==================== + +The NEC NL8048HL11 is a 10.4cm WVGA (800x480) panel with a 24-bit RGB parallel +data interface and an SPI control interface. + +Required properties: +- compatible: Shall contain "nec,nl8048hl11". +- reset-gpios: The panel reset GPIO specifier. + +Optional properties: +- label: A symbolic name for the panel. + +Required nodes: +- Video port for DPI input + +The device node shall contain one 'port' child node corresponding to the DPI +input, with one child 'endpoint' node, according to the bindings defined in +[1]. + +[1]: Documentation/devicetree/bindings/media/video-interfaces.txt + +Example +------- + +lcd-panel: panel@0 { + compatible = "nec,nl8048hl11"; + reg = <0>; + spi-max-frequency = <10000000>; + + reset-gpios = <&gpio7 7 GPIO_ACTIVE_LOW>; + + port { + lcd_in: endpoint { + remote-endpoint = <&dpi_out>; + }; + }; +};