Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02578153 authored by Shawn Guo's avatar Shawn Guo
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
		};