Hello Sascha,
On Fri, 2023-01-20 at 10:16 +0100, Sascha Hauer wrote:
> > + /* Enable LVDS mode */
> > + return regmap_update_bits(lvds->grf, RK3568_GRF_VO_CON2,
> > + RK3568_LVDS0_MODE_EN(1),
> > + RK3568_LVDS0_MODE_EN(1))
On Fri, Jan 20, 2023 at 09:31:43AM +, Sverdlin, Alexander wrote:
> Hello Sascha,
>
> On Fri, 2023-01-20 at 10:16 +0100, Sascha Hauer wrote:
> > > + /* Enable LVDS mode */
> > > + return regmap_update_bits(lvds->grf, RK3568_GRF_VO_CON2,
> > > + RK3568
On Thu, Jan 19, 2023 at 09:48:03PM +0300, Alibek Omarov wrote:
> 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
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 a