From patchwork Tue May 18 07:15:52 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oleksij Rempel X-Patchwork-Id: 441407 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 96B12C433ED for ; Tue, 18 May 2021 07:16:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 73DC261285 for ; Tue, 18 May 2021 07:16:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346993AbhERHRc (ORCPT ); Tue, 18 May 2021 03:17:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40434 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346986AbhERHRa (ORCPT ); Tue, 18 May 2021 03:17:30 -0400 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A8BC5C061756 for ; Tue, 18 May 2021 00:16:12 -0700 (PDT) Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1litxP-0005ND-9F; Tue, 18 May 2021 09:15:59 +0200 Received: from ore by dude.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1litxN-0002ZH-1O; Tue, 18 May 2021 09:15:57 +0200 From: Oleksij Rempel To: Daniel Vetter , David Airlie , Rob Herring , Sascha Hauer , Shawn Guo , Thierry Reding Cc: Oleksij Rempel , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, Fabio Estevam , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, NXP Linux Team , Pengutronix Kernel Team , Sam Ravnborg , David Jander , Robin van der Gracht Subject: [PATCH v1 0/3] add innolux, g070y2-t02 support for the Protonic VT7 board Date: Tue, 18 May 2021 09:15:52 +0200 Message-Id: <20210518071555.9785-1-o.rempel@pengutronix.de> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::7 X-SA-Exim-Mail-From: ore@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: devicetree@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add Innolux G070Y2-T02 panel support for the Protonic VT7 board. Oleksij Rempel (3): dt-bindings: display: simple: add Innolux G070Y2-T02 panel drm: panel-simple: Add support for the Innolux G070Y2-T02 panel ARM: dts: imx6dl-prtvt7: Add display and panel nodes .../bindings/display/panel/panel-simple.yaml | 2 + arch/arm/boot/dts/imx6dl-prtvt7.dts | 47 +++++++++++++++++++ drivers/gpu/drm/panel/panel-simple.c | 16 +++++++ 3 files changed, 65 insertions(+) Acked-by: Rob Herring