All of lore.kernel.org
 help / color / mirror / Atom feed
* [amlogic:v6.12/arm64-dt 10/10] arch/arm64/boot/dts/amlogic/amlogic-c3-c308l-aw419.dts:205.9-245.4: Warning (avoid_unnecessary_addr_size): /soc/bus@fe000000/spi@56000/nand@0: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
@ 2024-09-01  4:01 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-09-01  4:01 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: Xianwei Zhao <xianwei.zhao@amlogic.com>
CC: Neil Armstrong <neil.armstrong@linaro.org>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git v6.12/arm64-dt
head:   d4bd8f3023b68f72431e05ec6cbc793519b449cf
commit: d4bd8f3023b68f72431e05ec6cbc793519b449cf [10/10] arm64: dts: amlogic: add C3 AW419 board
:::::: branch date: 2 days ago
:::::: commit date: 2 days ago
config: arm64-randconfig-003-20240831 (https://download.01.org/0day-ci/archive/20240901/202409011104.vac3eSlT-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 14.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240901/202409011104.vac3eSlT-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/202409011104.vac3eSlT-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
   arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi:65.7-76.4: Warning (unit_address_vs_reg): /sram: node has a reg or ranges property, but no unit name
   arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi:168.34-413.6: Warning (unit_address_vs_reg): /soc/bus@fe000000/pinctrl@4000: node has a unit name, but no reg or ranges property
   arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi:168.34-413.6: Warning (simple_bus_reg): /soc/bus@fe000000/pinctrl@4000: missing or empty reg/ranges property
>> arch/arm64/boot/dts/amlogic/amlogic-c3-c308l-aw419.dts:205.9-245.4: Warning (avoid_unnecessary_addr_size): /soc/bus@fe000000/spi@56000/nand@0: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property

vim +205 arch/arm64/boot/dts/amlogic/amlogic-c3-c308l-aw419.dts

d4bd8f3023b68f Xianwei Zhao 2024-08-30  197  
d4bd8f3023b68f Xianwei Zhao 2024-08-30  198  &spifc {
d4bd8f3023b68f Xianwei Zhao 2024-08-30  199  	#address-cells = <1>;
d4bd8f3023b68f Xianwei Zhao 2024-08-30  200  	#size-cells = <0>;
d4bd8f3023b68f Xianwei Zhao 2024-08-30  201  
d4bd8f3023b68f Xianwei Zhao 2024-08-30  202  	pinctrl-0 = <&spifc_pins>;
d4bd8f3023b68f Xianwei Zhao 2024-08-30  203  	pinctrl-names = "default";
d4bd8f3023b68f Xianwei Zhao 2024-08-30  204  
d4bd8f3023b68f Xianwei Zhao 2024-08-30 @205  	nand@0 {
d4bd8f3023b68f Xianwei Zhao 2024-08-30  206  		compatible = "spi-nand";
d4bd8f3023b68f Xianwei Zhao 2024-08-30  207  		reg = <0>;
d4bd8f3023b68f Xianwei Zhao 2024-08-30  208  		spi-max-frequency = <83000000>;
d4bd8f3023b68f Xianwei Zhao 2024-08-30  209  		spi-tx-bus-width = <4>;
d4bd8f3023b68f Xianwei Zhao 2024-08-30  210  		spi-rx-bus-width = <4>;
d4bd8f3023b68f Xianwei Zhao 2024-08-30  211  		#address-cells = <1>;
d4bd8f3023b68f Xianwei Zhao 2024-08-30  212  		#size-cells = <1>;
d4bd8f3023b68f Xianwei Zhao 2024-08-30  213  		status = "disabled";
d4bd8f3023b68f Xianwei Zhao 2024-08-30  214  
d4bd8f3023b68f Xianwei Zhao 2024-08-30  215  		partitions {
d4bd8f3023b68f Xianwei Zhao 2024-08-30  216  			compatible = "fixed-partitions";
d4bd8f3023b68f Xianwei Zhao 2024-08-30  217  			#address-cells = <1>;
d4bd8f3023b68f Xianwei Zhao 2024-08-30  218  			#size-cells = <1>;
d4bd8f3023b68f Xianwei Zhao 2024-08-30  219  
d4bd8f3023b68f Xianwei Zhao 2024-08-30  220  			partition@0 {
d4bd8f3023b68f Xianwei Zhao 2024-08-30  221  				label = "boot";
d4bd8f3023b68f Xianwei Zhao 2024-08-30  222  				reg = <0 0x200000>;
d4bd8f3023b68f Xianwei Zhao 2024-08-30  223  			};
d4bd8f3023b68f Xianwei Zhao 2024-08-30  224  
d4bd8f3023b68f Xianwei Zhao 2024-08-30  225  			partition@200000 {
d4bd8f3023b68f Xianwei Zhao 2024-08-30  226  				label = "env";
d4bd8f3023b68f Xianwei Zhao 2024-08-30  227  				reg = <0x200000 0x400000>;
d4bd8f3023b68f Xianwei Zhao 2024-08-30  228  			};
d4bd8f3023b68f Xianwei Zhao 2024-08-30  229  
d4bd8f3023b68f Xianwei Zhao 2024-08-30  230  			partition@600000 {
d4bd8f3023b68f Xianwei Zhao 2024-08-30  231  				label = "system";
d4bd8f3023b68f Xianwei Zhao 2024-08-30  232  				reg = <0x600000 0xa00000>;
d4bd8f3023b68f Xianwei Zhao 2024-08-30  233  			};
d4bd8f3023b68f Xianwei Zhao 2024-08-30  234  
d4bd8f3023b68f Xianwei Zhao 2024-08-30  235  			partition@1000000 {
d4bd8f3023b68f Xianwei Zhao 2024-08-30  236  				label = "rootfs";
d4bd8f3023b68f Xianwei Zhao 2024-08-30  237  				reg = <0x1000000 0x3000000>;
d4bd8f3023b68f Xianwei Zhao 2024-08-30  238  			};
d4bd8f3023b68f Xianwei Zhao 2024-08-30  239  
d4bd8f3023b68f Xianwei Zhao 2024-08-30  240  			partition@4000000 {
d4bd8f3023b68f Xianwei Zhao 2024-08-30  241  				label = "data";
d4bd8f3023b68f Xianwei Zhao 2024-08-30  242  				reg = <0x4000000 0x8000000>;
d4bd8f3023b68f Xianwei Zhao 2024-08-30  243  			};
d4bd8f3023b68f Xianwei Zhao 2024-08-30  244  		};
d4bd8f3023b68f Xianwei Zhao 2024-08-30  245  	};
d4bd8f3023b68f Xianwei Zhao 2024-08-30  246  };
d4bd8f3023b68f Xianwei Zhao 2024-08-30  247  

-- 
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-01  4:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-01  4:01 [amlogic:v6.12/arm64-dt 10/10] arch/arm64/boot/dts/amlogic/amlogic-c3-c308l-aw419.dts:205.9-245.4: Warning (avoid_unnecessary_addr_size): /soc/bus@fe000000/spi@56000/nand@0: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property 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.