Skip to content

Commit

Permalink
ARM: dts: imx53: correct clock-names of SATA node
Browse files Browse the repository at this point in the history
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: Shawn Guo <shawn.guo@freescale.com>
  • Loading branch information
Shawn Guo committed Jul 18, 2014
1 parent 4c03527 commit 0257815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx53.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
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";
};

Expand Down

0 comments on commit 0257815

Please sign in to comment.