dw-mipi-dsi support for Rockchip px30
From: Heiko Stuebner <heiko.stuebner@...> Date: Fri, 8 Nov 2019 00:39:11 +0100
This series adds support for the dsi controller on the px30. The main difference to previous incarnations is the use of an external dphy for the output. changes in v2: - drop handling the dphy-pll manually, instead use the regular phy configuration operations, thanks Laurent for the suggestion - add missing px30 compatible to the binding and make binding changes separate patches Heiko Stuebner (5): drm/bridge/synopsys: dsi: move phy_ops callbacks around panel enablement dt-bindings: display: rockchip-dsi: document external phys drm/rockchip: add ability to handle external dphys in mipi-dsi dt-bindings: display: rockchip-dsi: add px30 compatible drm/rockchip: dsi: add px30 support .../display/rockchip/dw_mipi_dsi_rockchip.txt | 13 ++- drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | 13 ++- .../gpu/drm/rockchip/dw-mipi-dsi-rockchip.c | 95 ++++++++++++++++++- 3 files changed, 106 insertions(+), 15 deletions(-) -- 2.23.0
Patches in this set
- [0001] drm/bridge/synopsys: dsi: move phy_ops callbacks around (raw)
- [0002] dt-bindings: display: rockchip-dsi: document external (raw)
- [0003] drm/rockchip: add ability to handle external dphys in (raw)
- [0004] dt-bindings: display: rockchip-dsi: add px30 compatible (raw)
- [0005] drm/rockchip: dsi: add px30 support (raw)
Statistics
- 5 individual patches
- 106 lines added
- 15 lines removed