From a38a3c4af4ed72a2ed6192203f8fe17ccdd2389f Mon Sep 17 00:00:00 2001 From: Alexandre Courbot Date: Thu, 9 Jul 2015 16:33:01 +0900 Subject: ARM: tegra: enable GPU DT node when appropriate T124/210 requires some specific configuration (VPR setup) to be performed by the bootloader before the GPU can be used. For this reason, the GPU node in the device tree is disabled by default. This patch enables the node if U-boot has performed VPR configuration. Boards enabled by this patch are T124's Jetson TK1 and Venice2 and T210's P2571. Signed-off-by: Alexandre Courbot Cc: Stephen Warren Cc: Tom Warren Signed-off-by: Tom Warren --- include/configs/jetson-tk1.h | 2 ++ include/configs/p2571.h | 1 + include/configs/venice2.h | 2 ++ 3 files changed, 5 insertions(+) (limited to 'include') diff --git a/include/configs/jetson-tk1.h b/include/configs/jetson-tk1.h index 55ef5f8cc6c..def0ab4121c 100644 --- a/include/configs/jetson-tk1.h +++ b/include/configs/jetson-tk1.h @@ -79,4 +79,6 @@ #define CONFIG_ARMV7_SECURE_BASE 0xfff00000 #define CONFIG_ARMV7_SECURE_RESERVE_SIZE 0x00100000 +#define CONFIG_OF_BOARD_SETUP + #endif /* __CONFIG_H */ diff --git a/include/configs/p2571.h b/include/configs/p2571.h index b22117bfdf4..54427ad4298 100644 --- a/include/configs/p2571.h +++ b/include/configs/p2571.h @@ -65,5 +65,6 @@ #include "tegra-common-post.h" #define COUNTER_FREQUENCY 38400000 +#define CONFIG_OF_BOARD_SETUP #endif /* _P2571_H */ diff --git a/include/configs/venice2.h b/include/configs/venice2.h index 2c43f3ebede..8b1189e7c4b 100644 --- a/include/configs/venice2.h +++ b/include/configs/venice2.h @@ -61,4 +61,6 @@ #include "tegra-common-usb-gadget.h" #include "tegra-common-post.h" +#define CONFIG_OF_BOARD_SETUP + #endif /* __CONFIG_H */ -- cgit v1.2.3