From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: Re: [PATCH v5 2/9] riscv: dts: Add display property
Date: Fri, 22 Nov 2024 00:11:23 +0800 [thread overview]
Message-ID: <202411212311.TMkrPObX-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: <20241120061848.196754-3-keith.zhao@starfivetech.com>
References: <20241120061848.196754-3-keith.zhao@starfivetech.com>
TO: keith zhao <keith.zhao@starfivetech.com>
TO: devicetree@vger.kernel.org
TO: dri-devel@lists.freedesktop.org
CC: andrzej.hajda@intel.com
CC: neil.armstrong@linaro.org
CC: rfoss@kernel.org
CC: Laurent.pinchart@ideasonboard.com
CC: jonas@kwiboo.se
CC: jernej.skrabec@gmail.com
CC: maarten.lankhorst@linux.intel.com
CC: mripard@kernel.org
CC: tzimmermann@suse.de
CC: airlied@gmail.com
CC: simona@ffwll.ch
CC: robh@kernel.org
CC: krzk+dt@kernel.org
CC: conor+dt@kernel.org
CC: hjc@rock-chips.com
CC: heiko@sntech.de
CC: andy.yan@rock-chips.com
CC: william.qiu@starfivetech.com
CC: xingyu.wu@starfivetech.com
CC: kernel@esmil.dk
CC: paul.walmsley@sifive.com
CC: palmer@dabbelt.com
CC: aou@eecs.berkeley.edu
CC: p.zabel@pengutronix.de
CC: changhuang.liang@starfivetech.com
CC: keith.zhao@starfivetech.com
CC: jack.zhu@starfivetech.com
CC: linux-kernel@vger.kernel.org
Hi keith,
kernel test robot noticed the following build warnings:
[auto build test WARNING on linus/master]
[also build test WARNING on drm-misc/drm-misc-next v6.12 next-20241121]
[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/keith-zhao/dt-bindings-display-bindings-for-starfive-JH7110-display-pipeline/20241121-145710
base: linus/master
patch link: https://lore.kernel.org/r/20241120061848.196754-3-keith.zhao%40starfivetech.com
patch subject: [PATCH v5 2/9] riscv: dts: Add display property
:::::: branch date: 9 hours ago
:::::: commit date: 9 hours ago
config: riscv-randconfig-052-20241121 (https://download.01.org/0day-ci/archive/20241121/202411212311.TMkrPObX-lkp@intel.com/config)
compiler: clang version 20.0.0git (https://github.com/llvm/llvm-project 592c0fe55f6d9a811028b5f3507be91458ab2713)
dtschema version: 2024.12.dev1+gcabb5b9
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241121/202411212311.TMkrPObX-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/202411212311.TMkrPObX-lkp@intel.com/
dtcheck warnings: (new ones prefixed by >>)
>> arch/riscv/boot/dts/starfive/jh7110-common.dtsi:107.19-117.5: Warning (graph_child_address): /soc/lcd-controller@29400000/ports/port@0: graph node has single child node 'endpoint@0', #address-cells/#size-cells are not necessary
vim +107 arch/riscv/boot/dts/starfive/jh7110-common.dtsi
ac9a37e2d6b637 Jisheng Zhang 2024-04-29 100
231c32e8f23388 keith zhao 2024-11-20 101 &dc8200 {
231c32e8f23388 keith zhao 2024-11-20 102 status = "okay";
231c32e8f23388 keith zhao 2024-11-20 103 crtc_out: ports {
231c32e8f23388 keith zhao 2024-11-20 104 #address-cells = <1>;
231c32e8f23388 keith zhao 2024-11-20 105 #size-cells = <0>;
231c32e8f23388 keith zhao 2024-11-20 106
231c32e8f23388 keith zhao 2024-11-20 @107 dc_out0: port@0 {
231c32e8f23388 keith zhao 2024-11-20 108 reg = <0>;
231c32e8f23388 keith zhao 2024-11-20 109 #address-cells = <1>;
231c32e8f23388 keith zhao 2024-11-20 110 #size-cells = <0>;
231c32e8f23388 keith zhao 2024-11-20 111
231c32e8f23388 keith zhao 2024-11-20 112 dc_out_dpi0: endpoint@0 {
231c32e8f23388 keith zhao 2024-11-20 113 reg = <0>;
231c32e8f23388 keith zhao 2024-11-20 114 remote-endpoint = <&hdmi_enc>;
231c32e8f23388 keith zhao 2024-11-20 115 };
231c32e8f23388 keith zhao 2024-11-20 116
231c32e8f23388 keith zhao 2024-11-20 117 };
231c32e8f23388 keith zhao 2024-11-20 118
231c32e8f23388 keith zhao 2024-11-20 119 dc_out1: port@1 {
231c32e8f23388 keith zhao 2024-11-20 120 reg = <1>;
231c32e8f23388 keith zhao 2024-11-20 121 #address-cells = <1>;
231c32e8f23388 keith zhao 2024-11-20 122 #size-cells = <0>;
231c32e8f23388 keith zhao 2024-11-20 123
231c32e8f23388 keith zhao 2024-11-20 124 dc_out_dpi1: endpoint@1 {
231c32e8f23388 keith zhao 2024-11-20 125 reg = <1>;
231c32e8f23388 keith zhao 2024-11-20 126 //remote-endpoint = <&dsi_enc>;
231c32e8f23388 keith zhao 2024-11-20 127 };
231c32e8f23388 keith zhao 2024-11-20 128
231c32e8f23388 keith zhao 2024-11-20 129 };
231c32e8f23388 keith zhao 2024-11-20 130 };
231c32e8f23388 keith zhao 2024-11-20 131 };
231c32e8f23388 keith zhao 2024-11-20 132
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next reply other threads:[~2024-11-21 16:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-21 16:11 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-20 6:18 [PATCH v5 0/9] drm/verisilicon : support DC8200 and inno hdmi keith zhao
2024-11-20 6:18 ` [PATCH v5 2/9] riscv: dts: Add display property keith zhao
2024-11-20 16:48 ` 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=202411212311.TMkrPObX-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.