From 18aa2036c35ef151d0b358db14dad41715e1ecfe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Tue, 20 Oct 2015 13:35:50 +0200 Subject: [PATCH] karo: tx6ul: disable PMIC init The I2C-GPIO driver requires configuration via DTB which is not currently supported for Ka-Ro modules. So, disable the PMIC access for now. --- board/karo/tx6/tx6ul.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/board/karo/tx6/tx6ul.c b/board/karo/tx6/tx6ul.c index 045605d94e..a433c14343 100644 --- a/board/karo/tx6/tx6ul.c +++ b/board/karo/tx6/tx6ul.c @@ -428,12 +428,13 @@ int board_init(void) #endif return 0; } - +#if 0 ret = tx6_pmic_init(pmic_addr); if (ret) { printf("Failed to setup PMIC voltages: %d\n", ret); -// hang(); + hang(); } +#endif return 0; } -- 2.39.2