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 v2 1/2] dt-bindings: display: bridge: Add ITE IT6162 MIPI DSI to HDMI bridge
Date: Mon, 9 Mar 2026 18:07:24 +0100	[thread overview]
Message-ID: <202603091726.5b8momcq-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: <20260309-upstream-6162-v2-1-debdb6c88030@ite.com.tw>
References: <20260309-upstream-6162-v2-1-debdb6c88030@ite.com.tw>
TO: Hermes Wu via B4 Relay <devnull+Hermes.wu.ite.com.tw@kernel.org>
TO: Andrzej Hajda <andrzej.hajda@intel.com>
TO: Neil Armstrong <neil.armstrong@linaro.org>
TO: Robert Foss <rfoss@kernel.org>
TO: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
TO: Jonas Karlman <jonas@kwiboo.se>
TO: Jernej Skrabec <jernej.skrabec@gmail.com>
TO: David Airlie <airlied@gmail.com>
TO: Simona Vetter <simona@ffwll.ch>
TO: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
TO: Maxime Ripard <mripard@kernel.org>
TO: Thomas Zimmermann <tzimmermann@suse.de>
TO: Rob Herring <robh@kernel.org>
TO: Krzysztof Kozlowski <krzk@kernel.org>
TO: Conor Dooley <conor+dt@kernel.org>
CC: Pet.Weng@ite.com.tw
CC: Kenneth.Hung@ite.com.tw
CC: Hermes Wu <Hermes.Wu@ite.com.tw>
CC: dri-devel@lists.freedesktop.org
CC: devicetree@vger.kernel.org
CC: linux-kernel@vger.kernel.org

Hi Hermes,

kernel test robot noticed the following build warnings:

[auto build test WARNING on 2622649ad6cdbb3e77bfafc8c0fe686090b77f70]

