commit | d847db70ae8e6d5af718eb9004c9c4e6b033f63c | [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 | 2bfd468690087253f75c2d41d36c0d1c37623165 [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>