From: Chris Morgan <macroalpha82@gmail.com>
To: u-boot@lists.denx.de
Cc: yifeng.zhao@rock-chips.com, jagan@edgeble.ai, agust@denx.de,
kever.yang@rock-chips.com, philipp.tomsich@vrull.eu,
sjg@chromium.org, Chris Morgan <macromorgan@hotmail.com>
Subject: [PATCH 0/2] rockchip: Add DSI support for RK3568
Date: Fri, 24 Mar 2023 13:53:05 -0500 [thread overview]
Message-ID: <20230324185307.818748-1-macroalpha82@gmail.com> (raw)
From: Chris Morgan <macromorgan@hotmail.com>
This patch series is to add DSI support for the RK3568 SoC. DSI and
DSI-DPHY support is needed in my use case so that I may read the
panel ID via DSI commands prior to loading Linux in order to
differentiate between different panels and correct the device tree.
The drivers are heavily based on upstream Linux drivers, and should
allow support for display to a DSI panel if an appropriate video output
device and panel driver is also written.
Tested drivers on Anbernic RG353 series devices to read panel ID
in U-Boot.
Chris Morgan (2):
drivers: phy: add Innosilicon DSI-DPHY driver
rockchip: video: Add support for RK3568 DSI Host
drivers/phy/rockchip/Kconfig | 8 +
drivers/phy/rockchip/Makefile | 1 +
.../phy/rockchip/phy-rockchip-inno-dsidphy.c | 680 +++++++++++++
drivers/video/dw_mipi_dsi.c | 9 +
drivers/video/rockchip/Kconfig | 8 +
drivers/video/rockchip/Makefile | 1 +
drivers/video/rockchip/dw_mipi_dsi_rockchip.c | 898 ++++++++++++++++++
7 files changed, 1605 insertions(+)
create mode 100644 drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c
create mode 100644 drivers/video/rockchip/dw_mipi_dsi_rockchip.c
--
2.34.1
next reply other threads:[~2023-03-24 18:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-24 18:53 Chris Morgan [this message]
2023-03-24 18:53 ` [PATCH 1/2] drivers: phy: add Innosilicon DSI-DPHY driver Chris Morgan
2023-04-14 8:52 ` Kever Yang
2023-03-24 18:53 ` [PATCH 2/2] rockchip: video: Add support for RK3568 DSI Host Chris Morgan
2023-04-14 8:53 ` Kever Yang
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=20230324185307.818748-1-macroalpha82@gmail.com \
--to=macroalpha82@gmail.com \
--cc=agust@denx.de \
--cc=jagan@edgeble.ai \
--cc=kever.yang@rock-chips.com \
--cc=macromorgan@hotmail.com \
--cc=philipp.tomsich@vrull.eu \
--cc=sjg@chromium.org \
--cc=u-boot@lists.denx.de \
--cc=yifeng.zhao@rock-chips.com \
/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