From 84abc8d53345d5cc3bf018821caa742a34f65226 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Mon, 2 Sep 2019 16:04:11 +0800 Subject: imx8qm: mek: enable dm-spl for pm with u-boot,dm-spl added for imx8qm-pm node, and SPL_SIMPLE_BUS enabled, the bind and probe code in board file could be removed. Also we need to enlarge SYS_MALLOC_F_LEN to avoid calloc fail. Signed-off-by: Peng Fan --- arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/arm/dts') diff --git a/arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi b/arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi index 5d50eb028e..9a4a83b70e 100644 --- a/arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi +++ b/arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi @@ -3,6 +3,11 @@ * Copyright 2018 NXP */ +&{/imx8qm-pm} { + + u-boot,dm-spl; +}; + &mu { u-boot,dm-spl; }; -- cgit