Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360348
b: refs/heads/master
c: bf22433
h: refs/heads/master
v: v3
  • Loading branch information
Philip Avinash authored and Artem Bityutskiy committed Feb 4, 2013
1 parent 15602a9 commit ec27ba5
Show file tree
Hide file tree
Showing 5 changed files with 477 additions and 2 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: c3e4b995e47e8f72297779852907f6d3ecd75139
refs/heads/master: bf22433575ef30a4807f0620498017df0f27df67
16 changes: 16 additions & 0 deletions trunk/Documentation/devicetree/bindings/mtd/elm.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Error location module

Required properties:
- compatible: Must be "ti,am33xx-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,am33xx-elm";
reg = <0x48080000 0x2000>;
interrupts = <4>;
};
4 changes: 3 additions & 1 deletion trunk/drivers/mtd/devices/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ obj-$(CONFIG_MTD_LART) += lart.o
obj-$(CONFIG_MTD_BLOCK2MTD) += block2mtd.o
obj-$(CONFIG_MTD_DATAFLASH) += mtd_dataflash.o
obj-$(CONFIG_MTD_M25P80) += m25p80.o
obj-$(CONFIG_MTD_NAND_OMAP_BCH) += elm.o
obj-$(CONFIG_MTD_SPEAR_SMI) += spear_smi.o
obj-$(CONFIG_MTD_SST25L) += sst25l.o
obj-$(CONFIG_MTD_BCM47XXSFLASH) += bcm47xxsflash.o

CFLAGS_docg3.o += -I$(src)

CFLAGS_docg3.o += -I$(src)
Loading

0 comments on commit ec27ba5

Please sign in to comment.