Re: [U-Boot] [PATCH v1 0/6] arm: imx: cx9020: Migrate to DM_VIDEO and DM_GPIO

2019-05-20 Thread Anatolij Gustschin
On Wed, 17 Apr 2019 13:57:13 +0200 linux-kernel-...@beckhoff.com linux-kernel-...@beckhoff.com wrote: ... > Steffen Dirkwinkel (6): > dm: arm: imx: cx9020: enable DM_GPIO > dm: arm: imx: video: add compatible for imx53-ipu > arm: imx: add ipu to imx53.dts and set dm-pre-reloc > dm: arm: imx

[U-Boot] [PATCH v1 0/6] arm: imx: cx9020: Migrate to DM_VIDEO and DM_GPIO

2019-04-17 Thread linux-kernel-dev
From: Steffen Dirkwinkel This series migrates mx53cx9020 to DM_VIDEO and DM_GPIO. The first patch allows the board to boot again by enabling DM_GPIO. This was broken due to card detect not working with a combination of previous commits. Patches 2-4 add ipu device tree nodes for mx53, enable them