[PATCH v6 3/6] drm/msm/hdmi: add "qcom,hdmi-tx-8998" compatible
Conor Dooley
conor at kernel.org
Mon Jul 15 15:26:12 UTC 2024
On Mon, Jul 15, 2024 at 02:21:16PM +0200, Marc Gonzalez wrote:
> Current driver already supports the msm8998 HDMI TX.
> We just need to add the compatible string.
Why is this required when the driver change suggests that this device is
compatible with the existing 8974?
>
> Signed-off-by: Marc Gonzalez <mgonzalez at freebox.fr>
> ---
> drivers/gpu/drm/msm/hdmi/hdmi.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/msm/hdmi/hdmi.c b/drivers/gpu/drm/msm/hdmi/hdmi.c
> index 24abcb7254cc4..0bfee41c2e71a 100644
> --- a/drivers/gpu/drm/msm/hdmi/hdmi.c
> +++ b/drivers/gpu/drm/msm/hdmi/hdmi.c
> @@ -549,6 +549,7 @@ static void msm_hdmi_dev_remove(struct platform_device *pdev)
> }
>
> static const struct of_device_id msm_hdmi_dt_match[] = {
> + { .compatible = "qcom,hdmi-tx-8998", .data = &hdmi_tx_8974_config },
> { .compatible = "qcom,hdmi-tx-8996", .data = &hdmi_tx_8974_config },
> { .compatible = "qcom,hdmi-tx-8994", .data = &hdmi_tx_8974_config },
> { .compatible = "qcom,hdmi-tx-8084", .data = &hdmi_tx_8974_config },
>
> --
> 2.34.1
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20240715/34566f83/attachment-0001.sig>
More information about the dri-devel
mailing list