[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231123133749.2030661-1-mwalle@kernel.org>
Date: Thu, 23 Nov 2023 14:37:45 +0100
From: Michael Walle <mwalle@...nel.org>
To: Chun-Kuang Hu <chunkuang.hu@...nel.org>,
Philipp Zabel <p.zabel@...gutronix.de>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Maxime Ripard <mripard@...nel.org>,
Thomas Zimmermann <tzimmermann@...e.de>,
David Airlie <airlied@...il.com>,
Daniel Vetter <daniel@...ll.ch>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Chunfeng Yun <chunfeng.yun@...iatek.com>,
Vinod Koul <vkoul@...nel.org>,
Kishon Vijay Abraham I <kishon@...nel.org>,
Matthias Brugger <matthias.bgg@...il.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@...labora.com>,
Jitao Shi <jitao.shi@...iatek.com>,
Xinlei Lee <xinlei.lee@...iatek.com>
Cc: dri-devel@...ts.freedesktop.org,
linux-mediatek@...ts.infradead.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-phy@...ts.infradead.org, Michael Walle <mwalle@...nel.org>
Subject: [PATCH 0/4] drm/mediatek: support DSI output on MT8195
Add support for a DSI output on VDOSYS0. Luckily, there is a new
feature to support dynamic selections of the output (connector).
Use it to add support for a DSI output.
Apart from that, this is pretty straghtforward by just adding new
compatibles and add the correct DSI nodes to the SoC dtsi.
This was tested with a Toshiba TC358775 DSI-to-LVDS bridge and
three different panels. Please note, that the driver for this
bridge doesn't work well and needs a more or less complete rework,
which will be posted on a separate series.
Michael Walle (4):
dt-bindings: display: mediatek: dsi: add compatible for MediaTek
MT8195
dt-bindings: phy: add compatible for Mediatek MT8195
arm64: dts: mediatek: mt8195: add DSI and MIPI DPHY nodes
drm/mediatek: support the DSI0 output on the MT8195 VDOSYS0
.../display/mediatek/mediatek,dsi.yaml | 4 ++
.../bindings/phy/mediatek,dsi-phy.yaml | 1 +
arch/arm64/boot/dts/mediatek/mt8195.dtsi | 48 +++++++++++++++++++
drivers/gpu/drm/mediatek/mtk_drm_drv.c | 8 +++-
4 files changed, 60 insertions(+), 1 deletion(-)
--
2.39.2
Powered by blists - more mailing lists