From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 19F4E5E099; Fri, 10 May 2024 08:41:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715330498; cv=none; b=Ysnqri4n25vPu22vZXPyjUOjrDtAfavTif8nzArg2FBk3Fmkluk52rzc/9lmaiT8/HHa6F98vZyt3YK4q9LC69N8zKxybgfotIA+yKBSB01DtfbeNiQWrAVr+HyW4Ol47mCnno36AFXS3JNvORjLuM8777Ap2TlSLPM0as+4qxQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715330498; c=relaxed/simple; bh=QrZjldcx0PT1fSwxfoSoW08cZCfk/kKr4QYZoy6vKeY=; h=Date:Content-Type:MIME-Version:From:To:Cc:In-Reply-To:References: Message-Id:Subject; b=N9ed4CPrYDIo1/RmhFHVmwKX5BcwwDYIAQuOy/YrGrKk1aBMdvZEDHtRBq8evmwUVUeSkBXrFJdwjDVamSSza+wGJpfLxHUfTrsGmMrNRVUkV7E9k9oSfpepysNb5dSFXBmCVMNwiJj3R9L+ooOWksHzKvwF4D72nia2xIV95IM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=r1uE/cTN; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="r1uE/cTN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 52AEFC113CC; Fri, 10 May 2024 08:41:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1715330497; bh=QrZjldcx0PT1fSwxfoSoW08cZCfk/kKr4QYZoy6vKeY=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=r1uE/cTNGkxzw+pkyt1aCe7blovbcqj3OAB+kGFw1Qn8RIjfEbRz5CqppnHvA3nQ/ ZKx9QX+oYgEgijSE1jELmeI8HCFo9LHG2xwqXCAqnOWpknkfkkBuf1V328tP0NNXhV zbUjgeFwbC1PwFvgQtiTJugUEd+8PLUvNX+rsmfbShKaRY5HnOB97KNz+9FdGzt2xW nhrjjDxZNhcoVIGq3/JGoHe1Jgy/czX6GC2Xgiu/1M3/8uvhp2rU7SLyiPAOiq7k7h goztPzJ3JkNjboN0XM+ub5Q46yucjwZ3lZBbU5jN/H5k7nqMBApbkes4uOply8b8sa PDtCAM7EH7pfg== Date: Fri, 10 May 2024 03:41:35 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" To: Luca Ceresoli Cc: Laurent Pinchart , Dragan Cvetic , Maxime Ripard , Andrzej Hajda , Paul Kocialkowski , Robert Foss , Conor Dooley , Jernej Skrabec , =?utf-8?q?Herv=C3=A9_Codina?= , Krzysztof Kozlowski , Greg Kroah-Hartman , Arnd Bergmann , Derek Kiernan , Neil Armstrong , Saravana Kannan , David Airlie , Maarten Lankhorst , Paul Kocialkowski , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, Thomas Zimmermann , linux-kernel@vger.kernel.org, Daniel Vetter , Jonas Karlman , Thomas Petazzoni In-Reply-To: <20240510-hotplug-drm-bridge-v2-1-ec32f2c66d56@bootlin.com> References: <20240510-hotplug-drm-bridge-v2-0-ec32f2c66d56@bootlin.com> <20240510-hotplug-drm-bridge-v2-1-ec32f2c66d56@bootlin.com> Message-Id: <171533049583.3304069.11759668175103213313.robh@kernel.org> Subject: Re: [PATCH v2 1/5] dt-bindings: connector: add GE SUNH hotplug addon connector On Fri, 10 May 2024 09:10:37 +0200, Luca Ceresoli wrote: > Add bindings for the GE SUNH add-on connector. This is a physical, > hot-pluggable connector that allows to attach and detach at runtime an > add-on adding peripherals on non-discoverable busses. > > Signed-off-by: Luca Ceresoli > > --- > > NOTE: the second and third examples fail 'make dt_binding_check' because > they are example of DT overlay code -- I'm not aware of a way to > validate overlay examples as of now > > This patch is new in v2. > --- > .../connector/ge,sunh-addon-connector.yaml | 197 +++++++++++++++++++++ > MAINTAINERS | 5 + > 2 files changed, 202 insertions(+) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Error: Documentation/devicetree/bindings/connector/ge,sunh-addon-connector.example.dts:49.9-14 syntax error FATAL ERROR: Unable to parse input tree make[2]: *** [scripts/Makefile.lib:427: Documentation/devicetree/bindings/connector/ge,sunh-addon-connector.example.dtb] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/builds/robherring/dt-review-ci/linux/Makefile:1430: dt_binding_check] Error 2 make: *** [Makefile:240: __sub-make] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240510-hotplug-drm-bridge-v2-1-ec32f2c66d56@bootlin.com The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. 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 yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.