From: shengyang.chen Date: Wed, 31 Aug 2022 08:17:32 +0000 (+0800) Subject: riscv:linux:drm X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0eb9d07b37231f2537cf87cbe3735a2786e95f1;p=platform%2Fkernel%2Flinux-starfive.git riscv:linux:drm replace driver compatible value for vout Signed-off-by: shengyang.chen --- diff --git a/drivers/gpu/drm/verisilicon/inno_hdmi.c b/drivers/gpu/drm/verisilicon/inno_hdmi.c index 48f2a21..aaa0bed 100755 --- a/drivers/gpu/drm/verisilicon/inno_hdmi.c +++ b/drivers/gpu/drm/verisilicon/inno_hdmi.c @@ -1199,7 +1199,7 @@ static int inno_hdmi_remove(struct platform_device *pdev) } static const struct of_device_id inno_hdmi_dt_ids[] = { - { .compatible = "rockchip,rk3036-inno-hdmi", + { .compatible = "inno,hdmi", }, {}, }; @@ -1209,7 +1209,7 @@ struct platform_driver inno_hdmi_driver = { .probe = inno_hdmi_probe, .remove = inno_hdmi_remove, .driver = { - .name = "innohdmi-rockchip", + .name = "innohdmi-starfive", .of_match_table = inno_hdmi_dt_ids, }, }; diff --git a/drivers/gpu/drm/verisilicon/vs_simple_enc.c b/drivers/gpu/drm/verisilicon/vs_simple_enc.c index e1f1fda..f254ff3 100755 --- a/drivers/gpu/drm/verisilicon/vs_simple_enc.c +++ b/drivers/gpu/drm/verisilicon/vs_simple_enc.c @@ -264,7 +264,7 @@ static const struct component_ops encoder_component_ops = { }; static const struct of_device_id simple_encoder_dt_match[] = { - { .compatible = "verisilicon,hdmi-encoder", .data = &hdmi_priv}, + { .compatible = "verisilicon,rgb-encoder", .data = &hdmi_priv}, { .compatible = "verisilicon,dp-encoder", .data = &hdmi_priv}, { .compatible = "verisilicon,dsi-encoder", .data = &dsi_priv}, {}, diff --git a/drivers/phy/m31/phy-m31-dphy-tx0.c b/drivers/phy/m31/phy-m31-dphy-tx0.c index bde1fa8..f36fbab 100644 --- a/drivers/phy/m31/phy-m31-dphy-tx0.c +++ b/drivers/phy/m31/phy-m31-dphy-tx0.c @@ -691,7 +691,7 @@ static const struct phy_ops sf_dphy_ops = { static const struct of_device_id sf_dphy_dt_ids[] = { { - .compatible = "starfive,jh7100-mipi-dphy-tx", + .compatible = "m31,mipi-dphy-tx", }, {} };