From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: Re: [PATCH 8/8] ARM: dts: socfpga: add Enclustra SoM dts files
Date: Tue, 8 Oct 2024 21:52:00 +0800 [thread overview]
Message-ID: <202410082141.XSjVC0sV-lkp@intel.com> (raw)
::::::
:::::: Manual check reason: "dtcheck: binding changes may go via different trees"
::::::
BCC: lkp@intel.com
CC: llvm@lists.linux.dev
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20241007133115.1482619-9-l.rubusch@gmail.com>
References: <20241007133115.1482619-9-l.rubusch@gmail.com>
TO: Lothar Rubusch <l.rubusch@gmail.com>
TO: robh@kernel.org
TO: krzk+dt@kernel.org
TO: conor+dt@kernel.org
TO: dinguyen@kernel.org
TO: marex@denx.de
TO: s.trumtrar@pengutronix.de
CC: l.rubusch@gmail.com
CC: devicetree@vger.kernel.org
CC: linux-kernel@vger.kernel.org
Hi Lothar,
kernel test robot noticed the following build warnings:
[auto build test WARNING on robh/for-next]
[also build test WARNING on linus/master v6.12-rc2 next-20241008]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Lothar-Rubusch/ARM-dts-socfpga-fix-dtschema-issues/20241007-213514
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
patch link: https://lore.kernel.org/r/20241007133115.1482619-9-l.rubusch%40gmail.com
patch subject: [PATCH 8/8] ARM: dts: socfpga: add Enclustra SoM dts files
:::::: branch date: 24 hours ago
:::::: commit date: 24 hours ago
config: arm-randconfig-001-20241008 (https://download.01.org/0day-ci/archive/20241008/202410082141.XSjVC0sV-lkp@intel.com/config)
compiler: clang version 16.0.6 (https://github.com/llvm/llvm-project 7cbf1a2591520c2491aa35339f227775f4d3adf6)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241008/202410082141.XSjVC0sV-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/202410082141.XSjVC0sV-lkp@intel.com/
dtcheck warnings: (new ones prefixed by >>)
>> arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_mercury_sa2.dtsi:35.9-39.4: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name
arch/arm/boot/dts/intel/socfpga/socfpga.dtsi:90.15-96.5: Warning (simple_bus_reg): /soc/fpga-region: missing or empty reg/ranges property
arch/arm/boot/dts/intel/socfpga/socfpga.dtsi:563.40-567.5: Warning (simple_bus_reg): /soc/stmmac-axi-config: missing or empty reg/ranges property
arch/arm/boot/dts/intel/socfpga/socfpga.dtsi:714.18-732.5: Warning (simple_bus_reg): /soc/eccmgr: missing or empty reg/ranges property
arch/arm/boot/dts/intel/socfpga/socfpga.dtsi:823.13-827.5: Warning (simple_bus_reg): /soc/sdramedac: missing or empty reg/ranges property
arch/arm/boot/dts/intel/socfpga/socfpga.dtsi:934.19-938.5: Warning (simple_bus_reg): /soc/usbphy: missing or empty reg/ranges property
--
>> arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_mercury_sa1.dtsi:35.9-39.4: Warning (unit_address_vs_reg): /memory: node has a reg or ranges property, but no unit name
arch/arm/boot/dts/intel/socfpga/socfpga.dtsi:90.15-96.5: Warning (simple_bus_reg): /soc/fpga-region: missing or empty reg/ranges property
arch/arm/boot/dts/intel/socfpga/socfpga.dtsi:563.40-567.5: Warning (simple_bus_reg): /soc/stmmac-axi-config: missing or empty reg/ranges property
arch/arm/boot/dts/intel/socfpga/socfpga.dtsi:714.18-732.5: Warning (simple_bus_reg): /soc/eccmgr: missing or empty reg/ranges property
arch/arm/boot/dts/intel/socfpga/socfpga.dtsi:823.13-827.5: Warning (simple_bus_reg): /soc/sdramedac: missing or empty reg/ranges property
arch/arm/boot/dts/intel/socfpga/socfpga.dtsi:934.19-938.5: Warning (simple_bus_reg): /soc/usbphy: missing or empty reg/ranges property
vim +35 arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_mercury_sa2.dtsi
b4646a1f0f7278 Lothar Rubusch 2024-10-07 7
b4646a1f0f7278 Lothar Rubusch 2024-10-07 8 / {
b4646a1f0f7278 Lothar Rubusch 2024-10-07 9 model = "Enclustra Mercury+ SA2";
b4646a1f0f7278 Lothar Rubusch 2024-10-07 10 compatible = "altr,socfpga-cyclone5", "altr,socfpga";
b4646a1f0f7278 Lothar Rubusch 2024-10-07 11
b4646a1f0f7278 Lothar Rubusch 2024-10-07 12 chosen {
b4646a1f0f7278 Lothar Rubusch 2024-10-07 13 stdout-path = "serial0:115200n8";
b4646a1f0f7278 Lothar Rubusch 2024-10-07 14 };
b4646a1f0f7278 Lothar Rubusch 2024-10-07 15
b4646a1f0f7278 Lothar Rubusch 2024-10-07 16 aliases {
b4646a1f0f7278 Lothar Rubusch 2024-10-07 17 ethernet0 = &gmac1;
b4646a1f0f7278 Lothar Rubusch 2024-10-07 18 };
b4646a1f0f7278 Lothar Rubusch 2024-10-07 19
b4646a1f0f7278 Lothar Rubusch 2024-10-07 20 /* Adjusted the i2c labels to use generic base-board dtsi files for
b4646a1f0f7278 Lothar Rubusch 2024-10-07 21 * Enclustra Arria10 and Cyclone5 SoMs.
b4646a1f0f7278 Lothar Rubusch 2024-10-07 22 *
b4646a1f0f7278 Lothar Rubusch 2024-10-07 23 * The set of i2c0 and i2c1 labels defined in socfpga_cyclone5.dtsi and in
b4646a1f0f7278 Lothar Rubusch 2024-10-07 24 * socfpga_arria10.dtsi do not allow for using the same base-board .dtsi
b4646a1f0f7278 Lothar Rubusch 2024-10-07 25 * fragments. Thus define generic labels here to match the correct i2c
b4646a1f0f7278 Lothar Rubusch 2024-10-07 26 * bus in a generic base-board .dtsi file.
b4646a1f0f7278 Lothar Rubusch 2024-10-07 27 */
b4646a1f0f7278 Lothar Rubusch 2024-10-07 28 soc {
b4646a1f0f7278 Lothar Rubusch 2024-10-07 29 i2c_encl: i2c@ffc04000 {
b4646a1f0f7278 Lothar Rubusch 2024-10-07 30 };
b4646a1f0f7278 Lothar Rubusch 2024-10-07 31 i2c_encl_fpga: i2c@ffc05000 {
b4646a1f0f7278 Lothar Rubusch 2024-10-07 32 };
b4646a1f0f7278 Lothar Rubusch 2024-10-07 33 };
b4646a1f0f7278 Lothar Rubusch 2024-10-07 34
b4646a1f0f7278 Lothar Rubusch 2024-10-07 @35 memory {
b4646a1f0f7278 Lothar Rubusch 2024-10-07 36 name = "memory";
b4646a1f0f7278 Lothar Rubusch 2024-10-07 37 device_type = "memory";
b4646a1f0f7278 Lothar Rubusch 2024-10-07 38 reg = <0x0 0x80000000>; /* 2GB */
b4646a1f0f7278 Lothar Rubusch 2024-10-07 39 };
b4646a1f0f7278 Lothar Rubusch 2024-10-07 40 };
b4646a1f0f7278 Lothar Rubusch 2024-10-07 41
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next reply other threads:[~2024-10-08 13:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-08 13:52 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-07 13:31 [PATCH 0/8] Add Enclustra Arria10 and Cyclone5 SoMs Lothar Rubusch
2024-10-07 13:31 ` [PATCH 8/8] ARM: dts: socfpga: add Enclustra SoM dts files Lothar Rubusch
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=202410082141.XSjVC0sV-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.