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: arch/xtensa/boot/dts/xtfpga.dtsi:45.6-119.4: Warning (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit name
Date: Thu, 31 Jul 2025 08:22:08 +0200	[thread overview]
Message-ID: <202507310849.ujgJCuOp-lkp@intel.com> (raw)

:::::: 
:::::: Manual check reason: "dtcheck: too old problem, older than 3 months"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
CC: linux-kernel@vger.kernel.org
TO: Masahiro Yamada <masahiroy@kernel.org>
CC: Max Filippov <jcmvbkbc@gmail.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   260f6f4fda93c8485c8037865c941b42b9cba5d2
commit: 47812144d39566da3f1dbc7a615f656969f99337 xtensa: migrate to the generic rule for built-in DTB
date:   5 months ago
:::::: branch date: 4 hours ago
:::::: commit date: 5 months ago
config: xtensa-xip_kc705_defconfig (https://download.01.org/0day-ci/archive/20250731/202507310849.ujgJCuOp-lkp@intel.com/config)
compiler: xtensa-linux-gcc (GCC) 15.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250731/202507310849.ujgJCuOp-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/202507310849.ujgJCuOp-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
>> arch/xtensa/boot/dts/xtfpga.dtsi:45.6-119.4: Warning (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit name
>> arch/xtensa/boot/dts/xtfpga.dtsi:51.24-55.5: Warning (unit_address_vs_reg): /soc/main-oscillator: node has a reg or ranges property, but no unit name
>> arch/xtensa/boot/dts/xtfpga.dtsi:51.24-55.5: Warning (simple_bus_reg): /soc/main-oscillator: simple-bus unit address format error, expected "d020004"
>> arch/xtensa/boot/dts/xtfpga.dtsi:57.28-67.5: Warning (simple_bus_reg): /soc/serial@0d050020: simple-bus unit address format error, expected "d050020"
>> arch/xtensa/boot/dts/xtfpga.dtsi:69.25-76.5: Warning (simple_bus_reg): /soc/ethoc@0d030000: simple-bus unit address format error, expected "d030000"
>> arch/xtensa/boot/dts/xtfpga.dtsi:78.29-84.5: Warning (simple_bus_reg): /soc/xtfpga-i2s@0d080000: simple-bus unit address format error, expected "d080000"
>> arch/xtensa/boot/dts/xtfpga.dtsi:86.29-104.5: Warning (simple_bus_reg): /soc/i2c-master@0d090000: simple-bus unit address format error, expected "d090000"
>> arch/xtensa/boot/dts/xtfpga.dtsi:106.22-118.5: Warning (simple_bus_reg): /soc/spi@0d0a0000: simple-bus unit address format error, expected "d0a0000"
>> arch/xtensa/boot/dts/xtfpga-flash-128m.dtsi:4.25-27.5: Warning (simple_bus_reg): /soc/flash@00000000: simple-bus unit address format error, expected "0"

vim +45 arch/xtensa/boot/dts/xtfpga.dtsi

08a7bbf624072b Max Filippov 2014-02-23  @45  	soc {
08a7bbf624072b Max Filippov 2014-02-23   46  		#address-cells = <1>;
08a7bbf624072b Max Filippov 2014-02-23   47  		#size-cells = <1>;
08a7bbf624072b Max Filippov 2014-02-23   48  		compatible = "simple-bus";
08a7bbf624072b Max Filippov 2014-02-23   49  		ranges = <0x00000000 0xf0000000 0x10000000>;
08a7bbf624072b Max Filippov 2014-02-23   50  
58c3e3ac7a1daf Max Filippov 2016-07-25  @51  		osc: main-oscillator {
58c3e3ac7a1daf Max Filippov 2016-07-25   52  			#clock-cells = <0>;
58c3e3ac7a1daf Max Filippov 2016-07-25   53  			compatible = "cdns,xtfpga-clock";
58c3e3ac7a1daf Max Filippov 2016-07-25   54  			reg = <0x0d020004 0x4>;
58c3e3ac7a1daf Max Filippov 2016-07-25   55  		};
58c3e3ac7a1daf Max Filippov 2016-07-25   56  
08a7bbf624072b Max Filippov 2014-02-23  @57  		serial0: serial@0d050020 {
5584b4da7814af Max Filippov 2012-11-03   58  			device_type = "serial";
5584b4da7814af Max Filippov 2012-11-03   59  			compatible = "ns16550a";
5584b4da7814af Max Filippov 2012-11-03   60  			no-loopback-test;
08a7bbf624072b Max Filippov 2014-02-23   61  			reg = <0x0d050020 0x20>;
5584b4da7814af Max Filippov 2012-11-03   62  			reg-shift = <2>;
abfbd89595e91d Max Filippov 2015-08-24   63  			reg-io-width = <4>;
abfbd89595e91d Max Filippov 2015-08-24   64  			native-endian;
5584b4da7814af Max Filippov 2012-11-03   65  			interrupts = <0 1>; /* external irq 0 */
cdc9af7ccfc26d Max Filippov 2014-01-29   66  			clocks = <&osc>;
5584b4da7814af Max Filippov 2012-11-03   67  		};
5584b4da7814af Max Filippov 2012-11-03   68  
08a7bbf624072b Max Filippov 2014-02-23  @69  		enet0: ethoc@0d030000 {
5584b4da7814af Max Filippov 2012-11-03   70  			compatible = "opencores,ethoc";
08a7bbf624072b Max Filippov 2014-02-23   71  			reg = <0x0d030000 0x4000 0x0d800000 0x4000>;
d99434e1760b94 Max Filippov 2015-08-25   72  			native-endian;
5584b4da7814af Max Filippov 2012-11-03   73  			interrupts = <1 1>; /* external irq 1 */
5584b4da7814af Max Filippov 2012-11-03   74  			local-mac-address = [00 50 c2 13 6f 00];
2bc2fde6385832 Max Filippov 2014-01-29   75  			clocks = <&osc>;
5584b4da7814af Max Filippov 2012-11-03   76  		};
c2c62e61fb8559 Max Filippov 2013-04-19   77  
c2c62e61fb8559 Max Filippov 2013-04-19  @78  		i2s0: xtfpga-i2s@0d080000 {
c2c62e61fb8559 Max Filippov 2013-04-19   79  			#sound-dai-cells = <0>;
c2c62e61fb8559 Max Filippov 2013-04-19   80  			compatible = "cdns,xtfpga-i2s";
c2c62e61fb8559 Max Filippov 2013-04-19   81  			reg = <0x0d080000 0x40>;
c2c62e61fb8559 Max Filippov 2013-04-19   82  			interrupts = <2 1>; /* external irq 2 */
c2c62e61fb8559 Max Filippov 2013-04-19   83  			clocks = <&cdce706 4>;
c2c62e61fb8559 Max Filippov 2013-04-19   84  		};
c2c62e61fb8559 Max Filippov 2013-04-19   85  
c2c62e61fb8559 Max Filippov 2013-04-19  @86  		i2c0: i2c-master@0d090000 {
c2c62e61fb8559 Max Filippov 2013-04-19   87  			compatible = "opencores,i2c-ocores";
c2c62e61fb8559 Max Filippov 2013-04-19   88  			#address-cells = <1>;
c2c62e61fb8559 Max Filippov 2013-04-19   89  			#size-cells = <0>;
c2c62e61fb8559 Max Filippov 2013-04-19   90  			reg = <0x0d090000 0x20>;
c2c62e61fb8559 Max Filippov 2013-04-19   91  			reg-shift = <2>;
bce299ca547357 Max Filippov 2015-08-25   92  			reg-io-width = <4>;
bce299ca547357 Max Filippov 2015-08-25   93  			native-endian;
c2c62e61fb8559 Max Filippov 2013-04-19   94  			interrupts = <4 1>;
c2c62e61fb8559 Max Filippov 2013-04-19   95  			clocks = <&osc>;
c2c62e61fb8559 Max Filippov 2013-04-19   96  
c2c62e61fb8559 Max Filippov 2013-04-19   97  			cdce706: clock-synth@69 {
c2c62e61fb8559 Max Filippov 2013-04-19   98  				compatible = "ti,cdce706";
c2c62e61fb8559 Max Filippov 2013-04-19   99  				#clock-cells = <1>;
c2c62e61fb8559 Max Filippov 2013-04-19  100  				reg = <0x69>;
c2c62e61fb8559 Max Filippov 2013-04-19  101  				clocks = <&clk54>;
c2c62e61fb8559 Max Filippov 2013-04-19  102  				clock-names = "clk_in0";
c2c62e61fb8559 Max Filippov 2013-04-19  103  			};
c2c62e61fb8559 Max Filippov 2013-04-19  104  		};
c2c62e61fb8559 Max Filippov 2013-04-19  105  
f37598be4e3896 Max Filippov 2018-12-04 @106  		spi0: spi@0d0a0000 {

:::::: The code at line 45 was first introduced by commit
:::::: 08a7bbf624072bed1cb35e5b4db7d538580f731c xtensa: xtfpga: introduce SoC I/O bus

:::::: TO: Max Filippov <jcmvbkbc@gmail.com>
:::::: CC: Max Filippov <jcmvbkbc@gmail.com>

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

                 reply	other threads:[~2025-07-31  6:23 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=202507310849.ujgJCuOp-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.