From: kernel test robot <lkp@intel.com>
To: Dongjin Kim <tobetter@gmail.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [tobetter:odroid-6.1.y 28/91] arch/arm64/boot/dts/amlogic/meson64_odroidn2.dtsi:154.23-158.5: Warning (unit_address_vs_reg): /thermal-zones/cpu-thermal/trips/trip-point@0: node has a unit name, but no reg or ranges property
Date: Fri, 14 Jun 2024 21:13:24 +0800 [thread overview]
Message-ID: <202406142116.6i7IfdnM-lkp@intel.com> (raw)
tree: https://github.com/tobetter/linux odroid-6.1.y
head: a50c6922e2b4c1d7c895bde521d13096ba16a863
commit: 53e390e1de685ddefa4ec9a40a60b0a1d1795b9c [28/91] ODROID-N2: arm64/dts: update device tree after v5.13
config: arm64-defconfig (https://download.01.org/0day-ci/archive/20240614/202406142116.6i7IfdnM-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240614/202406142116.6i7IfdnM-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/oe-kbuild-all/202406142116.6i7IfdnM-lkp@intel.com/
dtcheck warnings: (new ones prefixed by >>)
arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi:265.33-1539.7: Warning (unit_address_vs_reg): /soc/bus@ff600000/bus@34400/pinctrl@40: node has a unit name, but no reg or ranges property
arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi:1731.28-2003.7: Warning (unit_address_vs_reg): /soc/bus@ff800000/sys-ctrl@0/pinctrl@14: node has a unit name, but no reg or ranges property
>> arch/arm64/boot/dts/amlogic/meson64_odroidn2.dtsi:154.23-158.5: Warning (unit_address_vs_reg): /thermal-zones/cpu-thermal/trips/trip-point@0: node has a unit name, but no reg or ranges property
arch/arm64/boot/dts/amlogic/meson64_odroidn2.dtsi:159.23-163.5: Warning (unit_address_vs_reg): /thermal-zones/cpu-thermal/trips/trip-point@1: node has a unit name, but no reg or ranges property
arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi:265.33-1539.7: Warning (simple_bus_reg): /soc/bus@ff600000/bus@34400/pinctrl@40: missing or empty reg/ranges property
vim +154 arch/arm64/boot/dts/amlogic/meson64_odroidn2.dtsi
151
152 &cpu_thermal {
153 trips {
> 154 fan_0: trip-point@0 {
155 temperature = <65000>;
156 hysteresis = <5000>;
157 type = "active";
158 };
159 fan_1: trip-point@1 {
160 temperature = <75000>;
161 hysteresis = <5000>;
162 type = "active";
163 };
164 };
165 cooling-maps {
166 fan_cooling_map0 {
167 trip = <&fan_0>;
168 cooling-device = <&pwmfan THERMAL_NO_LIMIT 2>;
169 };
170 fan_cooling_map1 {
171 trip = <&fan_1>;
172 cooling-device = <&pwmfan 2 THERMAL_NO_LIMIT>;
173 };
174 };
175 };
176
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next reply other threads:[~2024-06-14 13:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-14 13:13 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-14 4:55 [tobetter:odroid-6.1.y 28/91] arch/arm64/boot/dts/amlogic/meson64_odroidn2.dtsi:154.23-158.5: Warning (unit_address_vs_reg): /thermal-zones/cpu-thermal/trips/trip-point@0: node has a unit name, but no reg or ranges property kernel test robot
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=202406142116.6i7IfdnM-lkp@intel.com \
--to=lkp@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=tobetter@gmail.com \
/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.