summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorPhilip Avinash2013-01-24 07:53:30 +0100
committerArtem Bityutskiy2013-02-04 09:07:11 +0100
commitc80e572c029263687b8175f1ba71d425548cafcf (patch)
tree601c6155b61227b9e0918e20310454a9e1972483 /Documentation
parentmtd: gpmi: fix a dereferencing freed memory error (diff)
downloadkernel-qcow2-linux-c80e572c029263687b8175f1ba71d425548cafcf.tar.gz
kernel-qcow2-linux-c80e572c029263687b8175f1ba71d425548cafcf.tar.xz
kernel-qcow2-linux-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 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/mtd/elm.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/elm.txt b/Documentation/devicetree/bindings/mtd/elm.txt
index e43c668656bc..8c1528c421d4 100644
--- a/Documentation/devicetree/bindings/mtd/elm.txt
+++ b/Documentation/devicetree/bindings/mtd/elm.txt
@@ -10,7 +10,7 @@ Optional properties:
Example:
elm: elm@0 {
- compatible = "ti,am33xx-elm";
+ compatible = "ti,am3352-elm";
reg = <0x48080000 0x2000>;
interrupts = <4>;
};