aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mtd/arm-versatile.txt
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2011-07-05 23:42:30 -0600
committerGrant Likely <grant.likely@secretlab.ca>2011-07-19 16:35:24 -0600
commitd329974b2f274e5331c5383e33b15229f935035e (patch)
tree9ca6b2a85be4b689cda60428af58d1a0e88bdf0b /Documentation/devicetree/bindings/mtd/arm-versatile.txt
parent9b7c7ce5be764dc7e8838a9a36fd2926020cdacf (diff)
arm/versatile: Add device tree support
For testing the dt work, define a dt-enabled versatile platform. This patch adds a new versatile platform for when using the device tree. Add platform and amba devices are discovered and registered by parsing the device tree. Clocks and initial io mappings are still configured statically. This patch still depends on some static platform_data for a few devices which is passed via the auxdata structure to of_platform_populate(), but it is a viable starting point until the drivers can get all configuration data out of the device tree. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'Documentation/devicetree/bindings/mtd/arm-versatile.txt')
-rw-r--r--Documentation/devicetree/bindings/mtd/arm-versatile.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mtd/arm-versatile.txt b/Documentation/devicetree/bindings/mtd/arm-versatile.txt
new file mode 100644
index 00000000000..476845db94d
--- /dev/null
+++ b/Documentation/devicetree/bindings/mtd/arm-versatile.txt
@@ -0,0 +1,8 @@
+Flash device on ARM Versatile board
+
+Required properties:
+- compatible : must be "arm,versatile-flash";
+- bank-width : width in bytes of flash interface.
+
+Optional properties:
+- Subnode partition map from mtd flash binding