Re: [U-Boot] [PATCH v3 32/35] tegra: Show a debug message if the LCD PMIC fails to start

2017-07-06 Thread sjg
This error condition should have a debug() message. Add it. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None arch/arm/mach-tegra/board2.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Applied to u-boot-dm, thanks! __

[U-Boot] [PATCH v3 32/35] tegra: Show a debug message if the LCD PMIC fails to start

2017-06-12 Thread Simon Glass
This error condition should have a debug() message. Add it. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None arch/arm/mach-tegra/board2.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-tegra/board2.c b/arch/arm/mach-tegra/board2.c ind