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)
commit69d9a3fe06ed4bdb69f0a20cfa031dbcb0ee8dc3
tree20264f9f8342f8b2f7c16b7a5a8a6e2eb984719b
parentdbaf381ffbf3acd4ac9a987f567a2b1a5edf6e62
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