commit | 961dfd37fa165c8d5019648edcec966f28300959 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Sun Apr 26 10:43:52 2015 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Wed Jun 03 14:44:31 2015 +0800 |
tree | de9860d153992d5d088342930c64313db9f45d85 | |
parent | f0b478b5d42ee9d925b45c22cbdc1ad4c90c3cf1 [diff] |
ARM: imx6: do not use cpu_is_xxx() in clock driver As we're about to move clock drivers out of arch/arm/mach-imx, cpu_is_xxx() shouldn't be used any more. Let's avoid the call by looking at the device tree machine compatible string to determine which SoC the clock driver is running on. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>