Skip to content

Commit 45810d4

Browse files
granquetvinodkoul
authored andcommitted
phy: mediatek: add support for phy-mtk-hdmi-mt8195
Add support for the mediatek hdmi phy on MT8195 SoC Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Signed-off-by: Guillaume Ranquet <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 605b903 commit 45810d4

File tree

5 files changed

+614
-0
lines changed

5 files changed

+614
-0
lines changed

drivers/phy/mediatek/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ obj-$(CONFIG_PHY_MTK_XSPHY) += phy-mtk-xsphy.o
1212
phy-mtk-hdmi-drv-y := phy-mtk-hdmi.o
1313
phy-mtk-hdmi-drv-y += phy-mtk-hdmi-mt2701.o
1414
phy-mtk-hdmi-drv-y += phy-mtk-hdmi-mt8173.o
15+
phy-mtk-hdmi-drv-y += phy-mtk-hdmi-mt8195.o
1516
obj-$(CONFIG_PHY_MTK_HDMI) += phy-mtk-hdmi-drv.o
1617

1718
phy-mtk-mipi-dsi-drv-y := phy-mtk-mipi-dsi.o

0 commit comments

Comments
 (0)