Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360364
b: refs/heads/master
c: c80e572
h: refs/heads/master
v: v3
  • Loading branch information
Philip Avinash authored and Artem Bityutskiy committed Feb 4, 2013
1 parent fd6e0a8 commit 4aa140a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 26738ddb8553f0883c949310337abcf5b353f63d
refs/heads/master: c80e572c029263687b8175f1ba71d425548cafcf
2 changes: 1 addition & 1 deletion trunk/Documentation/devicetree/bindings/mtd/elm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Optional properties:

Example:
elm: elm@0 {
compatible = "ti,am33xx-elm";
compatible = "ti,am3352-elm";
reg = <0x48080000 0x2000>;
interrupts = <4>;
};
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/devices/elm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4aa140a

Please sign in to comment.