mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 23:03:12 +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:
parent
0d3b54ed10
commit
31ee690d0a
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user