diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-08-13 09:13:10 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-09-11 04:26:59 -0400 |
commit | 07827831822517b3713661c943e42389977407ff (patch) | |
tree | 11e43a9334a1cfb6847f66c207a1518d3fb37fa2 /arch/arm/plat-mxc/include | |
parent | b6798f88bc1458eb7ab671b874880fd7ba77cfb4 (diff) |
ARM: imx51: decouple device tree boot from board files
Now, imx51 device tree kernel calls pinctrl to set up pins. The
function used to hook up non-DT pin setup is not needed for DT boot
any more. Remove it from DT image.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/plat-mxc/include')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/common.h b/arch/arm/plat-mxc/include/mach/common.h index 0932fc6e2223..28ba09f4ebb9 100644 --- a/arch/arm/plat-mxc/include/mach/common.h +++ b/arch/arm/plat-mxc/include/mach/common.h | |||
@@ -136,7 +136,6 @@ extern void imx_src_prepare_restart(void); | |||
136 | extern void imx_gpc_init(void); | 136 | extern void imx_gpc_init(void); |
137 | extern void imx_gpc_pre_suspend(void); | 137 | extern void imx_gpc_pre_suspend(void); |
138 | extern void imx_gpc_post_resume(void); | 138 | extern void imx_gpc_post_resume(void); |
139 | extern void imx51_babbage_common_init(void); | ||
140 | extern int imx6q_set_lpm(enum mxc_cpu_pwr_mode mode); | 139 | extern int imx6q_set_lpm(enum mxc_cpu_pwr_mode mode); |
141 | extern void imx6q_clock_map_io(void); | 140 | extern void imx6q_clock_map_io(void); |
142 | 141 | ||