From 9d5be4437a0b8d0a5a925f1e4546062bca245628 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Mon, 11 Jan 2010 23:58:13 +0100 Subject: [PATCH] u-boot: Disable aic clocks at boot time --- .../image/u-boot/patches/0001-add-xburst-platform-files.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/target/linux/xburst/image/u-boot/patches/0001-add-xburst-platform-files.patch b/target/linux/xburst/image/u-boot/patches/0001-add-xburst-platform-files.patch index 55856d9c8..b6c9fca70 100644 --- a/target/linux/xburst/image/u-boot/patches/0001-add-xburst-platform-files.patch +++ b/target/linux/xburst/image/u-boot/patches/0001-add-xburst-platform-files.patch @@ -206,7 +206,7 @@ new file mode 100644 index 0000000..d13f2ab --- /dev/null +++ b/board/qi_lb60/qi_lb60.c -@@ -0,0 +1,105 @@ +@@ -0,0 +1,107 @@ +/* + * Authors: Xiangfu Liu + * @@ -293,6 +293,8 @@ index 0000000..d13f2ab + __cpm_stop_uart1(); + __cpm_stop_sadc(); + __cpm_stop_uhc(); ++ __cpm_stop_aic1(); ++ __cpm_stop_aic2(); +} + +void board_early_init(void)