|
@@ -1084,7 +1084,7 @@ static const struct i2c_algorithm i2c_pxa_pio_algorithm = {
|
|
|
.functionality = i2c_pxa_functionality,
|
|
|
};
|
|
|
|
|
|
-static struct of_device_id i2c_pxa_dt_ids[] = {
|
|
|
+static const struct of_device_id i2c_pxa_dt_ids[] = {
|
|
|
{ .compatible = "mrvl,pxa-i2c", .data = (void *)REGS_PXA2XX },
|
|
|
{ .compatible = "mrvl,pwri2c", .data = (void *)REGS_PXA3XX },
|
|
|
{ .compatible = "mrvl,mmp-twsi", .data = (void *)REGS_PXA2XX },
|