riscv:linux:drm
authorshengyang.chen <shengyang.chen@starfivetech.com>
Wed, 31 Aug 2022 08:17:32 +0000 (16:17 +0800)
committershengyang.chen <shengyang.chen@starfivetech.com>
Wed, 31 Aug 2022 08:17:32 +0000 (16:17 +0800)
replace driver compatible value for vout

Signed-off-by: shengyang.chen<shengyang.chen@starfivetech.com>
drivers/gpu/drm/verisilicon/inno_hdmi.c
drivers/gpu/drm/verisilicon/vs_simple_enc.c
drivers/phy/m31/phy-m31-dphy-tx0.c

index 48f2a21..aaa0bed 100755 (executable)
@@ -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,
        },
 };
index e1f1fda..f254ff3 100755 (executable)
@@ -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},
        {},
index bde1fa8..f36fbab 100644 (file)
@@ -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",
        },
        {}
 };