[openwrt/openwrt] qualcommax: dts: fix missing or empty reg property warning

LEDE Commits lede-commits at lists.infradead.org
Thu May 15 09:29:05 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/86a6c550b93ef79199897e480424755d185390b3

commit 86a6c550b93ef79199897e480424755d185390b3
Author: Paweł Owoc <frut3k7 at gmail.com>
AuthorDate: Mon May 12 15:41:09 2025 +0200

    qualcommax: dts: fix missing or empty reg property warning
    
    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 at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/18787
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 .../files/arch/arm64/boot/dts/qcom/ipq8074-nbg7815.dts     | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-nbg7815.dts b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-nbg7815.dts
index d0a2fb7b4e..aeda7ff213 100644
--- a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-nbg7815.dts
+++ b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-nbg7815.dts
@@ -89,20 +89,6 @@
 	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 at 0 {
 		#address-cells = <1>;
 		#size-cells = <1>;




More information about the lede-commits mailing list