* [U-Boot] [PATCH V2 7/7] CONFIG: SMDK5420: Enable FIMD and DP
2013-11-12 12:27 [U-Boot] [PATCH V2 0/7] SMDK5420: Add support for " Ajay Kumar
@ 2013-11-12 12:27 ` Ajay Kumar
2013-12-19 20:40 ` Simon Glass
0 siblings, 1 reply; 4+ messages in thread
From: Ajay Kumar @ 2013-11-12 12:27 UTC (permalink / raw)
To: u-boot
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 46aeec0..d3fa49b 100644
--- a/include/configs/smdk5420.h
+++ b/include/configs/smdk5420.h
@@ -57,4 +57,12 @@
#define CONFIG_POWER_I2C
#define CONFIG_POWER_S2MPS11
+/* 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH V2 7/7] CONFIG: SMDK5420: Enable FIMD and DP
2013-11-12 12:27 ` [U-Boot] [PATCH V2 7/7] CONFIG: SMDK5420: Enable " Ajay Kumar
@ 2013-12-19 20:40 ` Simon Glass
0 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2013-12-19 20:40 UTC (permalink / raw)
To: u-boot
On 12 November 2013 05:27, 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>
Acked-by: Simon Glass <sjg@chromium.org>
> ---
> include/configs/smdk5420.h | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/include/configs/smdk5420.h b/include/configs/smdk5420.h
> index 46aeec0..d3fa49b 100644
> --- a/include/configs/smdk5420.h
> +++ b/include/configs/smdk5420.h
> @@ -57,4 +57,12 @@
> #define CONFIG_POWER_I2C
> #define CONFIG_POWER_S2MPS11
>
> +/* 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
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH V2 7/7] CONFIG: SMDK5420: Enable FIMD and DP
[not found] <52C28449.4040300@samsung.com>
@ 2014-01-02 0:39 ` Minkyu Kang
2014-01-02 5:34 ` Ajay kumar
0 siblings, 1 reply; 4+ messages in thread
From: Minkyu Kang @ 2014-01-02 0:39 UTC (permalink / raw)
To: u-boot
On 12/11/13 21:27, Ajay Kumar 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 46aeec0..d3fa49b 100644
> --- a/include/configs/smdk5420.h
> +++ b/include/configs/smdk5420.h
> @@ -57,4 +57,12 @@
> #define CONFIG_POWER_I2C
> #define CONFIG_POWER_S2MPS11
>
> +/* Display */
> +#define CONFIG_LCD
> +#ifdef CONFIG_LCD
> +#define CONFIG_EXYNOS_FB
> +#define CONFIG_EXYNOS_DP
> +#define LCD_BPP LCD_COLOR16
please use space.
> +#endif
> +
> #endif /* __CONFIG_5420_H */
>
Thanks,
Minkyu Kang.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH V2 7/7] CONFIG: SMDK5420: Enable FIMD and DP
2014-01-02 0:39 ` [U-Boot] [PATCH V2 7/7] CONFIG: SMDK5420: Enable FIMD and DP Minkyu Kang
@ 2014-01-02 5:34 ` Ajay kumar
0 siblings, 0 replies; 4+ messages in thread
From: Ajay kumar @ 2014-01-02 5:34 UTC (permalink / raw)
To: u-boot
Hi Minkyu,
On Thu, Jan 2, 2014 at 6:09 AM, Minkyu Kang <mk7.kang@samsung.com> wrote:
> On 12/11/13 21:27, Ajay Kumar 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 46aeec0..d3fa49b 100644
> > --- a/include/configs/smdk5420.h
> > +++ b/include/configs/smdk5420.h
> > @@ -57,4 +57,12 @@
> > #define CONFIG_POWER_I2C
> > #define CONFIG_POWER_S2MPS11
> >
> > +/* Display */
> > +#define CONFIG_LCD
> > +#ifdef CONFIG_LCD
> > +#define CONFIG_EXYNOS_FB
> > +#define CONFIG_EXYNOS_DP
> > +#define LCD_BPP LCD_COLOR16
>
> please use space.
>
> Ok. Will fix this in the next patchset.
> > +#endif
> > +
> > #endif /* __CONFIG_5420_H */
> >
>
> Thanks,
> Minkyu Kang.
>
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
Thanks and Regards,
Ajay
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-01-02 5:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <52C28449.4040300@samsung.com>
2014-01-02 0:39 ` [U-Boot] [PATCH V2 7/7] CONFIG: SMDK5420: Enable FIMD and DP Minkyu Kang
2014-01-02 5:34 ` Ajay kumar
2013-11-12 12:27 [U-Boot] [PATCH V2 0/7] SMDK5420: Add support for " Ajay Kumar
2013-11-12 12:27 ` [U-Boot] [PATCH V2 7/7] CONFIG: SMDK5420: Enable " Ajay Kumar
2013-12-19 20:40 ` Simon Glass
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox