Skip to content

Commit cea99a8

Browse files
committed
[Bugfix] fix broken gpu/drm/i2c/tda998x
For reference: starfive-tech#86 Signed-off-by: MichaIng <[email protected]>
1 parent a348ffc commit cea99a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i2c/tda998x_pin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ static const struct of_device_id tda998x_rgb_dt_ids[] = {
3030
{ .compatible = "starfive,tda998x_rgb_pin", },
3131
{ /* sentinel */ },
3232
};
33-
MODULE_DEVICE_TABLE(of, starfive_drm_dt_ids);
33+
MODULE_DEVICE_TABLE(of, tda998x_rgb_dt_ids);
3434

3535
static struct platform_driver starfive_drm_platform_driver = {
3636
.probe = starfive_drm_platform_probe,

0 commit comments

Comments
 (0)