Re: [U-Boot] [PATCH 6/6] ARM: imx: novena: Convert to DM VIDEO

2019-05-06 Thread Vagrant Cascadian
On 2019-05-06, Marek Vasut wrote: > On 5/6/19 5:31 AM, Vagrant Cascadian wrote: >> On 2019-05-06, Marek Vasut wrote: >>> Enable DM Video support on iMX6Q Novena and fix minor details >>> to restore previous behavior of the system. >> >> Also required: >> >> "[U-Boot] video: ipuv3: Set max displ

Re: [U-Boot] [PATCH 6/6] ARM: imx: novena: Convert to DM VIDEO

2019-05-06 Thread Marek Vasut
On 5/6/19 5:31 AM, Vagrant Cascadian wrote: > On 2019-05-06, Marek Vasut wrote: >> Enable DM Video support on iMX6Q Novena and fix minor details >> to restore previous behavior of the system. > > Also required: > > "[U-Boot] video: ipuv3: Set max display bpp to 32" > https://patchwork.ozlabs.

Re: [U-Boot] [PATCH 6/6] ARM: imx: novena: Convert to DM VIDEO

2019-05-05 Thread Vagrant Cascadian
On 2019-05-06, Marek Vasut wrote: > Enable DM Video support on iMX6Q Novena and fix minor details > to restore previous behavior of the system. Also required: "[U-Boot] video: ipuv3: Set max display bpp to 32" https://patchwork.ozlabs.org/patch/1095618/ Otherwise it would hang after initiali

[U-Boot] [PATCH 6/6] ARM: imx: novena: Convert to DM VIDEO

2019-05-05 Thread Marek Vasut
Enable DM Video support on iMX6Q Novena and fix minor details to restore previous behavior of the system. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Stefano Babic Cc: Vagrant Cascadian --- configs/novena_defconfig | 6 +++--- include/configs/novena.h | 4 ++-- 2 files changed, 5 inserti