diff options
| author | Neil Armstrong <[email protected]> | 2024-03-29 18:51:51 +0100 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2024-04-04 18:48:46 +0200 |
| commit | 834e7c8136c6e88d7e8e75b9ef4c300d4732f071 (patch) | |
| tree | a221346553405b95e0e76ee3787605ca771c0a0c /configs/khadas-vim3_android_defconfig | |
| parent | 0364f25b5bc0ef306681edb078f35afa944b0292 (diff) | |
dts: meson-g12a: Switch to using upstream DT
Enable OF_UPSTREAM to use upstream DT and add amlogic/ prefix to the
DEFAULT_DEVICE_TREE. And thereby directly build DTB from dts/upstream/src/
including *-u-boot.dtsi files from arch/$(ARCH)/dts/ directory.
Cc: Sumit Garg <[email protected]>
Acked-by: Viacheslav Bocharov <[email protected]>
Reviewed-by: Sumit Garg <[email protected]>
Tested-by: Mattijs Korpershoek <[email protected]> # khadas-vim3_android
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'configs/khadas-vim3_android_defconfig')
| -rw-r--r-- | configs/khadas-vim3_android_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/khadas-vim3_android_defconfig b/configs/khadas-vim3_android_defconfig index cecbe506179..55d59dd4813 100644 --- a/configs/khadas-vim3_android_defconfig +++ b/configs/khadas-vim3_android_defconfig @@ -10,7 +10,7 @@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x20000000 CONFIG_ENV_SIZE=0x10000 CONFIG_ENV_OFFSET=0x0 CONFIG_DM_GPIO=y -CONFIG_DEFAULT_DEVICE_TREE="meson-g12b-a311d-khadas-vim3" +CONFIG_DEFAULT_DEVICE_TREE="amlogic/meson-g12b-a311d-khadas-vim3" CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_DM_RESET=y CONFIG_MESON_G12A=y |
