Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>,
	robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	shawnguo@kernel.org, s.hauer@pengutronix.de
Cc: oe-kbuild-all@lists.linux.dev, kernel@pengutronix.de,
	festevam@gmail.com, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, imx@lists.linux.dev,
	linux-arm-kernel@lists.infradead.org, Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH 2/2] arm64: dts: freescale: Support i.MX93 9x9 Quick Start Board
Date: Sat, 8 Jun 2024 20:48:28 +0800	[thread overview]
Message-ID: <202406082200.sVJmF5id-lkp@intel.com> (raw)
In-Reply-To: <20240605094812.1074027-2-peng.fan@oss.nxp.com>

Hi Peng,

kernel test robot noticed the following build warnings:

[auto build test WARNING on robh/for-next]
[also build test WARNING on linus/master v6.10-rc2 next-20240607]
[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/Peng-Fan-OSS/arm64-dts-freescale-Support-i-MX93-9x9-Quick-Start-Board/20240605-174602
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
patch link:    https://lore.kernel.org/r/20240605094812.1074027-2-peng.fan%40oss.nxp.com
patch subject: [PATCH 2/2] arm64: dts: freescale: Support i.MX93 9x9 Quick Start Board
compiler: aarch64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240608/202406082200.sVJmF5id-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/202406082200.sVJmF5id-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
>> arch/arm64/boot/dts/freescale/imx93-9x9-qsb.dts:160.10-171.6: Warning (graph_child_address): /soc@0/bus@44000000/i2c@44340000/tcpc@50/connector/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary

vim +160 arch/arm64/boot/dts/freescale/imx93-9x9-qsb.dts

   132	
   133	&lpi2c1 {
   134		#address-cells = <1>;
   135		#size-cells = <0>;
   136		clock-frequency = <400000>;
   137		pinctrl-names = "default";
   138		pinctrl-0 = <&pinctrl_lpi2c1>;
   139		status = "okay";
   140	
   141		ptn5110: tcpc@50 {
   142			compatible = "nxp,ptn5110", "tcpci";
   143			reg = <0x50>;
   144			interrupt-parent = <&gpio3>;
   145			interrupts = <26 IRQ_TYPE_LEVEL_LOW>;
   146			status = "okay";
   147	
   148			typec1_con: connector {
   149				compatible = "usb-c-connector";
   150				label = "USB-C";
   151				power-role = "dual";
   152				data-role = "dual";
   153				try-power-role = "sink";
   154				source-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)>;
   155				sink-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)
   156					     PDO_VAR(5000, 20000, 3000)>;
   157				op-sink-microwatt = <15000000>;
   158				self-powered;
   159	
 > 160				ports {
   161					#address-cells = <1>;
   162					#size-cells = <0>;
   163	
   164					port@0 {
   165						reg = <0>;
   166	
   167						typec1_dr_sw: endpoint {
   168							remote-endpoint = <&usb1_drd_sw>;
   169						};
   170					};
   171				};
   172			};
   173		};
   174	
   175		rtc@53 {
   176			compatible = "nxp,pcf2131";
   177			reg = <0x53>;
   178			interrupt-parent = <&pcal6524>;
   179			interrupts = <1 IRQ_TYPE_EDGE_FALLING>;
   180			status = "okay";
   181		};
   182	};
   183	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

  reply	other threads:[~2024-06-08 12:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-05  9:48 [PATCH 1/2] dt-bindings: arm: fsl: add i.MX93 9x9 QSB board Peng Fan (OSS)
2024-06-05  9:48 ` [PATCH 2/2] arm64: dts: freescale: Support i.MX93 9x9 Quick Start Board Peng Fan (OSS)
2024-06-08 12:48   ` kernel test robot [this message]
2024-06-08 16:38   ` Fabio Estevam
2024-06-05 16:56 ` [PATCH 1/2] dt-bindings: arm: fsl: add i.MX93 9x9 QSB board Conor Dooley

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=202406082200.sVJmF5id-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=peng.fan@nxp.com \
    --cc=peng.fan@oss.nxp.com \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox