projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdb3eec
)
ARM: dts: imx53: Add AHCI SATA DT node
author
Marek Vasut
<
[email protected]
>
Fri, 22 Nov 2013 11:05:03 +0000
(12:05 +0100)
committer
Shawn Guo
<
[email protected]
>
Sun, 9 Feb 2014 13:32:52 +0000
(21:32 +0800)
The AHCI-IMX driver now supports i.MX53 as well. Add DT node.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Richard Zhu <
[email protected]
>
Cc: Tejun Heo <
[email protected]
>
Cc: Linux-IDE <
[email protected]
>
Signed-off-by: Shawn Guo <
[email protected]
>
arch/arm/boot/dts/imx53.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx53.dtsi
b/arch/arm/boot/dts/imx53.dtsi
index c64ecf3ff75f6e88a690107648deb2bbeebbdb48..8964692ecfdcf153b2ed8421c4cfb4efec48c80d 100644
(file)
--- a/
arch/arm/boot/dts/imx53.dtsi
+++ b/
arch/arm/boot/dts/imx53.dtsi
@@
-85,6
+85,17
@@
interrupt-parent = <&tzic>;
ranges;
+ sata: sata@10000000 {
+ compatible = "fsl,imx53-ahci";
+ reg = <0x10000000 0x1000>;
+ interrupts = <28>;
+ clocks = <&clks IMX5_CLK_SATA_GATE>,
+ <&clks IMX5_CLK_SATA_REF>,
+ <&clks IMX5_CLK_AHB>;
+ clock-names = "sata_gate", "sata_ref", "ahb";
+ status = "disabled";
+ };
+
ipu: ipu@18000000 {
#crtc-cells = <1>;
compatible = "fsl,imx53-ipu";