summaryrefslogtreecommitdiff
path: root/configs/j7200_evm_r5_defconfig
diff options
context:
space:
mode:
authorAswath Govindraju <a-govindraju@ti.com>2021-03-30 13:42:10 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2021-03-30 22:28:38 -0500
commitce73a0713d0968b4ef5f351c742d9d23de1521b2 (patch)
tree80f60e1a19978a3dbcbbd981b806d015e3ee6b3b /configs/j7200_evm_r5_defconfig
parent25d50fd4c2e9d137b722908f2d704a5fa85344d6 (diff)
configs: j7200_evm_r5: Enable configs to support GPIO and FDT parsing in SPL
In HyperFlash boot mode it is required to detect the state of onboard DIP switch and based on its state, set the status in corresponding DT nodes. Add support for this by enabling configs of GPIO driver model and FDT library for parsing in SPL. Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Diffstat (limited to 'configs/j7200_evm_r5_defconfig')
-rw-r--r--configs/j7200_evm_r5_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/j7200_evm_r5_defconfig b/configs/j7200_evm_r5_defconfig
index 5c8868b4ce9..a78b1d97dd0 100644
--- a/configs/j7200_evm_r5_defconfig
+++ b/configs/j7200_evm_r5_defconfig
@@ -154,3 +154,5 @@ CONFIG_SPL_CLK_K3_PLL=y
CONFIG_SPL_CLK_K3=y
CONFIG_K3_DM_FW=y
CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
+CONFIG_OF_LIBFDT=y
+CONFIG_SPL_DM_GPIO=y