aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorDario Binacchi <dariobin@libero.it>2020-12-30 00:16:31 +0100
committerLokesh Vutla <lokeshvutla@ti.com>2021-01-12 10:59:04 +0530
commit260cbc9af283e02bd184d0becd3466222f2e1db1 (patch)
tree15f6a582f004dc99f31d5a4d4c27e751526d592c /board
parent35ab1b6ef7f3a804babbb77d28041967539cd5e6 (diff)
downloadu-boot-260cbc9af283e02bd184d0becd3466222f2e1db1.zip
u-boot-260cbc9af283e02bd184d0becd3466222f2e1db1.tar.gz
u-boot-260cbc9af283e02bd184d0becd3466222f2e1db1.tar.bz2
video: omap: move drivers to 'ti' directory
Add drivers/video/ti/ folder and move all TI's code in this folder for better maintenance. Signed-off-by: Dario Binacchi <dariobin@libero.it>
Diffstat (limited to 'board')
-rw-r--r--board/BuR/common/bur_common.h2
-rw-r--r--board/BuR/common/common.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/BuR/common/bur_common.h b/board/BuR/common/bur_common.h
index c64ebe9..79c9af1 100644
--- a/board/BuR/common/bur_common.h
+++ b/board/BuR/common/bur_common.h
@@ -12,7 +12,7 @@
#define _BUR_COMMON_H_
#if !CONFIG_IS_ENABLED(DM_VIDEO)
-#include <../../../drivers/video/am335x-fb.h>
+#include <../../../drivers/video/ti/am335x-fb.h>
int load_lcdtiming(struct am335x_lcdpanel *panel);
#endif
diff --git a/board/BuR/common/common.c b/board/BuR/common/common.c
index 0a5104a..f676d7b 100644
--- a/board/BuR/common/common.c
+++ b/board/BuR/common/common.c
@@ -27,7 +27,7 @@ DECLARE_GLOBAL_DATA_PTR;
#include <asm/arch/cpu.h>
#include <asm/gpio.h>
#include <power/tps65217.h>
-#include "../../../drivers/video/am335x-fb.h"
+#include "../../../drivers/video/ti/am335x-fb.h"
void lcdbacklight(int on)
{