From patchwork Fri Feb 14 09:18:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tero Kristo X-Patchwork-Id: 236356 List-Id: U-Boot discussion From: t-kristo at ti.com (Tero Kristo) Date: Fri, 14 Feb 2020 11:18:20 +0200 Subject: [PATCHv2 7/7] configs: j721e_evm_r5_defconfig: Enable ESM modules In-Reply-To: <20200214091820.28877-1-t-kristo@ti.com> References: <20200214091820.28877-1-t-kristo@ti.com> Message-ID: <20200214091820.28877-8-t-kristo@ti.com> Enable ESM modules for both PMIC and SoC side for proper watchdog handling on the board. SPL_BOARD_INIT is also enabled so that the board init function probing the drivers is called. Signed-off-by: Tero Kristo --- configs/j721e_evm_r5_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/j721e_evm_r5_defconfig b/configs/j721e_evm_r5_defconfig index 19fbd450c7..a28ea30372 100644 --- a/configs/j721e_evm_r5_defconfig +++ b/configs/j721e_evm_r5_defconfig @@ -122,3 +122,6 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0x6163 CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_FS_EXT4=y CONFIG_FS_FAT_MAX_CLUSTSIZE=16384 +CONFIG_ESM_K3=y +CONFIG_ESM_PMIC=y +CONFIG_SPL_BOARD_INIT=y