commit | 19c6ec70c59da076f0e516841caa7d9c14f501b4 | [log] [tgz] |
---|---|---|
author | Peng Fan <Peng.Fan@freescale.com> | Wed Jul 01 17:01:50 2015 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Fri Jul 10 09:36:16 2015 +0200 |
tree | 61ad0540e021f602870359a58b6050cf386c8b82 | |
parent | 2d59acc70f76e6d52cc9a226c55539c9353a23cb [diff] |
imx: mx6 add i2c4 clock support for i.MX6SX Add I2C4 clock support for i.MX6SX. Since we use runtime check, but not macro, we need to remove `#ifdef ..` in crm_regs.h, or gcc will fail to compile the code succesfully. Making the macros only for i.MX6SX open to other i.MX6x maybe not a good choice, but we have runtime check. Signed-off-by: Peng Fan <Peng.Fan@freescale.com>