diff --git a/target/linux/ipq806x/config-6.12 b/target/linux/ipq806x/config-6.12 index 1e3dd40df3..74c32dbdc6 100644 --- a/target/linux/ipq806x/config-6.12 +++ b/target/linux/ipq806x/config-6.12 @@ -300,6 +300,7 @@ CONFIG_MTD_SPLIT_UIMAGE_FW=y CONFIG_MTD_UBI=y CONFIG_MTD_UBI_BEB_LIMIT=20 CONFIG_MTD_UBI_BLOCK=y +CONFIG_MTD_UBI_NVMEM=y CONFIG_MTD_UBI_WL_THRESHOLD=4096 CONFIG_MUTEX_SPIN_ON_OWNER=y CONFIG_NEED_DMA_MAP_STATE=y diff --git a/target/linux/ipq806x/dts/qcom-ipq8068-cryptid-common.dtsi b/target/linux/ipq806x/dts/qcom-ipq8068-cryptid-common.dtsi index 69b39a3afe..d5f56d070c 100644 --- a/target/linux/ipq806x/dts/qcom-ipq8068-cryptid-common.dtsi +++ b/target/linux/ipq806x/dts/qcom-ipq8068-cryptid-common.dtsi @@ -194,8 +194,14 @@ partition@36c0000 { label = "ubi"; reg = <0x36c0000 0x46c0000>; + }; + partition@7d80000 { + label = "art"; + reg = <0x7d80000 0x200000>; + read-only; volumes { + ubi-volume-art { volname = "ART"; @@ -211,12 +217,6 @@ }; }; }; - - partition@7d80000 { - label = "art"; - reg = <0x7d80000 0x200000>; - read-only; - }; }; }; };