summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/mtd/elm.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/mtd/elm.txt')
-rw-r--r--dts/Bindings/mtd/elm.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/dts/Bindings/mtd/elm.txt b/dts/Bindings/mtd/elm.txt
deleted file mode 100644
index 59ddc61c10..0000000000
--- a/dts/Bindings/mtd/elm.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Error location module
-
-Required properties:
-- compatible: Must be "ti,am3352-elm"
-- reg: physical base address and size of the registers map.
-- interrupts: Interrupt number for the elm.
-
-Optional properties:
-- ti,hwmods: Name of the hwmod associated to the elm
-
-Example:
-elm: elm@0 {
- compatible = "ti,am3352-elm";
- reg = <0x48080000 0x2000>;
- interrupts = <4>;
-};