All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: [arm-integrator:b4/genexis-xg6846b 3/8] arch/arm/boot/dts/broadcom/bcm6846-genexis-xg6846b.dts:31.3-10: Warning (ranges_format): /reserved-memory:ranges: empty "ranges" property but its #address-cells (2) differs from / (1)
Date: Thu, 12 Sep 2024 09:36:10 +0800	[thread overview]
Message-ID: <202409120916.hZncDbGI-lkp@intel.com> (raw)

:::::: 
:::::: Manual check reason: "dtcheck: binding changes may go via different trees"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: Linus Walleij <linus.walleij@linaro.org>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git b4/genexis-xg6846b
head:   66d8d7525e01c7da347265bbef7f4da80d3e0dcf
commit: 2fdbc6d873465cc698f4f3fc97ac3970d00cdd65 [3/8] ARM: dts: broadcom: Add Genexis XG6846B DTS file
:::::: branch date: 27 hours ago
:::::: commit date: 28 hours ago
config: arm-randconfig-004-20240911 (https://download.01.org/0day-ci/archive/20240912/202409120916.hZncDbGI-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 14.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240912/202409120916.hZncDbGI-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202409120916.hZncDbGI-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
>> arch/arm/boot/dts/broadcom/bcm6846-genexis-xg6846b.dts:31.3-10: Warning (ranges_format): /reserved-memory:ranges: empty "ranges" property but its #address-cells (2) differs from / (1)
>> arch/arm/boot/dts/broadcom/bcm6846-genexis-xg6846b.dts:31.3-10: Warning (ranges_format): /reserved-memory:ranges: empty "ranges" property but its #size-cells (2) differs from / (1)

vim +/ranges +31 arch/arm/boot/dts/broadcom/bcm6846-genexis-xg6846b.dts

2fdbc6d873465c Linus Walleij 2024-08-19   9  
2fdbc6d873465c Linus Walleij 2024-08-19  10  / {
2fdbc6d873465c Linus Walleij 2024-08-19  11  	model = "Genexis XG6846B Ethernet layer 2/3 router";
2fdbc6d873465c Linus Walleij 2024-08-19  12  	compatible = "genexis,xg6846b", "brcm,bcm6846", "brcm,bcmbca";
2fdbc6d873465c Linus Walleij 2024-08-19  13  
2fdbc6d873465c Linus Walleij 2024-08-19  14  	aliases {
2fdbc6d873465c Linus Walleij 2024-08-19  15  		serial0 = &uart0;
2fdbc6d873465c Linus Walleij 2024-08-19  16  	};
2fdbc6d873465c Linus Walleij 2024-08-19  17  
2fdbc6d873465c Linus Walleij 2024-08-19  18  	chosen {
2fdbc6d873465c Linus Walleij 2024-08-19  19  		stdout-path = "serial0:115200n8";
2fdbc6d873465c Linus Walleij 2024-08-19  20  	};
2fdbc6d873465c Linus Walleij 2024-08-19  21  
2fdbc6d873465c Linus Walleij 2024-08-19  22  	/* 256 MB RAM */
2fdbc6d873465c Linus Walleij 2024-08-19  23  	memory@0 {
2fdbc6d873465c Linus Walleij 2024-08-19  24  		device_type = "memory";
2fdbc6d873465c Linus Walleij 2024-08-19  25  		reg = <0x0 0x10000000>;
2fdbc6d873465c Linus Walleij 2024-08-19  26  	};
2fdbc6d873465c Linus Walleij 2024-08-19  27  
2fdbc6d873465c Linus Walleij 2024-08-19  28  	reserved-memory {
2fdbc6d873465c Linus Walleij 2024-08-19  29  		#address-cells = <2>;
2fdbc6d873465c Linus Walleij 2024-08-19  30  		#size-cells = <2>;
2fdbc6d873465c Linus Walleij 2024-08-19 @31  		ranges;
2fdbc6d873465c Linus Walleij 2024-08-19  32  
2fdbc6d873465c Linus Walleij 2024-08-19  33  		secondary-boot@0 {
2fdbc6d873465c Linus Walleij 2024-08-19  34  			no-map;
2fdbc6d873465c Linus Walleij 2024-08-19  35  			reg = <0x0 0x00000000 0x0 0x00008000>;
2fdbc6d873465c Linus Walleij 2024-08-19  36  		};
2fdbc6d873465c Linus Walleij 2024-08-19  37  		pmc3-firmware@8000 {
2fdbc6d873465c Linus Walleij 2024-08-19  38  			no-map;
2fdbc6d873465c Linus Walleij 2024-08-19  39  			reg = <0x0 0x00008000 0x0 0x00100000>;
2fdbc6d873465c Linus Walleij 2024-08-19  40  		};
2fdbc6d873465c Linus Walleij 2024-08-19  41  	};
2fdbc6d873465c Linus Walleij 2024-08-19  42  };
2fdbc6d873465c Linus Walleij 2024-08-19  43  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

                 reply	other threads:[~2024-09-12  1:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202409120916.hZncDbGI-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.