All of lore.kernel.org
 help / color / mirror / Atom feed
* arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi:105.6-590.4: Warning (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit name
@ 2024-12-30 21:57 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-12-30 21:57 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

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

BCC: lkp@intel.com
CC: llvm@lists.linux.dev
CC: oe-kbuild-all@lists.linux.dev
CC: linux-kernel@vger.kernel.org
TO: Andre Przywara <andre.przywara@arm.com>
CC: Jernej Skrabec <jernej.skrabec@gmail.com>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   ccb98ccef0e543c2bd4ef1a72270461957f3d8d0
commit: 5a378f9f2b15a2aa3b7485e46c3d300103ea384b arm64: dts: allwinner: h616: Add OrangePi Zero 2 board support
date:   2 years, 6 months ago
:::::: branch date: 3 hours ago
:::::: commit date: 2 years, 6 months ago
config: arm64-randconfig-003-20241220 (https://download.01.org/0day-ci/archive/20241231/202412310526.T3Xpr8ph-lkp@intel.com/config)
compiler: clang version 20.0.0git (https://github.com/llvm/llvm-project 9daf10ff8f29ba3a88a105aaa9d2379c21b77d35)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241231/202412310526.T3Xpr8ph-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/202412310526.T3Xpr8ph-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
>> arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi:105.6-590.4: Warning (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit name

vim +105 arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi

0d17c865118881 Andre Przywara 2022-07-08   12  
0d17c865118881 Andre Przywara 2022-07-08   13  / {
0d17c865118881 Andre Przywara 2022-07-08   14  	interrupt-parent = <&gic>;
0d17c865118881 Andre Przywara 2022-07-08   15  	#address-cells = <2>;
0d17c865118881 Andre Przywara 2022-07-08   16  	#size-cells = <2>;
0d17c865118881 Andre Przywara 2022-07-08   17  
0d17c865118881 Andre Przywara 2022-07-08   18  	cpus {
0d17c865118881 Andre Przywara 2022-07-08   19  		#address-cells = <1>;
0d17c865118881 Andre Przywara 2022-07-08   20  		#size-cells = <0>;
0d17c865118881 Andre Przywara 2022-07-08   21  
0d17c865118881 Andre Przywara 2022-07-08   22  		cpu0: cpu@0 {
0d17c865118881 Andre Przywara 2022-07-08   23  			compatible = "arm,cortex-a53";
0d17c865118881 Andre Przywara 2022-07-08   24  			device_type = "cpu";
0d17c865118881 Andre Przywara 2022-07-08   25  			reg = <0>;
0d17c865118881 Andre Przywara 2022-07-08   26  			enable-method = "psci";
0d17c865118881 Andre Przywara 2022-07-08   27  			clocks = <&ccu CLK_CPUX>;
0d17c865118881 Andre Przywara 2022-07-08   28  		};
0d17c865118881 Andre Przywara 2022-07-08   29  
0d17c865118881 Andre Przywara 2022-07-08   30  		cpu1: cpu@1 {
0d17c865118881 Andre Przywara 2022-07-08   31  			compatible = "arm,cortex-a53";
0d17c865118881 Andre Przywara 2022-07-08   32  			device_type = "cpu";
0d17c865118881 Andre Przywara 2022-07-08   33  			reg = <1>;
0d17c865118881 Andre Przywara 2022-07-08   34  			enable-method = "psci";
0d17c865118881 Andre Przywara 2022-07-08   35  			clocks = <&ccu CLK_CPUX>;
0d17c865118881 Andre Przywara 2022-07-08   36  		};
0d17c865118881 Andre Przywara 2022-07-08   37  
0d17c865118881 Andre Przywara 2022-07-08   38  		cpu2: cpu@2 {
0d17c865118881 Andre Przywara 2022-07-08   39  			compatible = "arm,cortex-a53";
0d17c865118881 Andre Przywara 2022-07-08   40  			device_type = "cpu";
0d17c865118881 Andre Przywara 2022-07-08   41  			reg = <2>;
0d17c865118881 Andre Przywara 2022-07-08   42  			enable-method = "psci";
0d17c865118881 Andre Przywara 2022-07-08   43  			clocks = <&ccu CLK_CPUX>;
0d17c865118881 Andre Przywara 2022-07-08   44  		};
0d17c865118881 Andre Przywara 2022-07-08   45  
0d17c865118881 Andre Przywara 2022-07-08   46  		cpu3: cpu@3 {
0d17c865118881 Andre Przywara 2022-07-08   47  			compatible = "arm,cortex-a53";
0d17c865118881 Andre Przywara 2022-07-08   48  			device_type = "cpu";
0d17c865118881 Andre Przywara 2022-07-08   49  			reg = <3>;
0d17c865118881 Andre Przywara 2022-07-08   50  			enable-method = "psci";
0d17c865118881 Andre Przywara 2022-07-08   51  			clocks = <&ccu CLK_CPUX>;
0d17c865118881 Andre Przywara 2022-07-08   52  		};
0d17c865118881 Andre Przywara 2022-07-08   53  	};
0d17c865118881 Andre Przywara 2022-07-08   54  
0d17c865118881 Andre Przywara 2022-07-08   55  	reserved-memory {
0d17c865118881 Andre Przywara 2022-07-08   56  		#address-cells = <2>;
0d17c865118881 Andre Przywara 2022-07-08   57  		#size-cells = <2>;
0d17c865118881 Andre Przywara 2022-07-08   58  		ranges;
0d17c865118881 Andre Przywara 2022-07-08   59  
0d17c865118881 Andre Przywara 2022-07-08   60  		/*
0d17c865118881 Andre Przywara 2022-07-08   61  		 * 256 KiB reserved for Trusted Firmware-A (BL31).
0d17c865118881 Andre Przywara 2022-07-08   62  		 * This is added by BL31 itself, but some bootloaders fail
0d17c865118881 Andre Przywara 2022-07-08   63  		 * to propagate this into the DTB handed to kernels.
0d17c865118881 Andre Przywara 2022-07-08   64  		 */
0d17c865118881 Andre Przywara 2022-07-08   65  		secmon@40000000 {
0d17c865118881 Andre Przywara 2022-07-08   66  			reg = <0x0 0x40000000 0x0 0x40000>;
0d17c865118881 Andre Przywara 2022-07-08   67  			no-map;
0d17c865118881 Andre Przywara 2022-07-08   68  		};
0d17c865118881 Andre Przywara 2022-07-08   69  	};
0d17c865118881 Andre Przywara 2022-07-08   70  
0d17c865118881 Andre Przywara 2022-07-08   71  	osc24M: osc24M-clk {
0d17c865118881 Andre Przywara 2022-07-08   72  		#clock-cells = <0>;
0d17c865118881 Andre Przywara 2022-07-08   73  		compatible = "fixed-clock";
0d17c865118881 Andre Przywara 2022-07-08   74  		clock-frequency = <24000000>;
0d17c865118881 Andre Przywara 2022-07-08   75  		clock-output-names = "osc24M";
0d17c865118881 Andre Przywara 2022-07-08   76  	};
0d17c865118881 Andre Przywara 2022-07-08   77  
0d17c865118881 Andre Przywara 2022-07-08   78  	pmu {
0d17c865118881 Andre Przywara 2022-07-08   79  		compatible = "arm,cortex-a53-pmu";
0d17c865118881 Andre Przywara 2022-07-08   80  		interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
0d17c865118881 Andre Przywara 2022-07-08   81  			     <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
0d17c865118881 Andre Przywara 2022-07-08   82  			     <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
0d17c865118881 Andre Przywara 2022-07-08   83  			     <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
0d17c865118881 Andre Przywara 2022-07-08   84  		interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
0d17c865118881 Andre Przywara 2022-07-08   85  	};
0d17c865118881 Andre Przywara 2022-07-08   86  
0d17c865118881 Andre Przywara 2022-07-08   87  	psci {
0d17c865118881 Andre Przywara 2022-07-08   88  		compatible = "arm,psci-0.2";
0d17c865118881 Andre Przywara 2022-07-08   89  		method = "smc";
0d17c865118881 Andre Przywara 2022-07-08   90  	};
0d17c865118881 Andre Przywara 2022-07-08   91  
0d17c865118881 Andre Przywara 2022-07-08   92  	timer {
0d17c865118881 Andre Przywara 2022-07-08   93  		compatible = "arm,armv8-timer";
0d17c865118881 Andre Przywara 2022-07-08   94  		arm,no-tick-in-suspend;
0d17c865118881 Andre Przywara 2022-07-08   95  		interrupts = <GIC_PPI 13
0d17c865118881 Andre Przywara 2022-07-08   96  			(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
0d17c865118881 Andre Przywara 2022-07-08   97  			     <GIC_PPI 14
0d17c865118881 Andre Przywara 2022-07-08   98  			(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
0d17c865118881 Andre Przywara 2022-07-08   99  			     <GIC_PPI 11
0d17c865118881 Andre Przywara 2022-07-08  100  			(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
0d17c865118881 Andre Przywara 2022-07-08  101  			     <GIC_PPI 10
0d17c865118881 Andre Przywara 2022-07-08  102  			(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
0d17c865118881 Andre Przywara 2022-07-08  103  	};
0d17c865118881 Andre Przywara 2022-07-08  104  
0d17c865118881 Andre Przywara 2022-07-08 @105  	soc {

:::::: The code at line 105 was first introduced by commit
:::::: 0d17c865118881609ea7e381c7cadbb7979cc596 arm64: dts: allwinner: Add Allwinner H616 .dtsi file

:::::: TO: Andre Przywara <andre.przywara@arm.com>
:::::: CC: Jernej Skrabec <jernej.skrabec@gmail.com>

-- 
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-12-30 21:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-30 21:57 arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi:105.6-590.4: Warning (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit name 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.