We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6568104 commit a61eb17Copy full SHA for a61eb17
drivers/gpu/drm/msm/hdmi/hdmi.c
@@ -549,6 +549,7 @@ static void msm_hdmi_dev_remove(struct platform_device *pdev)
549
}
550
551
static const struct of_device_id msm_hdmi_dt_match[] = {
552
+ { .compatible = "qcom,hdmi-tx-8998", .data = &hdmi_tx_8974_config },
553
{ .compatible = "qcom,hdmi-tx-8996", .data = &hdmi_tx_8974_config },
554
{ .compatible = "qcom,hdmi-tx-8994", .data = &hdmi_tx_8974_config },
555
{ .compatible = "qcom,hdmi-tx-8084", .data = &hdmi_tx_8974_config },
0 commit comments