[openwrt/openwrt] ipq40xx: fix unit-address of Netgear LBR20 ubi partition

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 11 01:34:51 PST 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6f99711b1b2cfc541e9e545faf0d2a8f9a24c75f

commit 6f99711b1b2cfc541e9e545faf0d2a8f9a24c75f
Author: Christoph Krapp <achterin at gmail.com>
AuthorDate: Tue Nov 11 00:01:17 2025 +0100

    ipq40xx: fix unit-address of Netgear LBR20 ubi partition
    
    The unit-address of the ubi partition was @a9c0000 but the partition
    actually starts at offset 0x0ad00000. Ideally they should match, so
    align them.
    
    Signed-off-by: Christoph Krapp <achterin at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/20733
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 .../ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts
index 046a5a2690..f4c71fb8dc 100644
--- a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts
+++ b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts
@@ -394,7 +394,7 @@
 				reg = <0x0a600000 0x00700000>;
 			};
 
-			partition at a9c0000 {
+			partition at ad00000 {
 				label = "ubi";
 				reg = <0x0ad00000 0x05300000>;
 			};




More information about the lede-commits mailing list