diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-02-07 16:20:39 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-14 16:51:56 -0500 |
commit | 1e700846d6facd4e42a56978a2f3d9379ec788d0 (patch) | |
tree | 0402b8e54829c4fcfed83981acf09c18922cbdca /drivers/misc/eeprom | |
parent | dc2b9e9069780774c01a06e0ea8dce0c705f1812 (diff) |
misc: eeprom: sunxi: Change compatibles
The Allwinner A10 compatibles were following a slightly different compatible
patterns than the rest of the SoCs for historical reasons. Change the compatibles
to match the other pattern in the SID driver for consistency.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/eeprom')
-rw-r--r-- | drivers/misc/eeprom/sunxi_sid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/eeprom/sunxi_sid.c b/drivers/misc/eeprom/sunxi_sid.c index e703c71f2b41..3f2b625b2032 100644 --- a/drivers/misc/eeprom/sunxi_sid.c +++ b/drivers/misc/eeprom/sunxi_sid.c | |||
@@ -95,7 +95,7 @@ static int sunxi_sid_remove(struct platform_device *pdev) | |||
95 | } | 95 | } |
96 | 96 | ||
97 | static const struct of_device_id sunxi_sid_of_match[] = { | 97 | static const struct of_device_id sunxi_sid_of_match[] = { |
98 | { .compatible = "allwinner,sun4i-sid", .data = (void *)16}, | 98 | { .compatible = "allwinner,sun4i-a10-sid", .data = (void *)16}, |
99 | { .compatible = "allwinner,sun7i-a20-sid", .data = (void *)512}, | 99 | { .compatible = "allwinner,sun7i-a20-sid", .data = (void *)512}, |
100 | {/* sentinel */}, | 100 | {/* sentinel */}, |
101 | }; | 101 | }; |