diff options
author | Fugang Duan <B38611@freescale.com> | 2013-09-29 02:52:43 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:05:43 -0400 |
commit | dfa506835ddae328e40f6bf50765037f457b4876 (patch) | |
tree | 5f7764deac8e4a245b0a29ec305b86dab4108787 | |
parent | ff1c6d4c804a7ae90f66c58494c28f3838f6de23 (diff) |
ENGR00281789-02 ARM: dts: imx6sl: correct the enet ipg clock
Current imx6sl dts define enet_ref clock as ipg clock, which is not
right. The ipg clock is "IMX6SL_CLK_ENET" defined at imx6sl-clock.h.
Signed-off-by: Fugang Duan <B38611@freescale.com>
-rw-r--r-- | arch/arm/boot/dts/imx6sl.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index f8cd3201d342..c64207a6fa58 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi | |||
@@ -718,7 +718,7 @@ | |||
718 | compatible = "fsl,imx6sl-fec", "fsl,imx25-fec"; | 718 | compatible = "fsl,imx6sl-fec", "fsl,imx25-fec"; |
719 | reg = <0x02188000 0x4000>; | 719 | reg = <0x02188000 0x4000>; |
720 | interrupts = <0 114 0x04>; | 720 | interrupts = <0 114 0x04>; |
721 | clocks = <&clks IMX6SL_CLK_ENET_REF>, | 721 | clocks = <&clks IMX6SL_CLK_ENET>, |
722 | <&clks IMX6SL_CLK_ENET_REF>; | 722 | <&clks IMX6SL_CLK_ENET_REF>; |
723 | clock-names = "ipg", "ahb"; | 723 | clock-names = "ipg", "ahb"; |
724 | status = "disabled"; | 724 | status = "disabled"; |