From: kernel test robot <lkp@intel.com>
To: Tony Lindgren <tony@atomide.com>,
Andrzej Hajda <andrzej.hajda@intel.com>,
Neil Armstrong <neil.armstrong@linaro.org>,
Robert Foss <rfoss@kernel.org>,
Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
Jonas Karlman <jonas@kwiboo.se>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzk@kernel.org>,
Conor Dooley <conor+dt@kernel.org>, Simha BN <simhavcs@gmail.com>,
Sam Ravnborg <sam@ravnborg.org>
Cc: <oe-kbuild-all@lists.linux.dev>,
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
Michael Walle <mwalle@kernel.org>,
<dri-devel@lists.freedesktop.org>, <devicetree@vger.kernel.org>
Subject: Re: [PATCH v3 03/10] dt-bindings: display: bridge: tc358775: Add support for tc358765
Date: Mon, 12 Feb 2024 11:36:39 +0800 [thread overview]
Message-ID: <ZcmSR7oT4de4C0bS@rli9-mobl> (raw)
In-Reply-To: <20240211095144.2589-4-tony@atomide.com>
Hi Tony,
kernel test robot noticed the following build warnings:
[auto build test WARNING on drm-misc/drm-misc-next]
[also build test WARNING on linus/master v6.8-rc3 next-20240209]
[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/Tony-Lindgren/dt-bindings-display-bridge-tc358775-make-stby-gpio-optional/20240211-180213
base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next
patch link: https://lore.kernel.org/r/20240211095144.2589-4-tony%40atomide.com
patch subject: [PATCH v3 03/10] dt-bindings: display: bridge: tc358775: Add support for tc358765
compiler: loongarch64-linux-gcc (GCC) 13.2.0
reproduce: (https://download.01.org/0day-ci/archive/20240212/202402120510.uIBwAZkI-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/202402120510.uIBwAZkI-lkp@intel.com/
dtcheck warnings: (new ones prefixed by >>)
>> Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml:87:8: [error] empty value in block mapping (empty-values)
--
>> Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml: allOf:0:if: None is not of type 'object', 'boolean'
from schema $id: http://json-schema.org/draft-07/schema#
>> Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml: allOf:0:then: 'anyOf' conditional failed, one must be fixed:
'stby-gpios' is not one of ['$ref', 'additionalItems', 'additionalProperties', 'allOf', 'anyOf', 'const', 'contains', 'default', 'dependencies', 'dependentRequired', 'dependentSchemas', 'deprecated', 'description', 'else', 'enum', 'exclusiveMaximum', 'exclusiveMinimum', 'items', 'if', 'minItems', 'minimum', 'maxItems', 'maximum', 'multipleOf', 'not', 'oneOf', 'pattern', 'patternProperties', 'properties', 'required', 'then', 'typeSize', 'unevaluatedProperties', 'uniqueItems']
'type' was expected
from schema $id: http://devicetree.org/meta-schemas/keywords.yaml#
--
>> Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml: ignoring, error in schema: allOf: 0: if
vim +87 Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml
8b0d47e879b8fe Vinay Simha BN 2020-07-10 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
8b0d47e879b8fe Vinay Simha BN 2020-07-10 2 %YAML 1.2
8b0d47e879b8fe Vinay Simha BN 2020-07-10 3 ---
8b0d47e879b8fe Vinay Simha BN 2020-07-10 4 $id: http://devicetree.org/schemas/display/bridge/toshiba,tc358775.yaml#
8b0d47e879b8fe Vinay Simha BN 2020-07-10 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
8b0d47e879b8fe Vinay Simha BN 2020-07-10 6
84e85359f4999a Krzysztof Kozlowski 2022-12-16 7 title: Toshiba TC358775 DSI to LVDS bridge
8b0d47e879b8fe Vinay Simha BN 2020-07-10 8
8b0d47e879b8fe Vinay Simha BN 2020-07-10 9 maintainers:
8b0d47e879b8fe Vinay Simha BN 2020-07-10 10 - Vinay Simha BN <simhavcs@gmail.com>
8b0d47e879b8fe Vinay Simha BN 2020-07-10 11
8b0d47e879b8fe Vinay Simha BN 2020-07-10 12 description: |
6b27cbab742a1a Tony Lindgren 2024-02-11 13 This binding supports DSI to LVDS bridges TC358765 and TC358775
8b0d47e879b8fe Vinay Simha BN 2020-07-10 14
8b0d47e879b8fe Vinay Simha BN 2020-07-10 15 MIPI DSI-RX Data 4-lane, CLK 1-lane with data rates up to 800 Mbps/lane.
8b0d47e879b8fe Vinay Simha BN 2020-07-10 16 Video frame size:
8b0d47e879b8fe Vinay Simha BN 2020-07-10 17 Up to 1600x1200 24-bit/pixel resolution for single-link LVDS display panel
8b0d47e879b8fe Vinay Simha BN 2020-07-10 18 limited by 135 MHz LVDS speed
8b0d47e879b8fe Vinay Simha BN 2020-07-10 19 Up to WUXGA (1920x1200 24-bit pixels) resolution for dual-link LVDS display
8b0d47e879b8fe Vinay Simha BN 2020-07-10 20 panel, limited by 270 MHz LVDS speed.
8b0d47e879b8fe Vinay Simha BN 2020-07-10 21
8b0d47e879b8fe Vinay Simha BN 2020-07-10 22 properties:
8b0d47e879b8fe Vinay Simha BN 2020-07-10 23 compatible:
6b27cbab742a1a Tony Lindgren 2024-02-11 24 enum:
6b27cbab742a1a Tony Lindgren 2024-02-11 25 - toshiba,tc358765
6b27cbab742a1a Tony Lindgren 2024-02-11 26 - toshiba,tc358775
8b0d47e879b8fe Vinay Simha BN 2020-07-10 27
8b0d47e879b8fe Vinay Simha BN 2020-07-10 28 reg:
8b0d47e879b8fe Vinay Simha BN 2020-07-10 29 maxItems: 1
8b0d47e879b8fe Vinay Simha BN 2020-07-10 30 description: i2c address of the bridge, 0x0f
8b0d47e879b8fe Vinay Simha BN 2020-07-10 31
8b0d47e879b8fe Vinay Simha BN 2020-07-10 32 vdd-supply:
8b0d47e879b8fe Vinay Simha BN 2020-07-10 33 description: 1.2V LVDS Power Supply
8b0d47e879b8fe Vinay Simha BN 2020-07-10 34
8b0d47e879b8fe Vinay Simha BN 2020-07-10 35 vddio-supply:
8b0d47e879b8fe Vinay Simha BN 2020-07-10 36 description: 1.8V IO Power Supply
8b0d47e879b8fe Vinay Simha BN 2020-07-10 37
8b0d47e879b8fe Vinay Simha BN 2020-07-10 38 stby-gpios:
8b0d47e879b8fe Vinay Simha BN 2020-07-10 39 maxItems: 1
8b0d47e879b8fe Vinay Simha BN 2020-07-10 40 description: Standby pin, Low active
8b0d47e879b8fe Vinay Simha BN 2020-07-10 41
8b0d47e879b8fe Vinay Simha BN 2020-07-10 42 reset-gpios:
8b0d47e879b8fe Vinay Simha BN 2020-07-10 43 maxItems: 1
8b0d47e879b8fe Vinay Simha BN 2020-07-10 44 description: Hardware reset, Low active
8b0d47e879b8fe Vinay Simha BN 2020-07-10 45
8b0d47e879b8fe Vinay Simha BN 2020-07-10 46 ports:
b67554232307e7 Rob Herring 2021-01-04 47 $ref: /schemas/graph.yaml#/properties/ports
8b0d47e879b8fe Vinay Simha BN 2020-07-10 48
b67554232307e7 Rob Herring 2021-01-04 49 properties:
8b0d47e879b8fe Vinay Simha BN 2020-07-10 50 port@0:
9a017bf40a32e5 Tony Lindgren 2024-02-11 51 $ref: /schemas/graph.yaml#/$defs/port-base
9a017bf40a32e5 Tony Lindgren 2024-02-11 52 unevaluatedProperties: false
8b0d47e879b8fe Vinay Simha BN 2020-07-10 53 description: |
8b0d47e879b8fe Vinay Simha BN 2020-07-10 54 DSI Input. The remote endpoint phandle should be a
8b0d47e879b8fe Vinay Simha BN 2020-07-10 55 reference to a valid mipi_dsi_host device node.
8b0d47e879b8fe Vinay Simha BN 2020-07-10 56
9a017bf40a32e5 Tony Lindgren 2024-02-11 57 properties:
9a017bf40a32e5 Tony Lindgren 2024-02-11 58 endpoint:
9a017bf40a32e5 Tony Lindgren 2024-02-11 59 $ref: /schemas/media/video-interfaces.yaml#
9a017bf40a32e5 Tony Lindgren 2024-02-11 60 unevaluatedProperties: false
9a017bf40a32e5 Tony Lindgren 2024-02-11 61
9a017bf40a32e5 Tony Lindgren 2024-02-11 62 properties:
9a017bf40a32e5 Tony Lindgren 2024-02-11 63 data-lanes:
9a017bf40a32e5 Tony Lindgren 2024-02-11 64 description: array of physical DSI data lane indexes.
9a017bf40a32e5 Tony Lindgren 2024-02-11 65 minItems: 1
9a017bf40a32e5 Tony Lindgren 2024-02-11 66 items:
9a017bf40a32e5 Tony Lindgren 2024-02-11 67 - const: 1
9a017bf40a32e5 Tony Lindgren 2024-02-11 68 - const: 2
9a017bf40a32e5 Tony Lindgren 2024-02-11 69 - const: 3
9a017bf40a32e5 Tony Lindgren 2024-02-11 70 - const: 4
9a017bf40a32e5 Tony Lindgren 2024-02-11 71
8b0d47e879b8fe Vinay Simha BN 2020-07-10 72 port@1:
b67554232307e7 Rob Herring 2021-01-04 73 $ref: /schemas/graph.yaml#/properties/port
8b0d47e879b8fe Vinay Simha BN 2020-07-10 74 description: |
8b0d47e879b8fe Vinay Simha BN 2020-07-10 75 Video port for LVDS output (panel or connector).
8b0d47e879b8fe Vinay Simha BN 2020-07-10 76
8b0d47e879b8fe Vinay Simha BN 2020-07-10 77 port@2:
b67554232307e7 Rob Herring 2021-01-04 78 $ref: /schemas/graph.yaml#/properties/port
8b0d47e879b8fe Vinay Simha BN 2020-07-10 79 description: |
8b0d47e879b8fe Vinay Simha BN 2020-07-10 80 Video port for Dual link LVDS output (panel or connector).
8b0d47e879b8fe Vinay Simha BN 2020-07-10 81
8b0d47e879b8fe Vinay Simha BN 2020-07-10 82 required:
8b0d47e879b8fe Vinay Simha BN 2020-07-10 83 - port@0
8b0d47e879b8fe Vinay Simha BN 2020-07-10 84 - port@1
8b0d47e879b8fe Vinay Simha BN 2020-07-10 85
6b27cbab742a1a Tony Lindgren 2024-02-11 86 allOf:
6b27cbab742a1a Tony Lindgren 2024-02-11 @87 - if:
6b27cbab742a1a Tony Lindgren 2024-02-11 88 properties:
6b27cbab742a1a Tony Lindgren 2024-02-11 89 compatible:
6b27cbab742a1a Tony Lindgren 2024-02-11 90 contains:
6b27cbab742a1a Tony Lindgren 2024-02-11 91 const: toshiba,tc358765
6b27cbab742a1a Tony Lindgren 2024-02-11 92 then:
6b27cbab742a1a Tony Lindgren 2024-02-11 93 stby-gpios: false
6b27cbab742a1a Tony Lindgren 2024-02-11 94
8b0d47e879b8fe Vinay Simha BN 2020-07-10 95 required:
8b0d47e879b8fe Vinay Simha BN 2020-07-10 96 - compatible
8b0d47e879b8fe Vinay Simha BN 2020-07-10 97 - reg
8b0d47e879b8fe Vinay Simha BN 2020-07-10 98 - vdd-supply
8b0d47e879b8fe Vinay Simha BN 2020-07-10 99 - vddio-supply
8b0d47e879b8fe Vinay Simha BN 2020-07-10 100 - reset-gpios
8b0d47e879b8fe Vinay Simha BN 2020-07-10 101 - ports
8b0d47e879b8fe Vinay Simha BN 2020-07-10 102
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2024-02-12 3:36 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-11 9:51 [PATCH v3 00/10] Improvments for tc358775 with support for tc358765 Tony Lindgren
2024-02-11 9:51 ` [PATCH v3 01/10] dt-bindings: display: bridge: tc358775: make stby gpio optional Tony Lindgren
2024-02-12 8:04 ` Krzysztof Kozlowski
2024-02-11 9:51 ` [PATCH v3 02/10] dt-bindings: display: bridge: tc358775: Add data-lanes Tony Lindgren
2024-02-12 8:05 ` Krzysztof Kozlowski
2024-02-11 9:51 ` [PATCH v3 03/10] dt-bindings: display: bridge: tc358775: Add support for tc358765 Tony Lindgren
2024-02-11 14:31 ` Rob Herring
2024-02-12 3:36 ` kernel test robot [this message]
2024-02-12 8:06 ` Krzysztof Kozlowski
2024-02-12 8:17 ` Tony Lindgren
2024-02-12 11:30 ` Krzysztof Kozlowski
2024-02-12 13:51 ` Rob Herring
2024-02-13 6:13 ` Tony Lindgren
2024-02-11 9:51 ` [PATCH v3 04/10] drm/bridge: tc358775: fix support for jeida-18 and jeida-24 Tony Lindgren
2024-02-11 9:51 ` [PATCH v3 05/10] drm/bridge: tc358775: make standby GPIO optional Tony Lindgren
2024-02-11 9:51 ` [PATCH v3 06/10] drm/bridge: tc358775: Get bridge data lanes instead of the DSI host lanes Tony Lindgren
2024-02-11 9:51 ` [PATCH v3 07/10] drm/bridge: tc358775: Add burst and low-power modes Tony Lindgren
2024-02-11 9:51 ` [PATCH v3 08/10] drm/bridge: tc358775: Enable pre_enable_prev_first flag Tony Lindgren
2024-02-11 9:51 ` [PATCH v3 09/10] drm/bridge: tc358775: Add support for tc358765 Tony Lindgren
2024-02-11 9:51 ` [PATCH v3 10/10] drm/bridge: tc358775: Configure hs_rate and lp_rate Tony Lindgren
2024-02-12 11:26 ` Michael Walle
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=ZcmSR7oT4de4C0bS@rli9-mobl \
--to=lkp@intel.com \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=airlied@gmail.com \
--cc=andrzej.hajda@intel.com \
--cc=conor+dt@kernel.org \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=jernej.skrabec@gmail.com \
--cc=jonas@kwiboo.se \
--cc=krzk@kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=mwalle@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=rfoss@kernel.org \
--cc=robh+dt@kernel.org \
--cc=sam@ravnborg.org \
--cc=simhavcs@gmail.com \
--cc=tony@atomide.com \
--cc=tzimmermann@suse.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox