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 28F351487FE; Tue, 13 May 2025 15:31:20 +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=1747150281; cv=none; b=Nx0dsfRrkiXHITHEAxPETifYPC3vJfXc+KsIyOjQv+IYIfxMKZRjmYt6ExOb5KJUQwHS8yEe7Rk/AhvIP7GHUvESRpteJwhMNli6lhMKDQ7Wd4o04e/MTx7iFIQ+NSwusXJOrFPZtdfLM+9F/uvpiXYO/PGTwgUnfQKBUfPcyhY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747150281; c=relaxed/simple; bh=JvaQO1aEn0SuAa1MUUg80d1Woxc3lQHL6iBYOlkywxY=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=bmxrvct05VoiHTCzquB80CvUr7QjEMKcRFF6tI1Iq2KQrCmsdhmtihhh4YDaR+O1O6R3aTW8ZzFG6z3/0357A19yVO4WhdPv8p+2NkZewrqtnkNSWYQ994EKgHyRhava/D+joMa74TaQV+AVysPY9N0yJ0vXCx43SGrfi5GWEow= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KwJ4JLIW; 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="KwJ4JLIW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5B79CC4CEE4; Tue, 13 May 2025 15:31:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747150280; bh=JvaQO1aEn0SuAa1MUUg80d1Woxc3lQHL6iBYOlkywxY=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=KwJ4JLIWrB60eZr9Y1IZ/jzp0OBZFHgwtKERN3ZBTS5sj8UF2h0mAMB+OZY77v1td v7QLszk2Ex+P6EheO3ECVFNWzXdBfGSDOc5sjSbT9D579MjuxMdL1uuzOCNWjkE+px YRoBb2H1sbtLTowbKcIYNheglMc1VaQ9MaO3vcpAiG4oyXvpH3AF5hD8sKVncdLL3f PWZzRumJDexEH9gEINR16sgqV4rW/dy+kQiGBcEaBXFl/lGvuogMJsPwV3MaoL0kp3 9w3eLsbtZh8GdLesM/iSmLyhfgHiSPy3Wan5jiQ4LnY+c7vy6k7ZIhep6fOi1K6OYj bONSOsGvEIakg== Date: Tue, 13 May 2025 10:31:18 -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)" Cc: Kishon Vijay Abraham I , Mauro Carvalho Chehab , Hans Verkuil , Krzysztof Kozlowski , Robert Foss , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, Todor Tomov , Conor Dooley , linux-media@vger.kernel.org, Bryan O'Donoghue , Vinod Koul To: Vladimir Zapolskiy In-Reply-To: <20250513143918.2572689-1-vladimir.zapolskiy@linaro.org> References: <20250513143918.2572689-1-vladimir.zapolskiy@linaro.org> Message-Id: <174715027856.2438585.14868581800831556773.robh@kernel.org> Subject: Re: [RFC PATCH] dt-bindings: phy: Add Qualcomm MIPI C-/D-PHY schema for CSIPHY IPs On Tue, 13 May 2025 17:39:18 +0300, Vladimir Zapolskiy wrote: > Add dt-binding schema for the CAMSS CSIPHY IPs, which provides > MIPI C-/D-PHY interfaces on Qualcomm SoCs. > > Signed-off-by: Vladimir Zapolskiy > --- > .../devicetree/bindings/phy/qcom,csiphy.yaml | 110 ++++++++++++++++++ > 1 file changed, 110 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/qcom,csiphy.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/phy/qcom,csiphy.yaml: port: Missing additionalProperties/unevaluatedProperties constraint doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250513143918.2572689-1-vladimir.zapolskiy@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.