* [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)
@ 2024-09-12 1:36 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-09-12 1:36 UTC (permalink / raw)
To: oe-kbuild; +Cc: lkp
::::::
:::::: 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-09-12 1:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-12 1:36 [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) kernel test robot
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.