RK3568 SoCs have a single LVDS output, that use PHY shared by two display
pipelines: LVDS and MIPI DSI.
Signed-off-by: Alibek Omarov
---
.../devicetree/bindings/display/rockchip/rockchip-lvds.txt | 1 +
1 file changed, 1 insertion(+)
diff --git
a/Documentation/devicetree/bindings
rk356x does share DSI DPHY with MIPI DSI, and all
groundwork on enabling it is done by Chris Morgan.
Tested on Autogramma Monitor RockChip, custom board based on Radxa Rock 3
Computing Module Plus.
Alibek Omarov (3):
drm/rockchip: lvds: add rk3568 support
arm64: dts: rockchip: rk356x: add LVDS
Exposes ports for VOP2 and for panel
Tested-by: Alexander Sverdlin
Link:
https://patchwork.kernel.org/project/linux-rockchip/patch/20220923160115.2946615-3-a1ba.oma...@gmail.com/#25097661
Signed-off-by: Alibek Omarov
---
arch/arm64/boot/dts/rockchip/rk356x.dtsi | 25
One of the ports of RK3568 can be configured as LVDS, re-using the DSI DPHY
Signed-off-by: Alibek Omarov
---
drivers/gpu/drm/rockchip/rockchip_lvds.c | 144 +--
drivers/gpu/drm/rockchip/rockchip_lvds.h | 10 ++
2 files changed, 147 insertions(+), 7 deletions(-)
diff --git