[PATCH 3/3] imx: mx6ul_14x14_evk: configure for 24bpp display

2020-03-10 Thread sbabic
> Before DM_VIDEO conversion this board used 24bpp
> display configuration, so use it again.
> Signed-off-by: Anatolij Gustschin 
> Reviewed-by: Fabio Estevam 
Applied to u-boot-imx, master, 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: sba...@denx.de
=


Re: [PATCH 3/3] imx: mx6ul_14x14_evk: configure for 24bpp display

2020-02-05 Thread Fabio Estevam
Hi Anatolij,

On Wed, Feb 5, 2020 at 1:50 PM Anatolij Gustschin  wrote:
>
> Before DM_VIDEO conversion this board used 24bpp
> display configuration, so use it again.
>
> Signed-off-by: Anatolij Gustschin 
> ---
>  arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi 
> b/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi
> index e9efdb9831..d0cbf79e33 100644
> --- a/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi
> +++ b/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi
> @@ -31,7 +31,7 @@
> u-boot,dm-pre-reloc;
>
> display0: display@0 {
> -   bits-per-pixel = <16>;
> +   bits-per-pixel = <24>;

Yes, this fix is correct;

Reviewed-by: Fabio Estevam 


[PATCH 3/3] imx: mx6ul_14x14_evk: configure for 24bpp display

2020-02-05 Thread Anatolij Gustschin
Before DM_VIDEO conversion this board used 24bpp
display configuration, so use it again.

Signed-off-by: Anatolij Gustschin 
---
 arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi 
b/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi
index e9efdb9831..d0cbf79e33 100644
--- a/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi
+++ b/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi
@@ -31,7 +31,7 @@
u-boot,dm-pre-reloc;
 
display0: display@0 {
-   bits-per-pixel = <16>;
+   bits-per-pixel = <24>;
bus-width = <24>;
 
display-timings {
-- 
2.17.1