Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/msm/hdmi: reuse MSM8960's config for MSM8660

MSM8660 requires the same set of clocks and regulators as MSM8960. Reuse
MSM8960's config for the MSM8660 (8x60).

Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/488864/
Link: https://lore.kernel.org/r/20220609122350.3157529-12-dmitry.baryshkov@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

+1 -3
+1 -3
drivers/gpu/drm/msm/hdmi/hdmi.c
··· 370 370 .item ## _names = item ##_names_ ## entry, \ 371 371 .item ## _cnt = ARRAY_SIZE(item ## _names_ ## entry) 372 372 373 - static struct hdmi_platform_config hdmi_tx_8660_config; 374 - 375 373 static const char *hpd_reg_names_8960[] = {"core-vdda"}; 376 374 static const char *hpd_clk_names_8960[] = {"core", "master_iface", "slave_iface"}; 377 375 ··· 565 567 { .compatible = "qcom,hdmi-tx-8084", .data = &hdmi_tx_8974_config }, 566 568 { .compatible = "qcom,hdmi-tx-8974", .data = &hdmi_tx_8974_config }, 567 569 { .compatible = "qcom,hdmi-tx-8960", .data = &hdmi_tx_8960_config }, 568 - { .compatible = "qcom,hdmi-tx-8660", .data = &hdmi_tx_8660_config }, 570 + { .compatible = "qcom,hdmi-tx-8660", .data = &hdmi_tx_8960_config }, 569 571 {} 570 572 }; 571 573