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: [robh:for-next 2/12] arch/mips/boot/dts/mti/malta.dts:54.17-83.4: Warning (avoid_unnecessary_addr_size): /flash@1e000000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" or "ranges" property
Date: Tue, 12 Aug 2025 12:12:37 +0800	[thread overview]
Message-ID: <202508121124.vV1vY373-lkp@intel.com> (raw)

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

BCC: lkp@intel.com
CC: llvm@lists.linux.dev
CC: oe-kbuild-all@lists.linux.dev
TO: "Rob Herring (Arm)" <robh@kernel.org>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
head:   c2a1a5ede4717e6f12d49fe5177a66d40cbf4847
commit: c072d2b49507420edd57ba3d87690ab81ef5273a [2/12] scripts/dtc: Update to upstream version v1.7.2-35-g52f07dcca47c
:::::: branch date: 11 hours ago
:::::: commit date: 15 hours ago
config: mips-maltaaprp_defconfig (https://download.01.org/0day-ci/archive/20250812/202508121124.vV1vY373-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 3769ce013be2879bf0b329c14a16f5cb766f26ce)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250812/202508121124.vV1vY373-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/202508121124.vV1vY373-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
   arch/mips/boot/dts/mti/malta.dts:44.33-52.4: Warning (unit_address_vs_reg): /interrupt-controller@20: node has a unit name, but no reg or ranges property
   arch/mips/boot/dts/mti/malta.dts:90.11-93.5: Warning (unit_address_vs_reg): /system-controller@1f000000/lcd@410: node has a unit name, but no reg or ranges property
   arch/mips/boot/dts/mti/malta.dts:103.6-116.4: Warning (unit_address_vs_reg): /isa: node has a reg or ranges property, but no unit name
>> arch/mips/boot/dts/mti/malta.dts:54.17-83.4: Warning (avoid_unnecessary_addr_size): /flash@1e000000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" or "ranges" property

vim +54 arch/mips/boot/dts/mti/malta.dts

e81a8c7dabac05 Paul Burton 2015-09-22  10  
e8823d26b4f18f Paul Burton 2015-05-22  11  / {
e8823d26b4f18f Paul Burton 2015-05-22  12  	#address-cells = <1>;
e8823d26b4f18f Paul Burton 2015-05-22  13  	#size-cells = <1>;
e8823d26b4f18f Paul Burton 2015-05-22  14  	compatible = "mti,malta";
38ec82fe21cd99 Paul Burton 2016-09-19  15  
38ec82fe21cd99 Paul Burton 2016-09-19  16  	cpu_intc: interrupt-controller {
38ec82fe21cd99 Paul Burton 2016-09-19  17  		compatible = "mti,cpu-interrupt-controller";
38ec82fe21cd99 Paul Burton 2016-09-19  18  
38ec82fe21cd99 Paul Burton 2016-09-19  19  		interrupt-controller;
38ec82fe21cd99 Paul Burton 2016-09-19  20  		#interrupt-cells = <1>;
38ec82fe21cd99 Paul Burton 2016-09-19  21  	};
38ec82fe21cd99 Paul Burton 2016-09-19  22  
38ec82fe21cd99 Paul Burton 2016-09-19  23  	gic: interrupt-controller@1bdc0000 {
38ec82fe21cd99 Paul Burton 2016-09-19  24  		compatible = "mti,gic";
38ec82fe21cd99 Paul Burton 2016-09-19  25  		reg = <0x1bdc0000 0x20000>;
38ec82fe21cd99 Paul Burton 2016-09-19  26  
38ec82fe21cd99 Paul Burton 2016-09-19  27  		interrupt-controller;
38ec82fe21cd99 Paul Burton 2016-09-19  28  		#interrupt-cells = <3>;
38ec82fe21cd99 Paul Burton 2016-09-19  29  
38ec82fe21cd99 Paul Burton 2016-09-19  30  		/*
38ec82fe21cd99 Paul Burton 2016-09-19  31  		 * Declare the interrupt-parent even though the mti,gic
38ec82fe21cd99 Paul Burton 2016-09-19  32  		 * binding doesn't require it, such that the kernel can
38ec82fe21cd99 Paul Burton 2016-09-19  33  		 * figure out that cpu_intc is the root interrupt
38ec82fe21cd99 Paul Burton 2016-09-19  34  		 * controller & should be probed first.
38ec82fe21cd99 Paul Burton 2016-09-19  35  		 */
38ec82fe21cd99 Paul Burton 2016-09-19  36  		interrupt-parent = <&cpu_intc>;
38ec82fe21cd99 Paul Burton 2016-09-19  37  
38ec82fe21cd99 Paul Burton 2016-09-19  38  		timer {
38ec82fe21cd99 Paul Burton 2016-09-19  39  			compatible = "mti,gic-timer";
38ec82fe21cd99 Paul Burton 2016-09-19  40  			interrupts = <GIC_LOCAL 1 IRQ_TYPE_NONE>;
38ec82fe21cd99 Paul Burton 2016-09-19  41  		};
38ec82fe21cd99 Paul Burton 2016-09-19  42  	};
38ec82fe21cd99 Paul Burton 2016-09-19  43  
38ec82fe21cd99 Paul Burton 2016-09-19  44  	i8259: interrupt-controller@20 {
38ec82fe21cd99 Paul Burton 2016-09-19  45  		compatible = "intel,i8259";
38ec82fe21cd99 Paul Burton 2016-09-19  46  
38ec82fe21cd99 Paul Burton 2016-09-19  47  		interrupt-controller;
38ec82fe21cd99 Paul Burton 2016-09-19  48  		#interrupt-cells = <1>;
38ec82fe21cd99 Paul Burton 2016-09-19  49  
38ec82fe21cd99 Paul Burton 2016-09-19  50  		interrupt-parent = <&gic>;
38ec82fe21cd99 Paul Burton 2016-09-19  51  		interrupts = <GIC_SHARED 3 IRQ_TYPE_LEVEL_HIGH>;
38ec82fe21cd99 Paul Burton 2016-09-19  52  	};
0a46ffa3604ec6 Paul Burton 2016-09-19  53  
97af8e1cb31870 Paul Burton 2016-09-19 @54  	flash@1e000000 {

:::::: The code at line 54 was first introduced by commit
:::::: 97af8e1cb31870c6f4ca175d5eada7be5cc65e0f MIPS: Malta: Probe pflash via DT

:::::: TO: Paul Burton <paul.burton@imgtec.com>
:::::: CC: Ralf Baechle <ralf@linux-mips.org>

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

                 reply	other threads:[~2025-08-12  4:13 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=202508121124.vV1vY373-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.