diff options
author | Alexandre Courbot | 2015-07-09 16:33:01 +0900 |
---|---|---|
committer | Tom Warren | 2015-08-06 10:50:03 -0700 |
commit | a38a3c4af4ed72a2ed6192203f8fe17ccdd2389f (patch) | |
tree | 71a0a327f8ca6b0bf1798aa08ec3e26659d11157 /include/configs/jetson-tk1.h | |
parent | 871d78ed1b906a79d8a6dad96a9f83dea7b9170f (diff) |
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 <acourbot@nvidia.com>
Cc: Stephen Warren <swarren@nvidia.com>
Cc: Tom Warren <twarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/jetson-tk1.h')
-rw-r--r-- | include/configs/jetson-tk1.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |