From patchwork Mon Mar 21 13:36:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Branchereau X-Patchwork-Id: 12787235 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 998BDC43217 for ; Mon, 21 Mar 2022 13:37:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347956AbiCUNin (ORCPT ); Mon, 21 Mar 2022 09:38:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40224 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347940AbiCUNil (ORCPT ); Mon, 21 Mar 2022 09:38:41 -0400 Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B31C613703D; Mon, 21 Mar 2022 06:37:14 -0700 (PDT) Received: by mail-wm1-x330.google.com with SMTP id r190-20020a1c2bc7000000b0038a1013241dso8417144wmr.1; Mon, 21 Mar 2022 06:37:14 -0700 (PDT) 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=V/Wy6Env4Cv1Ci8CLr8xvIxwXKAN+/aW/kc1GLYIKEo=; b=cWswuL1ytN355FA2V0nc68jk+VODHsw3a389Lt46ZboxYEDxMHZ2qO9YiNySAl9x+X 341KagnudUK40g1OKWWVASnPFH9dMll3CADaFl/DpXDQ0rGT29viWf62Ie9B7M+EGl7a MQdbYmBAT5f2cBx0fJcmABErgOCRf1Ou8QhTnKNcynJkLMABQYGusN81kutvi+JgVvpa hrAD+4+xih0eHXoZ2CLXyqJnwr4BhfH7KltLFh1IDN0QteqFLNmzBjHqYIP0IGVZ+qYH 87Jx685y0UjftrskZar+m0VDiIuk/1QY7ZI6WLLvsprDlt9FWQwSFN1fsNrfBKidtqrE norA== 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=V/Wy6Env4Cv1Ci8CLr8xvIxwXKAN+/aW/kc1GLYIKEo=; b=7nazdcpWsgekx0c70LHpwMssZtrJI0ZaZJARDQ3F0Okdl18116zrG0/GEeLP52ABar 6JWfxz0igWV1RfnvSXifT/D0oTAA+5hSs+Lv47a8Og7wKZ0A5r2wzuHurkrsYCVOKMdY 7BIidkTkW69V2tE7exq26Fx+aCFUB+iiMP18NDIW4S4eOvIWCHy59q3/oEDzOH1npzX8 mmUfTfui6TrIZH00oPTrVZdx6R4RAcQspIXvWroStS4VcvjNIDk9V1Y4O724RfbMdINn iwq3CJDJaixz/RjmD64O00rGmcFrr2IBwuDhDfkEBSzjgICf4B58gDFAV3zzgHN70o81 2p3A== X-Gm-Message-State: AOAM531umVtsmRWFtEtYFn7u8iZJ1AfRFbY4W2YcMu0WRK/A6KPoAJj9 yBeUbc+xxZKNiTiH8z60HpU= X-Google-Smtp-Source: ABdhPJzWwiMksP7poMBG9F6lvpHBKi34ACGnuOUu1bRhjxwVHgjI0tWBVAXOvRC+NWJlujhYbijMKg== X-Received: by 2002:a1c:f605:0:b0:37b:b5de:89a0 with SMTP id w5-20020a1cf605000000b0037bb5de89a0mr19771940wmc.88.1647869833069; Mon, 21 Mar 2022 06:37:13 -0700 (PDT) Received: from monk.home ([2a01:cb10:430:ec00:4737:d56e:186b:af1]) by smtp.gmail.com with ESMTPSA id w5-20020a5d5445000000b00203f8c96bcesm7969426wrv.49.2022.03.21.06.37.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 21 Mar 2022 06:37:12 -0700 (PDT) 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 v5 2/3] drm/panel: Add panel driver for NewVision NV3052C based LCDs Date: Mon, 21 Mar 2022 14:36:50 +0100 Message-Id: <20220321133651.291592-3-cbranchereau@gmail.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220321133651.291592-1-cbranchereau@gmail.com> References: <20220321133651.291592-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 Reviewed-by: Sam Ravnborg --- drivers/gpu/drm/panel/Kconfig | 9 + drivers/gpu/drm/panel/Makefile | 1 + .../gpu/drm/panel/panel-newvision-nv3052c.c | 484 ++++++++++++++++++ 3 files changed, 494 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..7ad9d29839fc --- /dev/null +++ b/drivers/gpu/drm/panel/panel-newvision-nv3052c.c @@ -0,0 +1,484 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * NewVision NV3052C IPS LCD panel driver + * + * Copyright (C) 2020, Paul Cercueil + * Copyright (C) 2022, Christophe Branchereau + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include