Skip to content

Integrate meta-seco-rk/linux-seco-rk/seco_5.10.110-gm_sn65dsi84

Commit: edgehog/layers/seco/meta-seco-rk@1c1ea31f

Integrate linux-seco-rk/seco_5.10.110-gm_sn65dsi84

--

Commit: edgehog/bsp/rockchip/linux-seco-rk@f3a5b2ff

[DRIVER] DSI-to-LVDS SN65DSI84 bridge: fix initialization sequence

The SN65DSI84 datasheet states in its initialization sequence description that after power is applied and stable the DSI CLK lanes MUST be in HS state and the DSI data lanes MUST be driven to LP11 state before proceeding to setup the bridge state. After investigating the RK3588 MIPI DSI driver it was found that this required state is attained at the pre_enable callback, so the bridge driver must execute its initialization sequence at the same callback.

Merge request reports