diff options
| author | Jagan Teki <[email protected]> | 2023-07-29 19:11:42 +0530 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2023-08-12 10:14:51 +0800 |
| commit | 2fa09b455a73a9bda0c616eaecd5dfafd5c19502 (patch) | |
| tree | 62fe3bdfcbd1db31163ac08563302970e9d63b90 /arch | |
| parent | 10e38327f017628f782ae4b104dcd64b3d3aa0fd (diff) | |
rockchip: rv1126: Enable fdtoverlay support
Add fdtoverlay_addr_r and enable OF_LIBFDT_OVERLAY for the
use of DT overlay in RV1126.
Signed-off-by: Jagan Teki <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-rockchip/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 49da93d54b4..a279582f4f6 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -359,6 +359,7 @@ config ROCKCHIP_RV1126 select PMIC_RK8XX select BOARD_LATE_INIT imply ROCKCHIP_COMMON_BOARD + imply OF_LIBFDT_OVERLAY imply TPL_DM imply TPL_LIBCOMMON_SUPPORT imply TPL_LIBGENERIC_SUPPORT |
