From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: Re: [PATCH 2/4] arm64: dts: mediatek: mt8395-genio-1200-evk: Move common parts to dtsi
Date: Sat, 19 Jul 2025 13:57:26 +0800 [thread overview]
Message-ID: <202507191343.RpArk3Gv-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: <20250718083202.654568-2-macpaul.lin@mediatek.com>
References: <20250718083202.654568-2-macpaul.lin@mediatek.com>
TO: Macpaul Lin <macpaul.lin@mediatek.com>
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>
TO: Catalin Marinas <catalin.marinas@arm.com>
TO: Will Deacon <will@kernel.org>
TO: Sean Wang <sean.wang@mediatek.com>
TO: devicetree@vger.kernel.org
TO: linux-kernel@vger.kernel.org
TO: linux-arm-kernel@lists.infradead.org
TO: linux-mediatek@lists.infradead.org
TO: openembedded-core@lists.openembedded.org
TO: patches@lists.linux.dev
TO: stable@vger.kernel.org
CC: Bear Wang <bear.wang@mediatek.com>
CC: Pablo Sun <pablo.sun@mediatek.com>
CC: Ramax Lo <ramax.lo@mediatek.com>
CC: Macpaul Lin <macpaul.lin@mediatek.com>
CC: MediaTek Chromebook Upstream <Project_Global_Chrome_Upstream_Group@mediatek.com>
Hi Macpaul,
kernel test robot noticed the following build warnings:
[auto build test WARNING on robh/for-next]
[also build test WARNING on arm64/for-next/core krzk/for-next linus/master v6.16-rc6]
[cannot apply to next-20250718]
[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/Macpaul-Lin/arm64-dts-mediatek-mt8395-genio-1200-evk-Move-common-parts-to-dtsi/20250718-163459
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
patch link: https://lore.kernel.org/r/20250718083202.654568-2-macpaul.lin%40mediatek.com
patch subject: [PATCH 2/4] arm64: dts: mediatek: mt8395-genio-1200-evk: Move common parts to dtsi
:::::: branch date: 21 hours ago
:::::: commit date: 21 hours ago
config: arm64-randconfig-001-20250719 (https://download.01.org/0day-ci/archive/20250719/202507191343.RpArk3Gv-lkp@intel.com/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250719/202507191343.RpArk3Gv-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/202507191343.RpArk3Gv-lkp@intel.com/
dtcheck warnings: (new ones prefixed by >>)
arch/arm64/boot/dts/mediatek/mt8195.dtsi:3017.17-3074.5: Warning (simple_bus_reg): /soc/jpgdec-master: missing or empty reg/ranges property
arch/arm64/boot/dts/mediatek/mt8195.dtsi:3091.17-3127.5: Warning (simple_bus_reg): /soc/jpgenc-master: missing or empty reg/ranges property
>> arch/arm64/boot/dts/mediatek/mt8395-genio-common.dtsi:1172.7-1180.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 +1172 arch/arm64/boot/dts/mediatek/mt8395-genio-common.dtsi
908b552bbd6311 Macpaul Lin 2025-07-18 1170
908b552bbd6311 Macpaul Lin 2025-07-18 1171 &vdosys0 {
908b552bbd6311 Macpaul Lin 2025-07-18 @1172 port {
908b552bbd6311 Macpaul Lin 2025-07-18 1173 #address-cells = <1>;
908b552bbd6311 Macpaul Lin 2025-07-18 1174 #size-cells = <0>;
908b552bbd6311 Macpaul Lin 2025-07-18 1175
908b552bbd6311 Macpaul Lin 2025-07-18 1176 vdosys0_ep_main: endpoint@0 {
908b552bbd6311 Macpaul Lin 2025-07-18 1177 reg = <0>;
908b552bbd6311 Macpaul Lin 2025-07-18 1178 remote-endpoint = <&ovl0_in>;
908b552bbd6311 Macpaul Lin 2025-07-18 1179 };
908b552bbd6311 Macpaul Lin 2025-07-18 1180 };
908b552bbd6311 Macpaul Lin 2025-07-18 1181 };
908b552bbd6311 Macpaul Lin 2025-07-18 1182
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next reply other threads:[~2025-07-19 5:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-19 5:57 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-18 8:31 [PATCH 1/4] dt-bindings: arm64: mediatek: add mt8395-evk-ufs board Macpaul Lin
2025-07-18 8:32 ` [PATCH 2/4] arm64: dts: mediatek: mt8395-genio-1200-evk: Move common parts to dtsi Macpaul Lin
2025-07-18 9:20 ` Krzysztof Kozlowski
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=202507191343.RpArk3Gv-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.