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 8ae6556b6..4ad12434a 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..572d22b --- /dev/null +++ b/board/qi_lb60/qi_lb60.c -@@ -0,0 +1,103 @@ +@@ -0,0 +1,105 @@ +/* + * Authors: Xiangfu Liu + * @@ -291,6 +291,8 @@ index 0000000..572d22b + __cpm_stop_i2c(); + __cpm_stop_ssi(); + __cpm_stop_uart1(); ++ __cpm_stop_sadc(); ++ __cpm_stop_uhc(); +} + +void board_early_init(void)