Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e68d547b authored by Andrzej Hajda's avatar Andrzej Hajda Committed by Inki Dae
Browse files

drm/exynos/hdmi: remove support for deprecated compatible



This compatible was marked as deprecated in Jun 2013 and it is not used since
then. Additionally its driver data points to wrong pll settings, so it
cannot work anyway.

Signed-off-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
Reviewed-by: default avatarGustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent d7e1bc3f
Loading
Loading
Loading
Loading
+0 −10
Original line number Original line Diff line number Diff line
@@ -507,13 +507,6 @@ static struct hdmi_driver_data exynos4210_hdmi_driver_data = {
	.is_apb_phy	= 0,
	.is_apb_phy	= 0,
};
};


static struct hdmi_driver_data exynos5_hdmi_driver_data = {
	.type		= HDMI_TYPE14,
	.phy_confs	= hdmiphy_v13_configs,
	.phy_conf_count	= ARRAY_SIZE(hdmiphy_v13_configs),
	.is_apb_phy	= 0,
};

static inline u32 hdmi_reg_read(struct hdmi_context *hdata, u32 reg_id)
static inline u32 hdmi_reg_read(struct hdmi_context *hdata, u32 reg_id)
{
{
	return readl(hdata->regs + reg_id);
	return readl(hdata->regs + reg_id);
@@ -1909,9 +1902,6 @@ static int hdmi_resources_init(struct hdmi_context *hdata)


static struct of_device_id hdmi_match_types[] = {
static struct of_device_id hdmi_match_types[] = {
	{
	{
		.compatible = "samsung,exynos5-hdmi",
		.data = &exynos5_hdmi_driver_data,
	}, {
		.compatible = "samsung,exynos4210-hdmi",
		.compatible = "samsung,exynos4210-hdmi",
		.data = &exynos4210_hdmi_driver_data,
		.data = &exynos4210_hdmi_driver_data,
	}, {
	}, {