Message ID | 20200205164959.31404-3-agust@denx.de |
---|---|
State | Accepted |
Commit | 823c4cd74901d760f2cd82435664c36583e8bb16 |
Headers | show |
Series | [1/3] video: add support for drawing 8bpp bitmap on 32bpp framebuffer | expand |
Hi Anatolij, On Wed, Feb 5, 2020 at 1:50 PM Anatolij Gustschin <agust at denx.de> wrote: > > Before DM_VIDEO conversion this board used 24bpp > display configuration, so use it again. > > Signed-off-by: Anatolij Gustschin <agust at denx.de> > --- > 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 at 0 { > - bits-per-pixel = <16>; > + bits-per-pixel = <24>; Yes, this fix is correct; Reviewed-by: Fabio Estevam <festevam at gmail.com>
> Before DM_VIDEO conversion this board used 24bpp > display configuration, so use it again. > Signed-off-by: Anatolij Gustschin <agust at denx.de> > Reviewed-by: Fabio Estevam <festevam at gmail.com> Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic
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 at 0 { - bits-per-pixel = <16>; + bits-per-pixel = <24>; bus-width = <24>; display-timings {
Before DM_VIDEO conversion this board used 24bpp display configuration, so use it again. Signed-off-by: Anatolij Gustschin <agust at denx.de> --- arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)