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 BAE7DC4167D for ; Fri, 10 Nov 2023 20:08:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345472AbjKJUIL (ORCPT ); Fri, 10 Nov 2023 15:08:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42820 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229633AbjKJUII (ORCPT ); Fri, 10 Nov 2023 15:08:08 -0500 Received: from mail-oi1-f181.google.com (mail-oi1-f181.google.com [209.85.167.181]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 59891C7; Fri, 10 Nov 2023 12:08:05 -0800 (PST) Received: by mail-oi1-f181.google.com with SMTP id 5614622812f47-3b6ce6fac81so497751b6e.1; Fri, 10 Nov 2023 12:08:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699646884; x=1700251684; 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=GW2jL/fzj0LL7YoFWhP8+MqZ7XMQolZsctEoqTfbDmI=; b=Ck+UsGq+dgp4ObZB5YQm9waWeOrxmEL5FTKaCJQv363GgUbcJ1uIaU+NJUg0rqtLPg ggBLtldyvyZs8FvmCU2J63WKTouyzVK4JVy/ioAnvxTGKizfTdpOuHUP40FUNBWv4xFd FVZMYLXm4WxUolEjx+I/3wQRUEMHcdsrR8A9ZoEaqAwkaTAZwImIcZshkqPE/RZS7Eao vXtlbQ/Y1EgKpZy67TnaciJSBPbHbdWEWe3fq3wCx7gOzjBVkmLxsEx8BwqmjaDlx+KM aGaqRye/k7gLryBotDwCSY0S/45m2ZjH+5Zwkl09L63geXfWclYcEIeyp3w5pNwSMvuh 3Z5g== X-Gm-Message-State: AOJu0YyXSm5QxaxOxeuuCyo4jwVkLaFluz7ZiQxeEevrzEL6lmYXP+rY DOkO/wIzs/jTzkJxjF/hLQ== X-Google-Smtp-Source: AGHT+IFwqlk2+M4bnkien5UnQLulkKj5XEKP+RLX/dyDNM3cKUCIQ/5VxQXXIhvcbR0RTHsIlypytA== X-Received: by 2002:a05:6808:b0e:b0:3b2:e07e:5062 with SMTP id s14-20020a0568080b0e00b003b2e07e5062mr356191oij.52.1699646884606; Fri, 10 Nov 2023 12:08:04 -0800 (PST) Received: from herring.priv (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id g34-20020a0568080de200b003b2df32d9a9sm34712oic.19.2023.11.10.12.08.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Nov 2023 12:08:03 -0800 (PST) Received: (nullmailer pid 343102 invoked by uid 1000); Fri, 10 Nov 2023 20:08:00 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: Rob Herring To: Bryan O'Donoghue Cc: Konrad Dybcio , Krzysztof Kozlowski , matti.lehtimaki@gmail.com, Todor Tomov , Rob Herring , Andy Gross , linux-arm-msm@vger.kernel.org, Bjorn Andersson , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Mauro Carvalho Chehab , Conor Dooley , hverkuil-cisco@xs4all.nl, Robert Foss , quic_grosikop@quicinc.com, linux-media@vger.kernel.org, laurent.pinchart@ideasonboard.com, Krzysztof Kozlowski , vincent.knecht@mailoo.org In-Reply-To: <20231110-b4-camss-sc8280xp-v5-1-7f4947cc59c8@linaro.org> References: <20231110-b4-camss-sc8280xp-v5-0-7f4947cc59c8@linaro.org> <20231110-b4-camss-sc8280xp-v5-1-7f4947cc59c8@linaro.org> Message-Id: <169964683843.342153.8939955333662052078.robh@kernel.org> Subject: Re: [PATCH v5 1/6] media: dt-bindings: media: camss: Add qcom,sc8280xp-camss binding Date: Fri, 10 Nov 2023 14:08:00 -0600 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 10 Nov 2023 01:04:46 +0000, Bryan O'Donoghue wrote: > Add bindings for qcom,sc8280xp-camss in order to support the camera > subsystem for sc8280xp as found in the Lenovo x13s Laptop. > > Signed-off-by: Bryan O'Donoghue > Reviewed-by: Krzysztof Kozlowski > --- > .../bindings/media/qcom,sc8280xp-camss.yaml | 512 +++++++++++++++++++++ > 1 file changed, 512 insertions(+) > 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: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/media/qcom,sc8280xp-camss.example.dts:26:18: fatal error: dt-bindings/clock/qcom,sc8280xp-camcc.h: No such file or directory 26 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [scripts/Makefile.lib:419: Documentation/devicetree/bindings/media/qcom,sc8280xp-camss.example.dtb] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/builds/robherring/dt-review-ci/linux/Makefile:1427: dt_binding_check] Error 2 make: *** [Makefile:234: __sub-make] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20231110-b4-camss-sc8280xp-v5-1-7f4947cc59c8@linaro.org 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.