From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 C066A22ACEB; Wed, 8 Jul 2026 01:34:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783474462; cv=none; b=XH5Rc3uxPan3EzY3AO9vai1cR6T5ZWlSvKwMw6uGyW6c0rS+n+OexVm5BWStz+ODUg7TxJ9EKRgUb8Zr9rrbQ4gAAszdkZDNf75duZCE7oV7YDFZkrfSmpOhrzPdwKGIBYJW/B5uFu49xGXJOzH6ZEXWip5pB+0ClY0Luj7pkuY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783474462; c=relaxed/simple; bh=YBt3HH3XCcJTRGWtOGWTIZZhi7S79pbPV+/WdG+OrS8=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=FAs7qSbUoLANUuNK2TqLsQR6D28OU/yWQmYewkcAfdnWT77E42Aj0J8lYR0o2H46HNkMfmKyS0X/mILF0yIVeDvvPnJK08kL1is2l6xuBp79MEAbmpLm/hcFWVB2xAfE1aUfc6zmM7+Bx9EzKopdIi2mylAERj8HJlVex2oaXfI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OEgqlwFZ; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="OEgqlwFZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 534AE1F000E9; Wed, 8 Jul 2026 01:34:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783474461; bh=RCm6AvO7MptmjYs/eDjLdndWqnPEk8Yo42t8b7KaM1E=; h=Date:From:Cc:To:In-Reply-To:References:Subject; b=OEgqlwFZrQAg+amdaUkQaS0gP7LaYvTCZiWmHWNgr+pd4Y4lIK8EAOdBb+GlBHudZ lu5PztrxddIXXOhVoarNvMMLWilfy9h+qrNWf73mu0m3tUizGri4nz2p8lzgGMLhl9 yupKmRfMXxjN2vETKJnUDnj/RWcqSn4as45p09sKUgfYFvDz4IxJyut9Y74zY3p+uI 6ISEVfXHkR1FPOzH2PamLVxz5/FZcA9ictG4bqme4hclm1nKlBrsCn8HT+mYHnvxeU owCAhQB+ITJrkm0eFgpRR4FuP3xdLi371r6hYKegvtteMM1Ik/5Ra79MFntFPeOp5P A4XJCOFU/65ig== Date: Tue, 07 Jul 2026 20:34:20 -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: Krzysztof Kozlowski , Michael Turquette , Loic Poulain , linux-media@vger.kernel.org, Bryan O'Donoghue , Bjorn Andersson , Todor Tomov , Vladimir Zapolskiy , Stephen Boyd , Krzysztof Kozlowski , Konrad Dybcio , devicetree@vger.kernel.org, Mauro Carvalho Chehab , Robert Foss , Conor Dooley , linux-clk@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org To: Bryan O'Donoghue In-Reply-To: <20260708-b4-linux-next-25-03-13-dtsi-x1e80100-camss-v12-1-f8588da41f16@linaro.org> References: <20260708-b4-linux-next-25-03-13-dtsi-x1e80100-camss-v12-0-f8588da41f16@linaro.org> <20260708-b4-linux-next-25-03-13-dtsi-x1e80100-camss-v12-1-f8588da41f16@linaro.org> Message-Id: <178347446065.875916.7281054384870814228.robh@kernel.org> Subject: Re: [PATCH v12 1/6] dt-bindings: media: qcom,x1e80100-camss: Add optional PHY handle definitions On Wed, 08 Jul 2026 01:06:55 +0100, Bryan O'Donoghue wrote: > Add optional PHY handle definitions. This will allow for supporting both > legacy PHY definitions as well as supporting the optional new handle based > approach. > > Drop the legacy high-level 0p8 and 1p2 supplies as required, each PHY has > its own individual rails. The old binding is still valid but with > individual nodes we define the rails in the CSIPHY sub-nodes. > > Signed-off-by: Bryan O'Donoghue > --- > .../bindings/media/qcom,x1e80100-camss.yaml | 33 ++++++++++++++++++++-- > 1 file changed, 31 insertions(+), 2 deletions(-) > 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/media/qcom,x1e80100-camss.yaml: Unresolvable reference: /schemas/phy/qcom,x1e80100-csi2-phy.yaml doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/20260708-b4-linux-next-25-03-13-dtsi-x1e80100-camss-v12-1-f8588da41f16@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.