diff options
author | Phi-bang Nguyen <pnguyen@baylibre.com> | 2024-01-11 11:17:30 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2024-02-07 15:02:13 +0100 |
commit | 442f34ede7afd23e0fa1d838790f531d5e59d697 (patch) | |
tree | e9a29d26b3cc0aa91bad5ed8f5bd9e301dc7c900 /MAINTAINERS | |
parent | a41baa4f0f7d215f4c95a053f593d9b1378963f7 (diff) | |
download | linux-442f34ede7afd23e0fa1d838790f531d5e59d697.tar.gz linux-442f34ede7afd23e0fa1d838790f531d5e59d697.tar.bz2 linux-442f34ede7afd23e0fa1d838790f531d5e59d697.zip |
phy: mtk-mipi-csi: add driver for CSI phy
This is a new driver that supports the MIPI CSI CD-PHY version 0.5
The number of PHYs depend on the SoC.
Each PHY can support D-PHY only or CD-PHY configuration.
The driver supports only D-PHY mode, so CD-PHY
compatible PHY are configured in D-PHY mode.
[Julien Stephan: simplify driver model: one instance per phy vs
one instance for all phys]
Signed-off-by: Louis Kuo <louis.kuo@mediatek.com>
Signed-off-by: Phi-bang Nguyen <pnguyen@baylibre.com>
[Julien Stephan: refactor code]
Co-developed-by: Julien Stephan <jstephan@baylibre.com>
Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20240111101738.468916-1-jstephan@baylibre.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 074182e6ab3a..2214330853ad 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13746,6 +13746,7 @@ M: Julien Stephan <jstephan@baylibre.com> M: Andy Hsieh <andy.hsieh@mediatek.com> S: Supported F: Documentation/devicetree/bindings/phy/mediatek,mt8365-csi-rx.yaml +F: drivers/phy/mediatek/phy-mtk-mipi-csi-0-5* MEDIATEK MMC/SD/SDIO DRIVER M: Chaotian Jing <chaotian.jing@mediatek.com> |