From b970b73e1e470bb2bb1e50e4cf314b79eba4842c Mon Sep 17 00:00:00 2001 From: Gilles Talis Date: Wed, 9 Oct 2024 20:42:42 -0400 Subject: arm64: imx: imx8mp-debix-model-a: Migrate to OF_UPSTREAM Device tree for this board can be deleted. Device tree location now points to the freescale/ directory. Use absolute path to PMIC node entry and its regulators as device tree in kernel does not provide corresponding labels Signed-off-by: Gilles Talis Reviewed-by: Peng Fan --- configs/imx8mp_debix_model_a_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/imx8mp_debix_model_a_defconfig b/configs/imx8mp_debix_model_a_defconfig index dcc529f9fc2..9f75ab1477f 100644 --- a/configs/imx8mp_debix_model_a_defconfig +++ b/configs/imx8mp_debix_model_a_defconfig @@ -8,7 +8,7 @@ CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_ENV_SIZE=0x1000 CONFIG_ENV_OFFSET=0x400000 CONFIG_DM_GPIO=y -CONFIG_DEFAULT_DEVICE_TREE="imx8mp-debix-model-a" +CONFIG_DEFAULT_DEVICE_TREE="freescale/imx8mp-debix-model-a" CONFIG_SPL_TEXT_BASE=0x920000 CONFIG_TARGET_IMX8MP_DEBIX_MODEL_A=y CONFIG_SYS_MONITOR_LEN=524288 -- cgit v1.3.1