]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: imx: fix register offset of pll7_usb_host gate clock
authorShawn Guo <shawn.guo@freescale.com>
Fri, 12 Sep 2014 02:40:28 +0000 (10:40 +0800)
committerShawn Guo <shawn.guo@freescale.com>
Tue, 16 Sep 2014 02:09:40 +0000 (10:09 +0800)
commit172819570dcb0ca849cdfb4ac79399407474b9d9
tree20264f9f8342f8b2f7c16b7a5a8a6e2eb984719b
parenta5e068512b760bb4ae8e1322a8e4e0b2e41fb505
ARM: imx: fix register offset of pll7_usb_host gate clock

There is a copy&paste error on register offset of pll7_usb_host gate
clock introduced by i.MX6 PLL bypass support patches.  The error breaks
the ENET function, because it overwrites the pll6_enet gate bit.

Correct the offset for all i.MX6 clock drivers.

Thanks to Fugang Duan <B38611@freescale.com> for spotting the error.

Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/mach-imx/clk-imx6q.c
arch/arm/mach-imx/clk-imx6sl.c
arch/arm/mach-imx/clk-imx6sx.c