[PATCH v10 6/6] arm64: defconfig: Enable Synopsys HDMI receiver

Hans Verkuil hverkuil at xs4all.nl
Wed Feb 26 00:31:24 PST 2025


On 25/02/2025 19:30, Dmitry Osipenko wrote:
> From: Sebastian Reichel <sebastian.reichel at collabora.com>
> 
> The Rockchip RK3588 has a built-in HDMI receiver block from
> Synopsys. Let's enable the driver for it.
> 
> Signed-off-by: Sebastian Reichel <sebastian.reichel at collabora.com>
> Signed-off-by: Dmitry Osipenko <dmitry.osipenko at collabora.com>
> ---
>  arch/arm64/configs/defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index cb7da4415599..3dccc9e1c4aa 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -859,6 +859,8 @@ CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC=m
>  CONFIG_VIDEO_SAMSUNG_S5P_JPEG=m
>  CONFIG_VIDEO_SAMSUNG_S5P_MFC=m
>  CONFIG_VIDEO_SUN6I_CSI=m
> +CONFIG_VIDEO_SYNOPSYS_HDMIRX=m
> +CONFIG_VIDEO_SYNOPSYS_HDMIRX_LOAD_DEFAULT_EDID=y

I do not believe it is a good idea to default to y for this option.

The EDID depends on the specific device you make, and you should
think carefully about whether the default EDID fits the needs of the
device.

So if you want the default EDID, then you should manually select it
and not have it autoselected.

Regards,

	Hans

>  CONFIG_VIDEO_TI_J721E_CSI2RX=m
>  CONFIG_VIDEO_HANTRO=m
>  CONFIG_VIDEO_IMX219=m




More information about the Linux-rockchip mailing list