Skip to content

Commit a61eb17

Browse files
Zebra345lumag
authored andcommitted
drm/msm/hdmi: add "qcom,hdmi-tx-8998" compatible
Current driver already supports the msm8998 HDMI TX. We just need to add the compatible string. Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Marc Gonzalez <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/605632/ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 6568104 commit a61eb17

File tree

1 file changed

+1
-0
lines changed
  • drivers/gpu/drm/msm/hdmi

1 file changed

+1
-0
lines changed

drivers/gpu/drm/msm/hdmi/hdmi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ static void msm_hdmi_dev_remove(struct platform_device *pdev)
549549
}
550550

551551
static const struct of_device_id msm_hdmi_dt_match[] = {
552+
{ .compatible = "qcom,hdmi-tx-8998", .data = &hdmi_tx_8974_config },
552553
{ .compatible = "qcom,hdmi-tx-8996", .data = &hdmi_tx_8974_config },
553554
{ .compatible = "qcom,hdmi-tx-8994", .data = &hdmi_tx_8974_config },
554555
{ .compatible = "qcom,hdmi-tx-8084", .data = &hdmi_tx_8974_config },

0 commit comments

Comments
 (0)