9
0
Fork 0

ARM: i.MX53: Rename sata clocks according to Linux dts

I accidently merged the initial data device node which contained
clocks in the sata node which were not compatible to the ones
in the kernel. Fix this.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2014-03-07 11:39:58 +01:00
parent cf1b29a850
commit cfa9807924
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@
compatible = "fsl,imx53-ahci";
reg = <0x10000000 0x1000>;
interrupts = <28>;
clocks = <&clks 173>, <&clks 5>, <&clks 188>;
clock-names = "sata", "ahb", "per";
clocks = <&clks 173>, <&clks 188>, <&clks 5>;
clock-names = "sata_gate", "sata_ref", "ahb";
status = "disabled";
};