diff options
| author | Simon Glass <[email protected]> | 2017-04-05 16:23:44 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-09 20:27:17 -0400 |
| commit | ea843b6dabdd0473c5f12e8b7ccb560aededd2e4 (patch) | |
| tree | 5c7d8625e17a67909b0912ca062852202e9f0d04 /configs | |
| parent | d08e42a8cb2a68ed6cdb7c615472934ea674eb15 (diff) | |
dm: video: arm: rpi: Convert to use driver model for video
Adjust the video driver to work with driver model and move over existing
baords. There is no need to keep the old code.
We can also drop setting of CONFIG_FB_ADDR since driver model doesn't have
this problem.
Signed-off-by: Simon Glass <[email protected]>
Acked-by: Anatolij Gustschin <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/rpi_2_defconfig | 2 | ||||
| -rw-r--r-- | configs/rpi_3_32b_defconfig | 2 | ||||
| -rw-r--r-- | configs/rpi_3_defconfig | 2 | ||||
| -rw-r--r-- | configs/rpi_defconfig | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig index e43b59ccb9b..f8b3ed49a99 100644 --- a/configs/rpi_2_defconfig +++ b/configs/rpi_2_defconfig @@ -21,7 +21,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y +CONFIG_DM_VIDEO=y CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 -CONFIG_LCD=y CONFIG_PHYS_TO_BUS=y diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig index eadf6bf5121..490af818b6d 100644 --- a/configs/rpi_3_32b_defconfig +++ b/configs/rpi_3_32b_defconfig @@ -23,7 +23,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y +CONFIG_DM_VIDEO=y CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 -CONFIG_LCD=y CONFIG_PHYS_TO_BUS=y diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig index f0ccca1a8f3..4c0eb049b21 100644 --- a/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig @@ -23,7 +23,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y +CONFIG_DM_VIDEO=y CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 -CONFIG_LCD=y CONFIG_PHYS_TO_BUS=y diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig index bd10b130c8e..1b954fe2b76 100644 --- a/configs/rpi_defconfig +++ b/configs/rpi_defconfig @@ -21,7 +21,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y +CONFIG_DM_VIDEO=y CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 -CONFIG_LCD=y CONFIG_PHYS_TO_BUS=y |
