Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339899
b: refs/heads/master
c: e6900dd
h: refs/heads/master
i:
  339897: b088da3
  339895: d4be2ec
v: v3
  • Loading branch information
Lokesh Vutla authored and Benoit Cousson committed Nov 5, 2012
1 parent 70be396 commit 6d8101b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 45cbe6ca07c649fef67c550a84af6fd492d77893
refs/heads/master: e6900ddf615438edbc53df4d35a37147459d4cd8
22 changes: 22 additions & 0 deletions trunk/arch/arm/boot/dts/omap5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -474,5 +474,27 @@
ti,hwmods = "timer11";
ti,timer-pwm;
};

emif1: emif@0x4c000000 {
compatible = "ti,emif-4d5";
ti,hwmods = "emif1";
phy-type = <2>; /* DDR PHY type: Intelli PHY */
reg = <0x4c000000 0x400>;
interrupts = <0 110 0x4>;
hw-caps-read-idle-ctrl;
hw-caps-ll-interface;
hw-caps-temp-alert;
};

emif2: emif@0x4d000000 {
compatible = "ti,emif-4d5";
ti,hwmods = "emif2";
phy-type = <2>; /* DDR PHY type: Intelli PHY */
reg = <0x4d000000 0x400>;
interrupts = <0 111 0x4>;
hw-caps-read-idle-ctrl;
hw-caps-ll-interface;
hw-caps-temp-alert;
};
};
};

0 comments on commit 6d8101b

Please sign in to comment.