From: Shawn Guo Date: Fri, 12 Sep 2014 02:40:28 +0000 (+0800) Subject: ARM: imx: fix register offset of pll7_usb_host gate clock X-Git-Tag: fixes-for-v3.18-merge-window~5^2~14^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69d9a3fe06ed4bdb69f0a20cfa031dbcb0ee8dc3;p=pandora-kernel.git 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 for spotting the error. Signed-off-by: Shawn Guo --- Reading git-diff-tree failed