ipq40xx: fix unit-address of Netgear LBR20 ubi partition
authorChristoph Krapp <[email protected]>
Mon, 10 Nov 2025 23:01:17 +0000 (00:01 +0100)
committerRobert Marko <[email protected]>
Tue, 11 Nov 2025 09:34:47 +0000 (10:34 +0100)
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 <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20733
Signed-off-by: Robert Marko <[email protected]>
target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-lbr20.dts

index 046a5a2690dee8d9c41c999caefc6d79a99818c2..f4c71fb8dc22711dcfb3557d411d29dc9cbff410 100644 (file)
                                reg = <0x0a600000 0x00700000>;
                        };
 
-                       partition@a9c0000 {
+                       partition@ad00000 {
                                label = "ubi";
                                reg = <0x0ad00000 0x05300000>;
                        };