From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: [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
Date: Sun, 1 Sep 2024 12:01:12 +0800 [thread overview]
Message-ID: <202409011104.vac3eSlT-lkp@intel.com> (raw)
::::::
:::::: 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
reply other threads:[~2024-09-01 4:01 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=202409011104.vac3eSlT-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.