From patchwork Fri Oct 28 20:50:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Morgan X-Patchwork-Id: 13024294 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D8C10C38A02 for ; Fri, 28 Oct 2022 20:50:22 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1246A10E8D3; Fri, 28 Oct 2022 20:50:21 +0000 (UTC) Received: from mail-ot1-x32c.google.com (mail-ot1-x32c.google.com [IPv6:2607:f8b0:4864:20::32c]) by gabe.freedesktop.org (Postfix) with ESMTPS id DDC7510E8D3 for ; Fri, 28 Oct 2022 20:50:16 +0000 (UTC) Received: by mail-ot1-x32c.google.com with SMTP id t4-20020a9d7f84000000b00661c3d864f9so3642254otp.10 for ; Fri, 28 Oct 2022 13:50:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=UVGg0nA9wNIi0Jewzc4LnXJCRV2Q026/w/hAmHhcOh8=; b=H1029xbs79t9tr1kbLWT6fPLxjSzS7siE74Xl+uCOWnjSt7j4GsyKbM9xkyum3YzkD GVI31mt+VG0CBbNOGzUwk5+mGquDS9iC8rWCj6jE3gbpP5STHe5EiOEsXzWvHq75/MGR tyMUngcCL18QYIyyznBywbOpQr7K0MIVL/RMjhO338L4mV2IoSNmR4HRaUWSgv0Utpf0 bzocEPVz5dgfO+but3uoUR7XAwQTXbgj3iYzfBDSFszqBH8+6zx8KnwZfuk6Bklcpc0i KmkkR7vgO5x6b4ndGauKWhsPGIOCynxKkQqA9bHpj0qJFOqC1yIVQBQcjA97Bq8NzuXK 7b4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=UVGg0nA9wNIi0Jewzc4LnXJCRV2Q026/w/hAmHhcOh8=; b=HKMYc4y6wV+xj6UfFZevjmBCCGZSZxjYd/j99xKv/g3Xv2b1PeE5QUVVuTwdSsjCJ5 DtTQGzaa0PhIp+Btox4sqUAXqYtSB8yOjGMXiUYgMlbsRqm9EWHdSsiusLT/qA94JAHn CApBty5PrJpwzHPoywSRb8OqVv8/7KPRjDQ1ILK/zMAwxo8c3Q2pEQE2dHiD8v/Wt8wI zjrEpUyNONWaT5fMllwpXs+Fj/uRdLITu4mrKdy31HXD2+OQDnqkbkutVZrEpxKHhXJ6 xyXNaoopQ0SjVC8p2HUrfvg6o04CKdIknEP4S+zjbyCloSQKbve34TlULR8YBlmhL2T0 vc2w== X-Gm-Message-State: ACrzQf2vbO01tMHNC64O/r9Z7RIEkFSmg2tcS8tozz+GtlkqwaZrdb6l LBEqvpWZw86cFGa8u5Y2VN70FfmOwRE= X-Google-Smtp-Source: AMsMyM7z/qJohmTz3kBHDxakuJsKlqG5QpkR37Wxh1gqzFB33xlQ8lYPL1ISD+5AICD4NY7ZNulJ+w== X-Received: by 2002:a9d:7002:0:b0:661:caa8:5fab with SMTP id k2-20020a9d7002000000b00661caa85fabmr607868otj.274.1666990215577; Fri, 28 Oct 2022 13:50:15 -0700 (PDT) Received: from wintermute.localdomain (76-244-6-13.lightspeed.rcsntx.sbcglobal.net. [76.244.6.13]) by smtp.gmail.com with ESMTPSA id i2-20020a056830010200b0066756fdd916sm2090778otp.68.2022.10.28.13.50.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 Oct 2022 13:50:15 -0700 (PDT) From: Chris Morgan To: dri-devel@lists.freedesktop.org Subject: [PATCH V4 1/3] dt-bindings: vendor-prefixes: add NewVision vendor prefix Date: Fri, 28 Oct 2022 15:50:07 -0500 Message-Id: <20221028205009.15105-2-macroalpha82@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221028205009.15105-1-macroalpha82@gmail.com> References: <20221028205009.15105-1-macroalpha82@gmail.com> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org, sam@ravnborg.org, Chris Morgan , robh+dt@kernel.org, Krzysztof Kozlowski , thierry.reding@gmail.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" From: Chris Morgan NewVision (also sometimes written as New Vision) is a company based in Shenzen that manufactures ICs for controlling LCD panels. https://www.newvisiondisplay.com/ Signed-off-by: Chris Morgan Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 6e323a380294..c6aa7b3d1455 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -883,6 +883,8 @@ patternProperties: description: Shenzhen Netxeon Technology CO., LTD "^neweast,.*": description: Guangdong Neweast Optoelectronics CO., LTD + "^newvision,.*": + description: New Vision Display (Shenzhen) Co., Ltd. "^nexbox,.*": description: Nexbox "^nextthing,.*": From patchwork Fri Oct 28 20:50:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Morgan X-Patchwork-Id: 13024295 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 065B2C38A02 for ; Fri, 28 Oct 2022 20:50:42 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 454EF10E8D8; Fri, 28 Oct 2022 20:50:40 +0000 (UTC) Received: from mail-ot1-x32c.google.com (mail-ot1-x32c.google.com [IPv6:2607:f8b0:4864:20::32c]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6CA4C10E8D9 for ; Fri, 28 Oct 2022 20:50:17 +0000 (UTC) Received: by mail-ot1-x32c.google.com with SMTP id t4-20020a9d7f84000000b00661c3d864f9so3642284otp.10 for ; Fri, 28 Oct 2022 13:50:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=oVTQdW/tfDHRh/TCdE4iVdi/g1MuzKivPgDmxM+3q+A=; b=kxmEUxwY93dZM/R2RJIk2GfdCKBU8jjUPE1wgYiRp6fXyNRme4G9Rn/D0orL/U2F4m T3o9hWzBI8Umn+AGORmwsGrrerMXHavJZKc3chNsokJzznF5kZm74YwyNRdiCF99y6bf uJUtj0cZvJLJnC/9YPFlASiz1l5hSyMf247MjO6mgZb+lWiZfZMSCnshQkRUrHKQww2/ 39PGgXdUt6qBjMfWVgDQ2OUUYxcyjrORXqEMTpBqL1+NPZgOMYsxrLhZQi7uOWqHIfTA 6gyFiASITXvnIzpwvgk5Le5NhsVEMim4xCRhG2p5ADoOdNATzTA69xqKrYyjNIXusQUj kB0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=oVTQdW/tfDHRh/TCdE4iVdi/g1MuzKivPgDmxM+3q+A=; b=jHV/f3bKfefW9Zi1g3F4vFBFBE+aWzPq1JsedM2k7oZVSSKp3vk6XKHc2agyQwjOzL uiQtp5s4CBG4+oRTuguF0ErQiS2uBjydC0kSRqpv365+sTW+w6jmPlo+OOf7EupoJZsb knLYGy7dUqNu0wnH/WsYBwIqvLMkfTCT4CQVO4EgbSmwnlIbEnW17J+jlrGSkrlljtSK FxT8Sa3SVxaLVpQN2slMs5+QnFlcOSDYnn24qFJwAXNBPghyqotdYcGUYpyYe0YrZgaf eazy9FtTv7rfJ5KXvZNNoXuLpjCwc3MTP8WDzOE5UGzLpUgByk/qehz/V4rOVJZ/N3kG RQUA== X-Gm-Message-State: ACrzQf3Lr6Wm1zsKJbSHCQrE0nv7GG3a9wnna7OG8uzEGMpihegGS/ph LjxdWEXnLZWDBEUtK45r5NspmR6z94E= X-Google-Smtp-Source: AMsMyM55DjxTBEeR6EBqEP6z7wg+RcAzBMz79Oq0Pn3CT51ZmgAlB/oXAgUghpHwu/C903z/Y9hm4g== X-Received: by 2002:a9d:5f82:0:b0:638:eab8:14a4 with SMTP id g2-20020a9d5f82000000b00638eab814a4mr601637oti.71.1666990216782; Fri, 28 Oct 2022 13:50:16 -0700 (PDT) Received: from wintermute.localdomain (76-244-6-13.lightspeed.rcsntx.sbcglobal.net. [76.244.6.13]) by smtp.gmail.com with ESMTPSA id i2-20020a056830010200b0066756fdd916sm2090778otp.68.2022.10.28.13.50.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 Oct 2022 13:50:16 -0700 (PDT) From: Chris Morgan To: dri-devel@lists.freedesktop.org Subject: [PATCH V4 2/3] dt-bindings: display: panel: Add NewVision NV3051D bindings Date: Fri, 28 Oct 2022 15:50:08 -0500 Message-Id: <20221028205009.15105-3-macroalpha82@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221028205009.15105-1-macroalpha82@gmail.com> References: <20221028205009.15105-1-macroalpha82@gmail.com> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org, sam@ravnborg.org, Chris Morgan , robh+dt@kernel.org, thierry.reding@gmail.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" From: Chris Morgan Add documentation for the NewVision NV3051D panel bindings. Note that for the two expected consumers of this panel binding the underlying LCD model is unknown. Name "anbernic,rg353p-panel" is used because the hardware itself is known as "anbernic,rg353p". Signed-off-by: Chris Morgan Reviewed-by: Rob Herring --- .../display/panel/newvision,nv3051d.yaml | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/newvision,nv3051d.yaml diff --git a/Documentation/devicetree/bindings/display/panel/newvision,nv3051d.yaml b/Documentation/devicetree/bindings/display/panel/newvision,nv3051d.yaml new file mode 100644 index 000000000000..407de7fb5499 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/newvision,nv3051d.yaml @@ -0,0 +1,63 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/display/panel/newvision,nv3051d.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: NewVision NV3051D based LCD panel + +description: | + The NewVision NV3051D is a driver chip used to drive DSI panels. For now, + this driver only supports the 640x480 panels found in the Anbernic RG353 + based devices. + +maintainers: + - Chris Morgan + +allOf: + - $ref: panel-common.yaml# + +properties: + compatible: + items: + - enum: + - anbernic,rg353p-panel + - anbernic,rg353v-panel + - const: newvision,nv3051d + + reg: true + backlight: true + port: true + reset-gpios: true + vdd-supply: true + +required: + - compatible + - reg + - backlight + - vdd-supply + +additionalProperties: false + +examples: + - | + #include + dsi { + #address-cells = <1>; + #size-cells = <0>; + panel@0 { + compatible = "anbernic,rg353p-panel", "newvision,nv3051d"; + reg = <0>; + backlight = <&backlight>; + reset-gpios = <&gpio4 0 GPIO_ACTIVE_LOW>; + vdd-supply = <&vcc3v3_lcd>; + + port { + mipi_in_panel: endpoint { + remote-endpoint = <&mipi_out_panel>; + }; + }; + }; + }; + +... From patchwork Fri Oct 28 20:50:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Morgan X-Patchwork-Id: 13024297 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CB223C38A02 for ; Fri, 28 Oct 2022 20:50:55 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D818910E8DB; Fri, 28 Oct 2022 20:50:42 +0000 (UTC) Received: from mail-oi1-x22a.google.com (mail-oi1-x22a.google.com [IPv6:2607:f8b0:4864:20::22a]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7113C10E8D3 for ; Fri, 28 Oct 2022 20:50:19 +0000 (UTC) Received: by mail-oi1-x22a.google.com with SMTP id u132so7429188oib.0 for ; Fri, 28 Oct 2022 13:50:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=SAKWPFpO3BDLUB9/xcvkmx+u4pZn+K38YEespUXVWZ8=; b=i8aiZtUYdidz6fWtX50LJTxT4lS1bC5gtMRB/ilv4Zhn7J7FvaaZdJelfnMu1QuLZM /CVBowyurKP5qmgYViZVKlysJrZbTQ8SjoqYeGL2Cg8wuidodSJ8/ehP3v/5wwD71LUL llunPrGdRKLRe560eyrRnng+JB2gJYriaEcm/kdDFpzG/COrOoSO+u0TRANbMVhfabHf duHNH922VHeSIBhjeFVBtzRqlRaYRDSH4ZBznJiBxcvZeJJe3HEvIeCBD5xJLJcuWhoh NdipWcgX9rCbaJujEU8mdFewPOWV3rChgXb5rJ1O/ep94kbm3zZ0IOKYx+A7PzMiLaTg EPKw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=SAKWPFpO3BDLUB9/xcvkmx+u4pZn+K38YEespUXVWZ8=; b=EBgIR7CX2n1uPogu24woh+2wyaNiVyWMU86F19op9ruP42XSSqfKVMo0OAdCJEH566 ZDIeznyDbCVl8C0ezqa4JJ7cq1b/M10iP8qC8Gf3vr98HaFxVgFG/k3m34JteomMSvOu ZsybrdWF2EaEpkLwnyscWO+Xe5rb6Pqt+bmww7UaaaXi05h+sdr2/pn+Sx2NEmJGZc2S IjZDp6ut+VpzCckljFl2Vj/vRHS+xKPxETkMif2jtUtz7e7c4myjyN05H3i001XpYKdE qoxNOhXLGGzKQQwIwr5FPWBbYE7OvmmBSs1QOO/Yrop7iibBvStAwVrwHflAqKwI+Rjs 1vuA== X-Gm-Message-State: ACrzQf2WVdx8jMLDbphpOXForSHHHPmPrUyx809A2weS9ujJ0boxHP5T rsOmgDH2omT5htX4DIYTLfXugOKN9YM= X-Google-Smtp-Source: AMsMyM6Va6F5X+75SML1FxCdXLht5GJauhTZKq6gyEnqeTX2Sm5psZ0KZHg7C+nDy6D6okPbeRhKAw== X-Received: by 2002:a05:6808:f05:b0:354:a393:a9d3 with SMTP id m5-20020a0568080f0500b00354a393a9d3mr8953500oiw.95.1666990217827; Fri, 28 Oct 2022 13:50:17 -0700 (PDT) Received: from wintermute.localdomain (76-244-6-13.lightspeed.rcsntx.sbcglobal.net. [76.244.6.13]) by smtp.gmail.com with ESMTPSA id i2-20020a056830010200b0066756fdd916sm2090778otp.68.2022.10.28.13.50.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 Oct 2022 13:50:17 -0700 (PDT) From: Chris Morgan To: dri-devel@lists.freedesktop.org Subject: [PATCH V4 3/3] drm/panel: Add NewVision NV3051D MIPI-DSI LCD panel Date: Fri, 28 Oct 2022 15:50:09 -0500 Message-Id: <20221028205009.15105-4-macroalpha82@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221028205009.15105-1-macroalpha82@gmail.com> References: <20221028205009.15105-1-macroalpha82@gmail.com> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org, sam@ravnborg.org, Chris Morgan , robh+dt@kernel.org, thierry.reding@gmail.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" From: Chris Morgan Support NewVision NV3051D panels as found on the Anbernic RG353P and RG353V. The underlying LCD part number for the RG353x devices is unknown, so the device name and a fallback for the driver IC is used instead. Signed-off-by: Chris Morgan --- drivers/gpu/drm/panel/Kconfig | 9 + drivers/gpu/drm/panel/Makefile | 1 + .../gpu/drm/panel/panel-newvision-nv3051d.c | 523 ++++++++++++++++++ 3 files changed, 533 insertions(+) create mode 100644 drivers/gpu/drm/panel/panel-newvision-nv3051d.c diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig index a582ddd583c2..427c22bdbfb3 100644 --- a/drivers/gpu/drm/panel/Kconfig +++ b/drivers/gpu/drm/panel/Kconfig @@ -296,6 +296,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_NV3051D + tristate "NewVision NV3051D DSI panel" + depends on OF + depends on DRM_MIPI_DSI + depends on BACKLIGHT_CLASS_DEVICE + help + This driver supports the NV3051D based panel found on the Anbernic + RG353P and RG353V. + config DRM_PANEL_NEWVISION_NV3052C tristate "NewVision NV3052C RGB/SPI panel" depends on OF && SPI diff --git a/drivers/gpu/drm/panel/Makefile b/drivers/gpu/drm/panel/Makefile index 34e717382dbb..cb03b3a82738 100644 --- a/drivers/gpu/drm/panel/Makefile +++ b/drivers/gpu/drm/panel/Makefile @@ -27,6 +27,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_NV3051D) += panel-newvision-nv3051d.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 diff --git a/drivers/gpu/drm/panel/panel-newvision-nv3051d.c b/drivers/gpu/drm/panel/panel-newvision-nv3051d.c new file mode 100644 index 000000000000..e7e607f4045d --- /dev/null +++ b/drivers/gpu/drm/panel/panel-newvision-nv3051d.c @@ -0,0 +1,523 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * NV3051D MIPI-DSI panel driver for Anbernic RG353x + * Copyright (C) 2022 Chris Morgan + * + * based on + * + * Elida kd35t133 3.5" MIPI-DSI panel driver + * Copyright (C) Theobroma Systems 2020 + */ + +#include +#include +#include +#include +#include +#include + +#include