summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2019-01-30 08:54:11 +0100
committerStefan Roese <sr@denx.de>2019-02-05 14:23:21 +0100
commit6d9a98c58390156033e31a3a4078347bec618202 (patch)
tree1a1f85fec2b32e2be8b1fcc56c281358459fae1a /arch/arm/mach-mvebu
parent32c9e1c269d05a9dcf22f2b9ebd1c47bfe19c971 (diff)
video: Armada XP: Move driver to DM_VIDEO
This patch moves the Armada XP video / LCD driver to DM_VIDEO. With this move, the legacy interface board_video_init() is removed from the theadorable board code (only user of this video driver). The support via DT will be added in a separate patch. This patch also enables DM_VIDEO for the theadorable board, as this is needed to not break git bisect'ability. Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Anatolij Gustschin <agust@denx.de> Acked-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r--arch/arm/mach-mvebu/include/mach/cpu.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-mvebu/include/mach/cpu.h b/arch/arm/mach-mvebu/include/mach/cpu.h
index 85d7dd1610..9e23043a48 100644
--- a/arch/arm/mach-mvebu/include/mach/cpu.h
+++ b/arch/arm/mach-mvebu/include/mach/cpu.h
@@ -158,18 +158,6 @@ int serdes_phy_config(void);
*/
int ddr3_init(void);
-struct mvebu_lcd_info {
- u32 fb_base;
- int x_res;
- int y_res;
- int x_fp; /* frontporch */
- int y_fp;
- int x_bp; /* backporch */
- int y_bp;
-};
-
-int mvebu_lcd_register_init(struct mvebu_lcd_info *lcd_info);
-
/*
* get_ref_clk
*