Commit 02578153 authored by Shawn Guo's avatar Shawn Guo

ARM: dts: imx53: correct clock-names of SATA node

Per the binding doc imx-sata.txt, the first entry of clock-names should
be "sata" than anything else.  Correct it for imx53 SATA node.

It works for now only because SATA driver gets clock by index so far.
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent 4c03527e
......@@ -108,7 +108,7 @@ sata: sata@10000000 {
clocks = <&clks IMX5_CLK_SATA_GATE>,
<&clks IMX5_CLK_SATA_REF>,
<&clks IMX5_CLK_AHB>;
clock-names = "sata_gate", "sata_ref", "ahb";
clock-names = "sata", "sata_ref", "ahb";
status = "disabled";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment