aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom/sunxi_sid.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/eeprom/sunxi_sid.c')
-rw-r--r--drivers/misc/eeprom/sunxi_sid.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/misc/eeprom/sunxi_sid.c b/drivers/misc/eeprom/sunxi_sid.c
index e137e75a89e5..9c34e5704304 100644
--- a/drivers/misc/eeprom/sunxi_sid.c
+++ b/drivers/misc/eeprom/sunxi_sid.c
@@ -96,11 +96,8 @@ static int sunxi_sid_remove(struct platform_device *pdev)
96} 96}
97 97
98static const struct of_device_id sunxi_sid_of_match[] = { 98static const struct of_device_id sunxi_sid_of_match[] = {
99 { .compatible = "allwinner,sun4i-a10-sid", .data = (void *)16},
100 { .compatible = "allwinner,sun7i-a20-sid", .data = (void *)512},
101
102 /* Deprecated */
103 { .compatible = "allwinner,sun4i-sid", .data = (void *)16}, 99 { .compatible = "allwinner,sun4i-sid", .data = (void *)16},
100 { .compatible = "allwinner,sun7i-a20-sid", .data = (void *)512},
104 {/* sentinel */}, 101 {/* sentinel */},
105}; 102};
106MODULE_DEVICE_TABLE(of, sunxi_sid_of_match); 103MODULE_DEVICE_TABLE(of, sunxi_sid_of_match);