[ rockchip-dev ] Add DT overlay framework

This commit is contained in:
Thomas McKahan 2018-12-13 19:04:47 -05:00
parent c779ae2faa
commit 3a185c8b82
4 changed files with 169 additions and 3 deletions

View file

@ -0,0 +1,13 @@
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 8a23c76d..bb1e3cb7 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1321,6 +1321,8 @@ config ARCH_ROCKCHIP
select DM_SPI_FLASH
select DM_USB if USB
select ENABLE_ARM_SOC_BOOT0_HOOK
+ select OF_LIBFDT
+ select OF_LIBFDT_OVERLAY
select OF_CONTROL
select SPI
select SPL_DM if SPL