[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <176433232993.1873037.5014618389839995125.robh@kernel.org>
Date: Fri, 28 Nov 2025 06:18:49 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Ziyue Zhang <ziyue.zhang@....qualcomm.com>
Cc: linux-kernel@...r.kernel.org, andersson@...nel.org,
devicetree@...r.kernel.org, abel.vesa@...aro.org,
linux-arm-msm@...r.kernel.org, quic_krichai@...cinc.com,
qiang.yu@....qualcomm.com, bhelgaas@...gle.com, kishon@...nel.org,
mani@...nel.org, quic_vbadigan@...cinc.com, johan+linaro@...nel.org,
kwilczynski@...nel.org, jingoohan1@...il.com, krzk+dt@...nel.org,
neil.armstrong@...aro.org, vkoul@...nel.org, conor+dt@...nel.org,
lpieralisi@...nel.org, linux-pci@...r.kernel.org,
linux-phy@...ts.infradead.org, konradybcio@...nel.org, kw@...ux.com
Subject: Re: [PATCH v15 1/6] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy:
Update pcie phy bindings for qcs8300
On Fri, 28 Nov 2025 18:49:23 +0800, Ziyue Zhang wrote:
> The gcc_aux_clk is not required by the PCIe PHY on qcs8300 and is not
> specified in the device tree node. Hence, move the qcs8300 phy
> compatibility entry into the list of PHYs that require six clocks.
>
> Removed the phy_aux clock from the PCIe PHY binding as it is no longer
> used by any instance.
>
> Fixes: e46e59b77a9e ("dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Document the QCS8300 QMP PCIe PHY Gen4 x2")
> Signed-off-by: Ziyue Zhang <ziyue.zhang@....qualcomm.com>
> Acked-by: Manivannan Sadhasivam <mani@...nel.org>
> Acked-by: Rob Herring (Arm) <robh@...nel.org>
> Reviewed-by: Johan Hovold <johan+linaro@...nel.org>
> ---
> .../phy/qcom,sc8280xp-qmp-pcie-phy.yaml | 17 ++---------------
> 1 file changed, 2 insertions(+), 15 deletions(-)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/thermal/thermal-sensor.example.dtb: /example-0/soc/thermal-sensor@...3000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2']
Documentation/devicetree/bindings/thermal/thermal-sensor.example.dtb: /example-0/soc/thermal-sensor@...3000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2']
Documentation/devicetree/bindings/thermal/thermal-sensor.example.dtb: /example-0/soc/thermal-sensor@...5000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2']
Documentation/devicetree/bindings/thermal/thermal-sensor.example.dtb: /example-0/soc/thermal-sensor@...5000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2']
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20251128104928.4070050-2-ziyue.zhang@oss.qualcomm.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.
Powered by blists - more mailing lists