url:    https://github.com/intel-lab-lkp/linux/commits/Hermes-Wu-via-B4-Relay/dt-bindings-display-bridge-Add-ITE-IT6162-MIPI-DSI-to-HDMI-bridge/20260309-174457
base:   2622649ad6cdbb3e77bfafc8c0fe686090b77f70
patch link:    https://lore.kernel.org/r/20260309-upstream-6162-v2-1-debdb6c88030%40ite.com.tw
patch subject: [PATCH v2 1/2] dt-bindings: display: bridge: Add ITE IT6162 MIPI DSI to HDMI bridge
:::::: branch date: 7 hours ago
:::::: commit date: 7 hours ago
config: arc-randconfig-2051-20260309 (https://download.01.org/0day-ci/archive/20260309/202603091726.5b8momcq-lkp@intel.com/config)
compiler: arc-linux-gcc (GCC) 9.5.0
dtschema: 2025.13.dev8+g0515abdd9
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260309/202603091726.5b8momcq-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/202603091726.5b8momcq-lkp@intel.com/

dtcheck warnings: (new ones prefixed by >>)
   Documentation/devicetree/bindings/arm/mediatek/mediatek,audsys.yaml:52:2: [warning] wrong indentation: expected 2 but found 1 (indentation)
   Documentation/devicetree/bindings/arm/mediatek/mediatek,audsys.yaml:84:1: [warning] too many blank lines (2 > 1) (empty-lines)
>> Documentation/devicetree/bindings/display/bridge/ite,it6162.yaml:216:7: [error] no new line character at the end of file (new-line-at-end-of-file)

vim +216 Documentation/devicetree/bindings/display/bridge/ite,it6162.yaml

179a1484dad298 Hermes Wu 2026-03-09  151  
179a1484dad298 Hermes Wu 2026-03-09  152  examples:
179a1484dad298 Hermes Wu 2026-03-09  153    - |
179a1484dad298 Hermes Wu 2026-03-09  154      #include <dt-bindings/gpio/gpio.h>
179a1484dad298 Hermes Wu 2026-03-09  155      #include <dt-bindings/interrupt-controller/irq.h>
179a1484dad298 Hermes Wu 2026-03-09  156  
179a1484dad298 Hermes Wu 2026-03-09  157      i2c {
179a1484dad298 Hermes Wu 2026-03-09  158          #address-cells = <1>;
179a1484dad298 Hermes Wu 2026-03-09  159          #size-cells = <0>;
179a1484dad298 Hermes Wu 2026-03-09  160  
179a1484dad298 Hermes Wu 2026-03-09  161          bridge@58 {
179a1484dad298 Hermes Wu 2026-03-09  162              compatible = "ite,it6162";
179a1484dad298 Hermes Wu 2026-03-09  163              reg = <0x58>;
179a1484dad298 Hermes Wu 2026-03-09  164  
179a1484dad298 Hermes Wu 2026-03-09  165              #sound-dai-cells = <0>;
179a1484dad298 Hermes Wu 2026-03-09  166  
179a1484dad298 Hermes Wu 2026-03-09  167              interrupt-parent = <&pio>;
179a1484dad298 Hermes Wu 2026-03-09  168              interrupts = <128 IRQ_TYPE_LEVEL_LOW>;
179a1484dad298 Hermes Wu 2026-03-09  169  
179a1484dad298 Hermes Wu 2026-03-09  170              pinctrl-names = "default";
179a1484dad298 Hermes Wu 2026-03-09  171              pinctrl-0 = <&it6162_pins>;
179a1484dad298 Hermes Wu 2026-03-09  172  
179a1484dad298 Hermes Wu 2026-03-09  173              reset-gpios = <&pio 127 GPIO_ACTIVE_LOW>;
179a1484dad298 Hermes Wu 2026-03-09  174  
179a1484dad298 Hermes Wu 2026-03-09  175              ivdd-supply = <&pp1000_hdmi_x>;
179a1484dad298 Hermes Wu 2026-03-09  176              ovdd-supply = <&pp3300_vio28_x>;
179a1484dad298 Hermes Wu 2026-03-09  177              ovdd1833-supply = <&pp1800_vcamio_x>;
179a1484dad298 Hermes Wu 2026-03-09  178  
179a1484dad298 Hermes Wu 2026-03-09  179              ite,support-hdcp;   // HDCP enabled on this board
179a1484dad298 Hermes Wu 2026-03-09  180  
179a1484dad298 Hermes Wu 2026-03-09  181              ports {
179a1484dad298 Hermes Wu 2026-03-09  182                  #address-cells = <1>;
179a1484dad298 Hermes Wu 2026-03-09  183                  #size-cells = <0>;
179a1484dad298 Hermes Wu 2026-03-09  184  
179a1484dad298 Hermes Wu 2026-03-09  185                  port@0 {
179a1484dad298 Hermes Wu 2026-03-09  186                      reg = <0>;
179a1484dad298 Hermes Wu 2026-03-09  187                      it6162_dsi0: endpoint {
179a1484dad298 Hermes Wu 2026-03-09  188                          data-lanes = < 1 2 3 4>;
179a1484dad298 Hermes Wu 2026-03-09  189                          remote-endpoint = <&dsi_0_out>;
179a1484dad298 Hermes Wu 2026-03-09  190                      };
179a1484dad298 Hermes Wu 2026-03-09  191                  };
179a1484dad298 Hermes Wu 2026-03-09  192  
179a1484dad298 Hermes Wu 2026-03-09  193                  port@1 {
179a1484dad298 Hermes Wu 2026-03-09  194                      reg = <1>;
179a1484dad298 Hermes Wu 2026-03-09  195                      it6162_dsi1: endpoint {
179a1484dad298 Hermes Wu 2026-03-09  196                          data-lanes = < 1 2 3 4>;
179a1484dad298 Hermes Wu 2026-03-09  197                          remote-endpoint = <&dsi_1_out>;
179a1484dad298 Hermes Wu 2026-03-09  198                      };
179a1484dad298 Hermes Wu 2026-03-09  199                  };
179a1484dad298 Hermes Wu 2026-03-09  200  
179a1484dad298 Hermes Wu 2026-03-09  201                  port@2 {
179a1484dad298 Hermes Wu 2026-03-09  202                      reg = <2>;
179a1484dad298 Hermes Wu 2026-03-09  203                      it6162_audio_in: endpoint {
179a1484dad298 Hermes Wu 2026-03-09  204                          remote-endpoint = <&i2s0_out>;
179a1484dad298 Hermes Wu 2026-03-09  205                      };
179a1484dad298 Hermes Wu 2026-03-09  206                  };
179a1484dad298 Hermes Wu 2026-03-09  207  
179a1484dad298 Hermes Wu 2026-03-09  208                  port@3 {
179a1484dad298 Hermes Wu 2026-03-09  209                      reg = <3>;
179a1484dad298 Hermes Wu 2026-03-09  210                      it6162_hdmi_out: endpoint {
179a1484dad298 Hermes Wu 2026-03-09  211                          remote-endpoint = <&hdmi_connector_in>;
179a1484dad298 Hermes Wu 2026-03-09  212                      };
179a1484dad298 Hermes Wu 2026-03-09  213                  };
179a1484dad298 Hermes Wu 2026-03-09  214              };
179a1484dad298 Hermes Wu 2026-03-09  215          };
179a1484dad298 Hermes Wu 2026-03-09 @216      };

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

             reply	other threads:[~2026-03-09 17:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-09 17:07 kernel test robot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-03-09  9:42 [PATCH v2 0/2] Add ITE IT6162 MIPI DSI to HDMI bridge driver Hermes Wu
2026-03-09  9:42 ` [PATCH v2 1/2] dt-bindings: display: bridge: Add ITE IT6162 MIPI DSI to HDMI bridge Hermes Wu

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=202603091726.5b8momcq-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.