1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-25 01:24:04 +02:00

u-boot: Disable adc and usb host clock at boot

Adc clock will be enabled when it's needed and we don't use usbhost.
This commit is contained in:
Lars-Peter Clausen 2009-11-12 01:40:11 +01:00
parent 0d3b54ed10
commit 31ee690d0a

View File

@ -206,7 +206,7 @@ new file mode 100644
index 0000000..572d22b index 0000000..572d22b
--- /dev/null --- /dev/null
+++ b/board/qi_lb60/qi_lb60.c +++ b/board/qi_lb60/qi_lb60.c
@@ -0,0 +1,103 @@ @@ -0,0 +1,105 @@
+/* +/*
+ * Authors: Xiangfu Liu <xiangfu.z@gmail.com> + * Authors: Xiangfu Liu <xiangfu.z@gmail.com>
+ * + *
@ -291,6 +291,8 @@ index 0000000..572d22b
+ __cpm_stop_i2c(); + __cpm_stop_i2c();
+ __cpm_stop_ssi(); + __cpm_stop_ssi();
+ __cpm_stop_uart1(); + __cpm_stop_uart1();
+ __cpm_stop_sadc();
+ __cpm_stop_uhc();
+} +}
+ +
+void board_early_init(void) +void board_early_init(void)