From patchwork Fri Mar 11 12:04:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Branchereau X-Patchwork-Id: 12777908 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A6E61C433FE for ; Fri, 11 Mar 2022 12:05:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348488AbiCKMGK (ORCPT ); Fri, 11 Mar 2022 07:06:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43010 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348512AbiCKMGI (ORCPT ); Fri, 11 Mar 2022 07:06:08 -0500 Received: from mail-wm1-x332.google.com (mail-wm1-x332.google.com [IPv6:2a00:1450:4864:20::332]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A5481AF8EC; Fri, 11 Mar 2022 04:05:05 -0800 (PST) Received: by mail-wm1-x332.google.com with SMTP id p184-20020a1c29c1000000b0037f76d8b484so5201598wmp.5; Fri, 11 Mar 2022 04:05:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=mCuWMYhNtCMokvR9SkFl+dh4F1YeiqfMkn0EViz8Ang=; b=pFLooBWKy3PjwRqMClyLbxYGteAvabN4IUTvGfRWBic+k1R+A3ZUwa745pf6AEk8lp zg+jBjC9Fl5o/pyIWErKPHg0O3VO4GHZivrjPlisAEtZXAL949Bk8qLyroZDgoW9mMM1 Sm7/UHR11ZiD6TDmLPhAZpr+CS166EZ9HugJa2CaM0i2OArjyNmzZmb3Ta1otJmWVURC PGVlRXH8Ig97t32PwXhS408l75VqZ57yPMfHWMrXgyJKjzb+TVAY5CJZrxWNdVWbk/D0 amt9zpyD4v+vfH8iEKtlihdlUWSlgP2gvK4+z9eHRn1ggQMeYxsucyDsNGctaVFeAusP Scjg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=mCuWMYhNtCMokvR9SkFl+dh4F1YeiqfMkn0EViz8Ang=; b=jrxyxl2fxvSbClA69omb1wqz6zTq/isHrabIok5F2DBndCkzF4TMcYFFB8jMVY0n9O uTIEeFwfcPUFFoWscfrE3slbMpMD9lelLXs1TNRJTkMZRKZ7LpSOcHogNWR1WUuCGJS7 ZaILEkFHXkYC2AWftDDFRKjhdFZ/5C9Ey1i7zkPv4Ppci4YqtyOyEOHmIW4laAXGdjwq 8KKjAJ9NRcIg+oT5W4GhsEQTc2mASgxc2jqRQhZw3FjkLNYr3EidXG2t/cR7v1pi1mbm NIwdw5dmLcckWvBO8gylhO/yODfpknSPOhPczq+f9L+pfSZpO2kMqeOpPFdz7ARY/twX Nw/A== X-Gm-Message-State: AOAM5317qc6cympMIzL+DSOTW7/JQmgMaOunYKQNxkxb8RB533rzE+Um 7S8a1lJ//4Qm5+ccSY4l1Mc= X-Google-Smtp-Source: ABdhPJyXUzvl0jZJOI6YNg92+jHNY8goNj3I7TY5cqRcysIy2lBL1VNu50h4cIb759pHzvKFDcUnrQ== X-Received: by 2002:a7b:c7c3:0:b0:389:cbf1:fadf with SMTP id z3-20020a7bc7c3000000b00389cbf1fadfmr12624047wmk.147.1647000303359; Fri, 11 Mar 2022 04:05:03 -0800 (PST) Received: from monk.home ([2a01:cb10:430:ec00:4737:d56e:186b:af1]) by smtp.gmail.com with ESMTPSA id r20-20020adfa154000000b001f0326a23e1sm6595223wrr.88.2022.03.11.04.05.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Mar 2022 04:05:02 -0800 (PST) From: Christophe Branchereau To: Paul Cercueil , David Airlie , Daniel Vetter , Thierry Reding , Sam Ravnborg , Rob Herring Cc: linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org Subject: [PATCH v3 2/4] drm/panel: Add panel driver for NewVision NV3052C based LCDs Date: Fri, 11 Mar 2022 13:04:51 +0100 Message-Id: <20220311120453.163297-3-cbranchereau@gmail.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220311120453.163297-1-cbranchereau@gmail.com> References: <20220311120453.163297-1-cbranchereau@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org This driver supports the NewVision NV3052C based LCDs. Right now, it only supports the LeadTek LTK035C5444T 2.4" 640x480 TFT LCD panel, which can be found in the Anbernic RG-350M handheld console. Signed-off-by: Christophe Branchereau --- drivers/gpu/drm/panel/Kconfig | 9 + drivers/gpu/drm/panel/Makefile | 1 + .../gpu/drm/panel/panel-newvision-nv3052c.c | 497 ++++++++++++++++++ 3 files changed, 507 insertions(+) create mode 100644 drivers/gpu/drm/panel/panel-newvision-nv3052c.c diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig index bb2e47229c68..40084f709789 100644 --- a/drivers/gpu/drm/panel/Kconfig +++ b/drivers/gpu/drm/panel/Kconfig @@ -283,6 +283,15 @@ config DRM_PANEL_NEC_NL8048HL11 panel (found on the Zoom2/3/3630 SDP boards). To compile this driver as a module, choose M here. +config DRM_PANEL_NEWVISION_NV3052C + tristate "NewVision NV3052C RGB/SPI panel" + depends on OF && SPI + depends on BACKLIGHT_CLASS_DEVICE + select DRM_MIPI_DBI + help + Say Y here if you want to enable support for the panels built + around the NewVision NV3052C display controller. + config DRM_PANEL_NOVATEK_NT35510 tristate "Novatek NT35510 RGB panel driver" depends on OF diff --git a/drivers/gpu/drm/panel/Makefile b/drivers/gpu/drm/panel/Makefile index 5740911f637c..42a7ab54234b 100644 --- a/drivers/gpu/drm/panel/Makefile +++ b/drivers/gpu/drm/panel/Makefile @@ -26,6 +26,7 @@ obj-$(CONFIG_DRM_PANEL_LEADTEK_LTK500HD1829) += panel-leadtek-ltk500hd1829.o obj-$(CONFIG_DRM_PANEL_LG_LB035Q02) += panel-lg-lb035q02.o obj-$(CONFIG_DRM_PANEL_LG_LG4573) += panel-lg-lg4573.o obj-$(CONFIG_DRM_PANEL_NEC_NL8048HL11) += panel-nec-nl8048hl11.o +obj-$(CONFIG_DRM_PANEL_NEWVISION_NV3052C) += panel-newvision-nv3052c.o obj-$(CONFIG_DRM_PANEL_NOVATEK_NT35510) += panel-novatek-nt35510.o obj-$(CONFIG_DRM_PANEL_NOVATEK_NT35560) += panel-novatek-nt35560.o obj-$(CONFIG_DRM_PANEL_NOVATEK_NT35950) += panel-novatek-nt35950.o diff --git a/drivers/gpu/drm/panel/panel-newvision-nv3052c.c b/drivers/gpu/drm/panel/panel-newvision-nv3052c.c new file mode 100644 index 000000000000..fc31df0dee12 --- /dev/null +++ b/drivers/gpu/drm/panel/panel-newvision-nv3052c.c @@ -0,0 +1,497 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * NevVision NV3052C IPS LCD panel driver + * + * Copyright (C) 2020, Paul Cercueil + * Copyright (C) 2022, Christophe Branchereau + */ + +#include +#include +#include +#include +#include +#include +#include +#include + +#include