All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: Re: [RESEND PATCH v2 2/2] arm64: dts: mediatek: mt8183-pumpkin: add HDMI support
Date: Tue, 20 Aug 2024 07:30:09 +0800	[thread overview]
Message-ID: <202408200703.MYO1s3Ne-lkp@intel.com> (raw)

:::::: 
:::::: Manual check reason: "low confidence static check warning: arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts:138.27-169.4: ERROR (phandle_references): /soc/i2c@11005000/hdmitx@4c: Reference to non-existent node or label "mt6358_vcn33_wifi_reg""
:::::: 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: <20240819120735.1508789-2-treapking@chromium.org>
References: <20240819120735.1508789-2-treapking@chromium.org>
TO: "Pin-yen Lin" <treapking@chromium.org>
TO: Rob Herring <robh@kernel.org>
TO: Krzysztof Kozlowski <krzk@kernel.org>
TO: Conor Dooley <conor+dt@kernel.org>
TO: Matthias Brugger <matthias.bgg@gmail.com>
TO: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
CC: devicetree@vger.kernel.org
CC: Fabien Parent <fparent@baylibre.com>
CC: "Pin-yen Lin" <treapking@chromium.org>

Hi Pin-yen,

kernel test robot noticed the following build warnings:

[auto build test WARNING on robh/for-next]
[also build test WARNING on krzk/for-next krzk-dt/for-next linus/master v6.11-rc4]
[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/Pin-yen-Lin/arm64-dts-mediatek-mt8183-pumpkin-add-HDMI-support/20240819-201052
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
patch link:    https://lore.kernel.org/r/20240819120735.1508789-2-treapking%40chromium.org
patch subject: [RESEND PATCH v2 2/2] arm64: dts: mediatek: mt8183-pumpkin: add HDMI support
:::::: branch date: 11 hours ago
:::::: commit date: 11 hours ago
config: arm64-randconfig-001-20240820 (https://download.01.org/0day-ci/archive/20240820/202408200703.MYO1s3Ne-lkp@intel.com/config)
compiler: clang version 20.0.0git (https://github.com/llvm/llvm-project 26670e7fa4f032a019d23d56c6a02926e854e8af)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240820/202408200703.MYO1s3Ne-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/202408200703.MYO1s3Ne-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
>> arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts:138.27-169.4: ERROR (phandle_references): /soc/i2c@11005000/hdmitx@4c: Reference to non-existent node or label "mt6358_vcn33_wifi_reg"

vim +/mt6358_vcn33_wifi_reg +138 arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts

19b6403f1e2a6c Fabien Parent 2021-02-17  129  
19b6403f1e2a6c Fabien Parent 2021-02-17  130  &i2c6 {
19b6403f1e2a6c Fabien Parent 2021-02-17  131  	pinctrl-names = "default";
19b6403f1e2a6c Fabien Parent 2021-02-17  132  	pinctrl-0 = <&i2c6_pins>;
19b6403f1e2a6c Fabien Parent 2021-02-17  133  	status = "okay";
19b6403f1e2a6c Fabien Parent 2021-02-17  134  	clock-frequency = <100000>;
7ce117785043b0 Fabien Parent 2024-08-19  135  	#address-cells = <1>;
7ce117785043b0 Fabien Parent 2024-08-19  136  	#size-cells = <0>;
7ce117785043b0 Fabien Parent 2024-08-19  137  
7ce117785043b0 Fabien Parent 2024-08-19 @138  	it66121hdmitx: hdmitx@4c {
7ce117785043b0 Fabien Parent 2024-08-19  139  		compatible = "ite,it66121";
7ce117785043b0 Fabien Parent 2024-08-19  140  		pinctrl-names = "default";
7ce117785043b0 Fabien Parent 2024-08-19  141  		pinctrl-0 = <&ite_pins>;
7ce117785043b0 Fabien Parent 2024-08-19  142  		vcn33-supply = <&mt6358_vcn33_wifi_reg>;
7ce117785043b0 Fabien Parent 2024-08-19  143  		vcn18-supply = <&mt6358_vcn18_reg>;
7ce117785043b0 Fabien Parent 2024-08-19  144  		vrf12-supply = <&mt6358_vrf12_reg>;
7ce117785043b0 Fabien Parent 2024-08-19  145  		reset-gpios = <&pio 160 GPIO_ACTIVE_LOW>;
7ce117785043b0 Fabien Parent 2024-08-19  146  		interrupt-parent = <&pio>;
7ce117785043b0 Fabien Parent 2024-08-19  147  		interrupts = <4 IRQ_TYPE_LEVEL_LOW>;
7ce117785043b0 Fabien Parent 2024-08-19  148  		reg = <0x4c>;
7ce117785043b0 Fabien Parent 2024-08-19  149  
7ce117785043b0 Fabien Parent 2024-08-19  150  		ports {
7ce117785043b0 Fabien Parent 2024-08-19  151  			#address-cells = <1>;
7ce117785043b0 Fabien Parent 2024-08-19  152  			#size-cells = <0>;
7ce117785043b0 Fabien Parent 2024-08-19  153  
7ce117785043b0 Fabien Parent 2024-08-19  154  			port@0 {
7ce117785043b0 Fabien Parent 2024-08-19  155  				reg = <0>;
7ce117785043b0 Fabien Parent 2024-08-19  156  				it66121_in: endpoint {
7ce117785043b0 Fabien Parent 2024-08-19  157  					bus-width = <12>;
7ce117785043b0 Fabien Parent 2024-08-19  158  					remote-endpoint = <&dpi_out>;
7ce117785043b0 Fabien Parent 2024-08-19  159  				};
7ce117785043b0 Fabien Parent 2024-08-19  160  			};
7ce117785043b0 Fabien Parent 2024-08-19  161  
7ce117785043b0 Fabien Parent 2024-08-19  162  			port@1 {
7ce117785043b0 Fabien Parent 2024-08-19  163  				reg = <1>;
7ce117785043b0 Fabien Parent 2024-08-19  164  				hdmi_connector_out: endpoint {
7ce117785043b0 Fabien Parent 2024-08-19  165  					remote-endpoint = <&hdmi_connector_in>;
7ce117785043b0 Fabien Parent 2024-08-19  166  				};
7ce117785043b0 Fabien Parent 2024-08-19  167  			};
7ce117785043b0 Fabien Parent 2024-08-19  168  		};
7ce117785043b0 Fabien Parent 2024-08-19  169  	};
19b6403f1e2a6c Fabien Parent 2021-02-17  170  };
19b6403f1e2a6c Fabien Parent 2021-02-17  171  

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

             reply	other threads:[~2024-08-19 23:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-19 23:30 kernel test robot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-19 12:05 [RESEND PATCH v2 1/2] arm64: dts: mt8183: add dpi node to mt8183 Pin-yen Lin
2024-08-19 12:05 ` [RESEND PATCH v2 2/2] arm64: dts: mediatek: mt8183-pumpkin: add HDMI support Pin-yen Lin
2024-08-30 21:34   ` Nícolas F. R. A. Prado
2024-09-02 15:44   ` Matthias Brugger

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=202408200703.MYO1s3Ne-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.