diff options
author | Philip Avinash <avinashphilip@ti.com> | 2013-01-24 12:23:30 +0530 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2013-02-04 10:07:11 +0200 |
commit | c80e572c029263687b8175f1ba71d425548cafcf (patch) | |
tree | 601c6155b61227b9e0918e20310454a9e1972483 /drivers/mtd | |
parent | 26738ddb8553f0883c949310337abcf5b353f63d (diff) | |
download | linux-3.10-c80e572c029263687b8175f1ba71d425548cafcf.tar.gz linux-3.10-c80e572c029263687b8175f1ba71d425548cafcf.tar.bz2 linux-3.10-c80e572c029263687b8175f1ba71d425548cafcf.zip |
mtd: devices: elm: Removes <xx> literals in elm DT node
As part of removing generalized dependency, replace <xx> literal fields
in DT compatible field with <52> for am335x platforms.
Signed-off-by: Philip Avinash <avinashphilip@ti.com>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/devices/elm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/elm.c b/drivers/mtd/devices/elm.c index b93a349ae58..2ec5da9ee24 100644 --- a/drivers/mtd/devices/elm.c +++ b/drivers/mtd/devices/elm.c @@ -380,7 +380,7 @@ static int elm_remove(struct platform_device *pdev) #ifdef CONFIG_OF static const struct of_device_id elm_of_match[] = { - { .compatible = "ti,am33xx-elm" }, + { .compatible = "ti,am3352-elm" }, {}, }; MODULE_DEVICE_TABLE(of, elm_of_match); |