| #
690e9ed1 |
| 18-May-2023 |
Sandy Huang <hjc@rock-chips.com> |
video/drm: add support HDMI display from SPL
The SPL display only can support at rk3528 hdmi output, you can add the following config to enable SPL display:
CONFIG_ARM_SMP=y CONFIG_MP_BOOT=y CONFIG
video/drm: add support HDMI display from SPL
The SPL display only can support at rk3528 hdmi output, you can add the following config to enable SPL display:
CONFIG_ARM_SMP=y CONFIG_MP_BOOT=y CONFIG_ARMV8_SET_SMPEN=y CONFIG_SPL_DM_VIDEO=y CONFIG_SPL_I2C_EDID=y
Signed-off-by: Sandy Huang <hjc@rock-chips.com> Signed-off-by: Algea Cao <algea.cao@rock-chips.com> Change-Id: I4fea0900b5f6714d8ca573ea715797d513c3bb03
show more ...
|