diff mbox

[U-Boot,6/6] CONFIG: SMDK5420: Enable FIMD and DP

Message ID 1380540055-469-7-git-send-email-ajaykumar.rs@samsung.com
State Changes Requested
Delegated to: Minkyu Kang
Headers show

Commit Message

Ajay Kumar Sept. 30, 2013, 11:20 a.m. UTC
Enable FIMD and DP drivers on SMDK5420 so that we get to
see the LCD console on eDP panel.

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
---
 include/configs/smdk5420.h | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Ajay kumar Oct. 15, 2013, 6:35 a.m. UTC | #1
ping.


On Mon, Sep 30, 2013 at 4:50 PM, Ajay Kumar <ajaykumar.rs@samsung.com>wrote:

> Enable FIMD and DP drivers on SMDK5420 so that we get to
> see the LCD console on eDP panel.
>
> Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
> ---
>  include/configs/smdk5420.h | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/include/configs/smdk5420.h b/include/configs/smdk5420.h
> index 447f8e5..cc9c424 100644
> --- a/include/configs/smdk5420.h
> +++ b/include/configs/smdk5420.h
> @@ -53,4 +53,12 @@
>
>  #define CONFIG_MAX_I2C_NUM     11
>
> +/* Display */
> +#define CONFIG_LCD
> +#ifdef CONFIG_LCD
> +#define CONFIG_EXYNOS_FB
> +#define CONFIG_EXYNOS_DP
> +#define LCD_BPP                        LCD_COLOR16
> +#endif
> +
>  #endif /* __CONFIG_5420_H */
> --
> 1.7.12.4
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
Simon Glass Oct. 16, 2013, 4:32 p.m. UTC | #2
On Mon, Sep 30, 2013 at 5:20 AM, Ajay Kumar <ajaykumar.rs@samsung.com>wrote:

> Enable FIMD and DP drivers on SMDK5420 so that we get to
> see the LCD console on eDP panel.
>
> Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
>

This all seems good to me, builds without errors.

Acked-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

diff --git a/include/configs/smdk5420.h b/include/configs/smdk5420.h
index 447f8e5..cc9c424 100644
--- a/include/configs/smdk5420.h
+++ b/include/configs/smdk5420.h
@@ -53,4 +53,12 @@ 
 
 #define CONFIG_MAX_I2C_NUM	11
 
+/* Display */
+#define CONFIG_LCD
+#ifdef CONFIG_LCD
+#define CONFIG_EXYNOS_FB
+#define CONFIG_EXYNOS_DP
+#define LCD_BPP			LCD_COLOR16
+#endif
+
 #endif	/* __CONFIG_5420_H */