Skip to content

Commit

Permalink
ARM: dts: am4372: Add emif node
Browse files Browse the repository at this point in the history
Add node for TI AM4372 EMIF. Without this we get a warning with the
recent commit fabbe6d (ARM: OMAP: AM43xx hwmod: Add data for am43xx
emif hwmod).

Signed-off-by: Dave Gerlach <[email protected]>
Tested-by: Felipe Balbi <[email protected]>
Acked-by: Felipe Balbi <[email protected]>
[[email protected]: updated comments]
Signed-off-by: Tony Lindgren <[email protected]>
  • Loading branch information
dgerlach authored and tmlind committed Jul 6, 2015
1 parent 5c250ad commit fff75ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ 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.

- phy-type : <u32> indicating the DDR phy type. Following are the
allowed values
Expand Down
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/am4372.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@
};
};

emif: emif@4c000000 {
compatible = "ti,emif-am4372";
reg = <0x4c000000 0x1000000>;
ti,hwmods = "emif";
};

edma: edma@49000000 {
compatible = "ti,edma3";
ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2";
Expand Down

0 comments on commit fff75ee

Please sign in to comment.