aboutsummaryrefslogtreecommitdiff
path: root/Bindings/memory-controllers/ti/emif.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bindings/memory-controllers/ti/emif.txt')
-rw-r--r--Bindings/memory-controllers/ti/emif.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/Bindings/memory-controllers/ti/emif.txt b/Bindings/memory-controllers/ti/emif.txt
index 0db60470ebb6..152eeccbde1c 100644
--- a/Bindings/memory-controllers/ti/emif.txt
+++ b/Bindings/memory-controllers/ti/emif.txt
@@ -7,8 +7,10 @@ of the EMIF IP and memory parts attached to it.
Required properties:
- compatible : Should be of the form "ti,emif-<ip-rev>" where <ip-rev>
- is the IP revision of the specific EMIF instance.
- For am437x should be ti,emif-am4372.
+ is the IP revision of the specific EMIF instance. For newer controllers,
+ compatible should be one of the following:
+ "ti,emif-am3352"
+ "ti,emif-am4372"
- phy-type : <u32> indicating the DDR phy type. Following are the
allowed values
@@ -44,7 +46,7 @@ Optional properties:
Example:
-emif1: emif@0x4c000000 {
+emif1: emif@4c000000 {
compatible = "ti,emif-4d";
ti,hwmods = "emif2";
phy-type = <1>;