[openwrt/openwrt] mediatek: mt7622: set DEVICE_DTC_ADDR for BPi-R64

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 5 17:35:02 PDT 2023


dangole pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/b2d264dc683e862c66da9b4e6e0359a4b4dccc98

commit b2d264dc683e862c66da9b4e6e0359a4b4dccc98
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Thu Aug 31 19:20:49 2023 +0100

    mediatek: mt7622: set DEVICE_DTC_ADDR for BPi-R64
    
    Relocating the device tree is required for being apply to apply
    device tree overylay at boot.
    
    Fixes: 34bb33094a ("mediatek: use updated device tree overlay mechanism for BPi-R64")
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
    (cherry picked from commit a8cbee8e2d11dd139c1dea1f7289bdf28b1e2b52)
---
 target/linux/mediatek/image/mt7622.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/mediatek/image/mt7622.mk b/target/linux/mediatek/image/mt7622.mk
index d40eb54cb7..53f5bd9d14 100644
--- a/target/linux/mediatek/image/mt7622.mk
+++ b/target/linux/mediatek/image/mt7622.mk
@@ -71,6 +71,7 @@ define Device/bananapi_bpi-r64
   DEVICE_DTS_OVERLAY := mt7622-bananapi-bpi-r64-pcie1 mt7622-bananapi-bpi-r64-sata
   DEVICE_PACKAGES := kmod-ata-ahci-mtk kmod-btmtkuart kmod-usb3 e2fsprogs mkf2fs f2fsck
   DEVICE_DTC_FLAGS := --pad 4096
+  DEVICE_DTS_LOADADDR := 0x43f00000
   ARTIFACTS := emmc-preloader.bin emmc-bl31-uboot.fip sdcard.img.gz snand-preloader.bin snand-bl31-uboot.fip
   IMAGES := sysupgrade.itb
   KERNEL_INITRAMFS_SUFFIX := -recovery.itb




More information about the lede-commits mailing list