All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [RESEND PATCH v2 2/2] arm64: dts: mediatek: mt8183-pumpkin: add HDMI support
@ 2024-08-19 23:30 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2024-08-19 23:30 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

:::::: 
:::::: 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

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [RESEND PATCH v2 1/2] arm64: dts: mt8183: add dpi node to mt8183
@ 2024-08-19 12:05 Pin-yen Lin
  2024-08-19 12:05 ` [RESEND PATCH v2 2/2] arm64: dts: mediatek: mt8183-pumpkin: add HDMI support Pin-yen Lin
  0 siblings, 1 reply; 4+ messages in thread
From: Pin-yen Lin @ 2024-08-19 12:05 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
	AngeloGioacchino Del Regno
  Cc: open list:ARM/Mediatek SoC support,
	moderated list:ARM/Mediatek SoC support,
	moderated list:ARM/Mediatek SoC support,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Pi-Hsun Shih, Jitao Shi, Fabien Parent, Pin-yen Lin

From: Pi-Hsun Shih <pihsun@chromium.org>

Add dpi node to mt8183.

Signed-off-by: Jitao Shi <jitao.shi@mediatek.com>
Signed-off-by: Pi-Hsun Shih <pihsun@chromium.org>
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Signed-off-by: Pin-yen Lin <treapking@chromium.org>
---

(no changes since v1)

 arch/arm64/boot/dts/mediatek/mt8183.dtsi | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
index 267378fa46c0..266441e999f2 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
@@ -1836,6 +1836,17 @@ dsi0: dsi@14014000 {
 			phy-names = "dphy";
 		};
 
+		dpi0: dpi@14015000 {
+			compatible = "mediatek,mt8183-dpi";
+			reg = <0 0x14015000 0 0x1000>;
+			interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_LOW>;
+			power-domains = <&spm MT8183_POWER_DOMAIN_DISP>;
+			clocks = <&mmsys CLK_MM_DPI_IF>,
+				 <&mmsys CLK_MM_DPI_MM>,
+				 <&apmixedsys CLK_APMIXED_TVDPLL>;
+			clock-names = "pixel", "engine", "pll";
+		};
+
 		mutex: mutex@14016000 {
 			compatible = "mediatek,mt8183-disp-mutex";
 			reg = <0 0x14016000 0 0x1000>;
-- 
2.46.0.184.g6999bdac58-goog



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-09-02 15:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-19 23:30 [RESEND PATCH v2 2/2] arm64: dts: mediatek: mt8183-pumpkin: add HDMI support kernel test robot
  -- 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

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.