diff options
| author | Gilles Talis <[email protected]> | 2024-10-09 20:42:42 -0400 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-10-13 09:45:36 -0300 |
| commit | b970b73e1e470bb2bb1e50e4cf314b79eba4842c (patch) | |
| tree | fec46dacb0f8b5603eb1e8da9acd6808b9c7e50d /configs | |
| parent | 03b415d753797140e834a54c55074369cb472f0d (diff) | |
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 <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/imx8mp_debix_model_a_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
