Skip to content

Commit

Permalink
[Bugfix] fix broken gpu/drm/i2c/tda998x
Browse files Browse the repository at this point in the history
For reference: starfive-tech#86

Signed-off-by: MichaIng <[email protected]>
  • Loading branch information
MichaIng committed Apr 5, 2023
1 parent a3f82eb commit 5be605f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i2c/tda998x_pin.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static const struct of_device_id tda998x_rgb_dt_ids[] = {
{ .compatible = "starfive,tda998x_rgb_pin", },
{ /* sentinel */ },
};
MODULE_DEVICE_TABLE(of, starfive_drm_dt_ids);
MODULE_DEVICE_TABLE(of, tda998x_rgb_dt_ids);

static struct platform_driver starfive_drm_platform_driver = {
.probe = starfive_drm_platform_probe,
Expand Down

0 comments on commit 5be605f

Please sign in to comment.