All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] wandboard: Use 32bit color depth for Fusion LCD
@ 2015-01-15 15:32 Otavio Salvador
  2015-01-19  8:03 ` Stefano Babic
  0 siblings, 1 reply; 2+ messages in thread
From: Otavio Salvador @ 2015-01-15 15:32 UTC (permalink / raw)
  To: u-boot

The Fusion LCD needs the 32bit color depth to properly work; the
default is different on the 3.10.17 kernels and it is better to ensure
it work out of box using proper default color setting.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 include/configs/wandboard.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index 809017c..117d1f7 100644
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -175,7 +175,7 @@
 		"if i2c probe 0x10; then " \
 			"setenv bootargs ${bootargs} " \
 				"video=mxcfb${nextcon}:dev=lcd,800x480 at 60," \
-					"if=RGB666; " \
+					"if=RGB666,bpp=32; " \
 			"if test 0 -eq ${nextcon}; then " \
 				"setenv fbmem fbmem=10M; " \
 			"else " \
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] wandboard: Use 32bit color depth for Fusion LCD
  2015-01-15 15:32 [U-Boot] [PATCH] wandboard: Use 32bit color depth for Fusion LCD Otavio Salvador
@ 2015-01-19  8:03 ` Stefano Babic
  0 siblings, 0 replies; 2+ messages in thread
From: Stefano Babic @ 2015-01-19  8:03 UTC (permalink / raw)
  To: u-boot

Hi Otavio,

On 15/01/2015 16:32, Otavio Salvador wrote:
> The Fusion LCD needs the 32bit color depth to properly work; the
> default is different on the 3.10.17 kernels and it is better to ensure
> it work out of box using proper default color setting.
> 
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
> 
>  include/configs/wandboard.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
> index 809017c..117d1f7 100644
> --- a/include/configs/wandboard.h
> +++ b/include/configs/wandboard.h
> @@ -175,7 +175,7 @@
>  		"if i2c probe 0x10; then " \
>  			"setenv bootargs ${bootargs} " \
>  				"video=mxcfb${nextcon}:dev=lcd,800x480 at 60," \
> -					"if=RGB666; " \
> +					"if=RGB666,bpp=32; " \
>  			"if test 0 -eq ${nextcon}; then " \
>  				"setenv fbmem fbmem=10M; " \
>  			"else " \
> 

Applied to -u-boot-imx, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-19  8:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-15 15:32 [U-Boot] [PATCH] wandboard: Use 32bit color depth for Fusion LCD Otavio Salvador
2015-01-19  8:03 ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.