[PATCH v2 0/2] PHY: Add support for MT8196 DSI PHY
AngeloGioacchino Del Regno
angelogioacchino.delregno at collabora.com
Mon Jul 13 03:23:20 PDT 2026
Changes in v2:
- Added a few comments and fix scheduling while atomic issue in clk
enable ops by waiting with udelay() instead
- Removed one unnecessary delay after clk/pwr isolation disablement
This series adds support for the DSI PHY found in the newer MediaTek
Dimensity 9400 (MT6991), Genio Pro 5100 (MT8894) and Kompanio Ultra
(MT8196) SoCs.
AngeloGioacchino Del Regno (2):
dt-bindings: phy: mediatek,dsi-phy: Add support for MT8196
phy: mediatek: Add support for MT8196 MIPI DSI PHY
.../bindings/phy/mediatek,dsi-phy.yaml | 1 +
drivers/phy/mediatek/Makefile | 1 +
.../phy/mediatek/phy-mtk-mipi-dsi-mt8196.c | 196 ++++++++++++++++++
drivers/phy/mediatek/phy-mtk-mipi-dsi.c | 1 +
drivers/phy/mediatek/phy-mtk-mipi-dsi.h | 2 +-
5 files changed, 200 insertions(+), 1 deletion(-)
create mode 100644 drivers/phy/mediatek/phy-mtk-mipi-dsi-mt8196.c
--
2.54.0
More information about the linux-phy
mailing list