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: [PATCH v1 2/3] arm64: mediatek: mt8195-cherry: Add graph for eDP and DP displays
Date: Sat, 15 Feb 2025 00:51:05 +0800	[thread overview]
Message-ID: <202502150003.bIkvfoi2-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
In-Reply-To: <20250213112008.56394-3-angelogioacchino.delregno@collabora.com>
References: <20250213112008.56394-3-angelogioacchino.delregno@collabora.com>
TO: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
TO: matthias.bgg@gmail.com
CC: robh@kernel.org
CC: krzk+dt@kernel.org
CC: conor+dt@kernel.org
CC: angelogioacchino.delregno@collabora.com
CC: devicetree@vger.kernel.org
CC: linux-kernel@vger.kernel.org
CC: linux-arm-kernel@lists.infradead.org
CC: linux-mediatek@lists.infradead.org
CC: kernel@collabora.com
CC: pablo.sun@mediatek.com

Hi AngeloGioacchino,

kernel test robot noticed the following build warnings:

[auto build test WARNING on robh/for-next]
[also build test WARNING on linus/master v6.14-rc2 next-20250214]
[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/AngeloGioacchino-Del-Regno/arm64-dts-mediatek-mt8195-Add-base-display-controller-graph/20250213-192515
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
patch link:    https://lore.kernel.org/r/20250213112008.56394-3-angelogioacchino.delregno%40collabora.com
patch subject: [PATCH v1 2/3] arm64: mediatek: mt8195-cherry: Add graph for eDP and DP displays
:::::: branch date: 29 hours ago
:::::: commit date: 29 hours ago
config: arm64-randconfig-r072-20250214 (https://download.01.org/0day-ci/archive/20250215/202502150003.bIkvfoi2-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 14.2.0

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/202502150003.bIkvfoi2-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
   arch/arm64/boot/dts/mediatek/mt8195.dtsi:3013.17-3070.5: Warning (simple_bus_reg): /soc/jpgdec-master: missing or empty reg/ranges property
   arch/arm64/boot/dts/mediatek/mt8195.dtsi:3087.17-3123.5: Warning (simple_bus_reg): /soc/jpgenc-master: missing or empty reg/ranges property
>> arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi:1513.7-1521.4: Warning (graph_child_address): /soc/syscon@1c01a000/port: graph node has single child node 'endpoint@0', #address-cells/#size-cells are not necessary

vim +1513 arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi

b6267a396e1cc5 AngeloGioacchino Del Regno 2022-07-04  1511  
d0a8dcba3ea409 AngeloGioacchino Del Regno 2025-02-13  1512  &vdosys0 {
d0a8dcba3ea409 AngeloGioacchino Del Regno 2025-02-13 @1513  	port {
d0a8dcba3ea409 AngeloGioacchino Del Regno 2025-02-13  1514  		#address-cells = <1>;
d0a8dcba3ea409 AngeloGioacchino Del Regno 2025-02-13  1515  		#size-cells = <0>;
d0a8dcba3ea409 AngeloGioacchino Del Regno 2025-02-13  1516  
d0a8dcba3ea409 AngeloGioacchino Del Regno 2025-02-13  1517  		vdosys0_ep_main: endpoint@0 {
d0a8dcba3ea409 AngeloGioacchino Del Regno 2025-02-13  1518  			reg = <0>;
d0a8dcba3ea409 AngeloGioacchino Del Regno 2025-02-13  1519  			remote-endpoint = <&ovl0_in>;
d0a8dcba3ea409 AngeloGioacchino Del Regno 2025-02-13  1520  		};
d0a8dcba3ea409 AngeloGioacchino Del Regno 2025-02-13  1521  	};
d0a8dcba3ea409 AngeloGioacchino Del Regno 2025-02-13  1522  };
d0a8dcba3ea409 AngeloGioacchino Del Regno 2025-02-13  1523  

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

             reply	other threads:[~2025-02-14 16:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-14 16:51 kernel test robot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-13 11:20 [PATCH v1 0/3] MediaTek MT8195/MT8395 Display Controller Graph AngeloGioacchino Del Regno
2025-02-13 11:20 ` [PATCH v1 2/3] arm64: mediatek: mt8195-cherry: Add graph for eDP and DP displays AngeloGioacchino Del Regno

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=202502150003.bIkvfoi2-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.