mbox series

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

Message ID 20190417115719.22407-1-linux-kernel-dev@beckhoff.com
Headers show
Series arm: imx: cx9020: Migrate to DM_VIDEO and DM_GPIO | expand

Message

linux-kernel-dev April 17, 2019, 11:57 a.m. UTC
From: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>


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 in the video
driver and migrate the board to using DM_VIDEO.
The last patches remove functions which were used before DM_MMC and
uneccessary includes.


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: cx9020: migrate to dm_video
  dm: arm: imx: cx9020: remove unused mmc functions
  arm: imx: cx9020: remove unnecessary includes

 arch/arm/dts/imx53.dtsi                      | 137 +++++++++++++++++++
 board/beckhoff/mx53cx9020/Makefile           |   2 +-
 board/beckhoff/mx53cx9020/mx53cx9020.c       |  95 +++----------
 board/beckhoff/mx53cx9020/mx53cx9020_video.c |  52 ++++---
 configs/mx53cx9020_defconfig                 |   7 +-
 drivers/video/imx/mxc_ipuv3_fb.c             |   1 +
 include/configs/mx53cx9020.h                 |   6 +-
 7 files changed, 188 insertions(+), 112 deletions(-)

Comments

Anatolij Gustschin May 20, 2019, 11:06 a.m. UTC | #1
On Wed, 17 Apr 2019 13:57:13 +0200
linux-kernel-dev@beckhoff.com linux-kernel-dev@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: cx9020: migrate to dm_video
>   dm: arm: imx: cx9020: remove unused mmc functions
>   arm: imx: cx9020: remove unnecessary includes
> 
>  arch/arm/dts/imx53.dtsi                      | 137 +++++++++++++++++++
>  board/beckhoff/mx53cx9020/Makefile           |   2 +-
>  board/beckhoff/mx53cx9020/mx53cx9020.c       |  95 +++----------
>  board/beckhoff/mx53cx9020/mx53cx9020_video.c |  52 ++++---
>  configs/mx53cx9020_defconfig                 |   7 +-
>  drivers/video/imx/mxc_ipuv3_fb.c             |   1 +
>  include/configs/mx53cx9020.h                 |   6 +-
>  7 files changed, 188 insertions(+), 112 deletions(-)

Applied to u-boot-video/master, thanks!

--
Anatolij