commit | 69d9a3fe06ed4bdb69f0a20cfa031dbcb0ee8dc3 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@freescale.com> | Fri Sep 12 10:40:28 2014 +0800 |
committer | Shawn Guo <shawn.guo@freescale.com> | Tue Sep 16 10:09:40 2014 +0800 |
tree | 20264f9f8342f8b2f7c16b7a5a8a6e2eb984719b | |
parent | dbaf381ffbf3acd4ac9a987f567a2b1a5edf6e62 [diff] |
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>