]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
qualcommax: dts: fix missing or empty reg property warning 18787/head
authorPaweł Owoc <frut3k7@gmail.com>
Mon, 12 May 2025 13:41:09 +0000 (15:41 +0200)
committerRobert Marko <robimarko@gmail.com>
Thu, 15 May 2025 16:29:00 +0000 (18:29 +0200)
Remove property 'status = "disabled"' for partitions in Zyxel NBG7815.
This option is mainly used for NAND memory and here we have SPI memory.

Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18787
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-nbg7815.dts

index d0a2fb7b4ee88614d8b595e19c9f7ba0550cac65..aeda7ff213f243b03e238db57090a7713d4f8737 100644 (file)
        cs-gpios = <0>;
        status = "okay";
 
-       /*
-        * Bootloader will find the NAND DT node by the compatible and
-        * then "fixup" it by adding the partitions from the SMEM table
-        * using the legacy bindings thus making it impossible for us
-        * to change the partition table or utilize NVMEM for calibration.
-        * So add a dummy partitions node that bootloader will populate
-        * and set it as disabled so the kernel ignores it instead of
-        * printing warnings due to the broken way bootloader adds the
-        * partitions.
-        */
-       partitions {
-               status = "disabled";
-       };
-
        flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;