Merge pull request #1168 from psztoch/pr-rockover

Fix for broken overlays (fdt apply) on rockchip
This commit is contained in:
Igor Pečovnik 2018-11-27 13:21:32 +01:00 committed by GitHub
commit ea20778af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@ diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0e8dc01..22170d2 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1082,6 +1082,8 @@ config ARCH_ROCKCHIP
select DM_PWM
select DM_REGULATOR
imply FAT_WRITE
@@ -1125,6 +1125,8 @@ config ARCH_ROCKCHIP
imply TPL_SYSRESET
imply ADC
imply SARADC_ROCKCHIP
+ select OF_LIBFDT
+ select OF_LIBFDT_OVERLAY