From: Chris Morgan <macroalpha82@gmail.com>
To: linux-rockchip@lists.infradead.org
Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
dmitry.torokhov@gmail.com, simona@ffwll.ch, airlied@gmail.com,
tzimmermann@suse.de, mripard@kernel.org,
maarten.lankhorst@linux.intel.com, jesszhan0024@gmail.com,
neil.armstrong@linaro.org, jagan@edgeble.ai, heiko@sntech.de,
conor+dt@kernel.org, krzk+dt@kernel.org, robh@kernel.org,
aweinzerl13@yahoo.com, Chris Morgan <macromorgan@hotmail.com>
Subject: [PATCH 0/6] Add Anbernic RG-DS
Date: Tue, 13 Jan 2026 13:57:15 -0600 [thread overview]
Message-ID: <20260113195721.151205-1-macroalpha82@gmail.com> (raw)
From: Chris Morgan <macromorgan@hotmail.com>
Add support for the Anbernic RG-DS. The Anbernic RG-DS is a dual-screen
handheld from Anbernic powered by the Rockchip RK3568 SoC. It has
dual DSI displays with touchscreens, multiple face buttons, and is in
a foldable clamshell form-factor.
https://anbernic.com/products/rgds
Chris Morgan (6):
drm: panel: jd9365da: Use gpiod_set_value_cansleep()
dt-bindings: display: panel: Add compatible for Anbernic RG-DS
drm/panel: jd9365da: Support for Anbernic RG-DS Panel
dt-bindings: arm: rockchip: Add Anbernic RG-DS
dt-bindings: input: touchscreen: goodix: Add "panel" property
arm64: dts: rockchip: Add Anbernic RG-DS
.../devicetree/bindings/arm/rockchip.yaml | 6 +
.../display/panel/jadard,jd9365da-h3.yaml | 2 +
.../bindings/input/touchscreen/goodix.yaml | 2 +
arch/arm64/boot/dts/rockchip/Makefile | 1 +
.../dts/rockchip/rk3568-anbernic-rg-ds.dts | 1237 +++++++++++++++++
.../gpu/drm/panel/panel-jadard-jd9365da-h3.c | 281 +++-
6 files changed, 1522 insertions(+), 7 deletions(-)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-anbernic-rg-ds.dts
--
2.43.0
next reply other threads:[~2026-01-13 19:59 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-13 19:57 Chris Morgan [this message]
2026-01-13 19:57 ` [PATCH 1/6] drm: panel: jd9365da: Use gpiod_set_value_cansleep() Chris Morgan
2026-01-13 20:08 ` Heiko Stübner
2026-01-13 19:57 ` [PATCH 2/6] dt-bindings: display: panel: Add compatible for Anbernic RG-DS Chris Morgan
2026-01-15 18:53 ` Rob Herring (Arm)
2026-01-13 19:57 ` [PATCH 3/6] drm/panel: jd9365da: Support for Anbernic RG-DS Panel Chris Morgan
2026-01-14 8:52 ` neil.armstrong
2026-01-13 19:57 ` [PATCH 4/6] dt-bindings: arm: rockchip: Add Anbernic RG-DS Chris Morgan
2026-01-15 18:54 ` Rob Herring (Arm)
2026-01-13 19:57 ` [PATCH 5/6] dt-bindings: input: touchscreen: goodix: Add "panel" property Chris Morgan
2026-01-15 18:55 ` Rob Herring (Arm)
2026-01-16 9:49 ` Heiko Stübner
2026-01-20 19:54 ` Dmitry Torokhov
2026-01-13 19:57 ` [PATCH 6/6] arm64: dts: rockchip: Add Anbernic RG-DS Chris Morgan
2026-01-20 10:18 ` (subset) [PATCH 0/6] " Heiko Stuebner
2026-01-22 18:32 ` Heiko Stuebner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260113195721.151205-1-macroalpha82@gmail.com \
--to=macroalpha82@gmail.com \
--cc=airlied@gmail.com \
--cc=aweinzerl13@yahoo.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=heiko@sntech.de \
--cc=jagan@edgeble.ai \
--cc=jesszhan0024@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=macromorgan@hotmail.com \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=robh@kernel.org \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox