From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AE22EC433FE for ; Thu, 24 Nov 2022 17:39:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229506AbiKXRjl (ORCPT ); Thu, 24 Nov 2022 12:39:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229582AbiKXRje (ORCPT ); Thu, 24 Nov 2022 12:39:34 -0500 Received: from mail-il1-f172.google.com (mail-il1-f172.google.com [209.85.166.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 699091400DB; Thu, 24 Nov 2022 09:39:32 -0800 (PST) Received: by mail-il1-f172.google.com with SMTP id g7so1059334ile.0; Thu, 24 Nov 2022 09:39:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=date:subject:message-id:references:in-reply-to:cc:to:from :mime-version:content-transfer-encoding:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=Fy9syUmf9lBB+vO3GmqmIFnyaumQJieA2YTiSTCb7KM=; b=f8L/7Ygq4uH/kCgJ7wCvvIqhVCMXw7Zj8AdHE84F+QhFqyeOPKz5xfZLCxf6ZQiBKY 7zMoAD9nc0osFTvQ4Di09CKw8TzD6cYxJ5XEHy+Y5hhyuB+mJQqnIYumBw+Lgaw41Fuh /cmFdlQGlxNbfpS614BO+S4U0WDX9kXxWIQpSmjm5OBzJwzVXIxlJxd0qGEVO5j9FF43 KUql4Mp5VrnxVDWmT20agNCAzeWcAJCSQbv1AIn2FplBvwP195PTpNnFZ+dpzkqmw9tE MKywKrcuaHJ31oBX0fjvnma96OR+Kl7q6Z1Fcs6fsvhnvENd0IQq/tpDVhSRCqWRRLqM 9XjA== X-Gm-Message-State: ANoB5pmtlH6lFmQzNoiVgcvHPbtmVeF0PcgPB5HG32wpQtUZfNsQ8Np3 tle9WWkrhzN0GyRhdApbGw== X-Google-Smtp-Source: AA0mqf5LuJW5tA5bCdNf646Y8aYXGvi50nEq5DJ8+tW1hkLkNlDqAhJNb0OWuDggMcswzQjeTgOHCg== X-Received: by 2002:a05:6e02:de8:b0:302:aa2b:3bff with SMTP id m8-20020a056e020de800b00302aa2b3bffmr6261698ilj.161.1669311571546; Thu, 24 Nov 2022 09:39:31 -0800 (PST) Received: from robh_at_kernel.org ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id c12-20020a02330c000000b003898778bed7sm108682jae.134.2022.11.24.09.39.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Nov 2022 09:39:31 -0800 (PST) Received: (nullmailer pid 4182344 invoked by uid 1000); Thu, 24 Nov 2022 17:39:27 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: Rob Herring To: Pin-yen Lin Cc: Krzysztof Kozlowski , Jernej Skrabec , Daniel Vetter , Greg Kroah-Hartman , Heikki Krogerus , "Rafael J . Wysocki" , Xin Ji , Lyude Paul , Thomas Zimmermann , Benson Leung , Stephen Boyd , Jonas Karlman , David Airlie , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, Prashant Malani , Hsin-Yi Wang , Javier Martinez Canillas , Sakari Ailus , =?UTF-8?B?TsOtY29sYXMgRiAuIFIgLiBBIC4gUHJhZG8=?= , Andrzej Hajda , Allen Chen , Marek Vasut , linux-acpi@vger.kernel.org, Andy Shevchenko , Daniel Scally , Robert Foss , Laurent Pinchart , Neil Armstrong , linux-kernel@vger.kernel.org, Guenter Roeck , AngeloGioacchino Del Regno , Rob Herring , chrome-platform@lists.linux.dev In-Reply-To: <20221124102056.393220-7-treapking@chromium.org> References: <20221124102056.393220-1-treapking@chromium.org> <20221124102056.393220-7-treapking@chromium.org> Message-Id: <166930150123.3946649.3725588692267123167.robh@kernel.org> Subject: Re: [PATCH v6 6/7] dt/bindings: drm/bridge: it6505: Add mode-switch support Date: Thu, 24 Nov 2022 11:39:27 -0600 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 24 Nov 2022 18:20:55 +0800, Pin-yen Lin wrote: > ITE IT6505 can be used in systems to switch the DP traffic between > two downstreams, which can be USB Type-C DisplayPort alternate mode > lane or regular DisplayPort output ports. > > Update the binding to accommodate this usage by introducing a > data-lanes and a mode-switch property on endpoints. > > Signed-off-by: Pin-yen Lin > > --- > > Changes in v6: > - Remove switches node and use endpoints and data-lanes property to > describe the connections. > > .../bindings/display/bridge/ite,it6505.yaml | 94 ++++++++++++++++++- > 1 file changed, 90 insertions(+), 4 deletions(-) > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: ./Documentation/devicetree/bindings/display/bridge/ite,it6505.yaml:99:1: [error] syntax error: found character '\t' that cannot start any token (syntax) dtschema/dtc warnings/errors: make[1]: *** Deleting file 'Documentation/devicetree/bindings/display/bridge/ite,it6505.example.dts' Documentation/devicetree/bindings/display/bridge/ite,it6505.yaml:99:1: found character '\t' that cannot start any token make[1]: *** [Documentation/devicetree/bindings/Makefile:26: Documentation/devicetree/bindings/display/bridge/ite,it6505.example.dts] Error 1 make[1]: *** Waiting for unfinished jobs.... ./Documentation/devicetree/bindings/display/bridge/ite,it6505.yaml:99:1: found character '\t' that cannot start any token /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/display/bridge/ite,it6505.yaml: ignoring, error parsing file make: *** [Makefile:1492: dt_binding_check] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20221124102056.393220-7-treapking@chromium.org This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit after running the above command.