Re: [PATCH] arm64: dts: qcom: glymur: Fix gcc clock specifier for usb_mp_qmpphy nodes

From: Pankaj Patil

Date: Fri Jun 05 2026 - 08:55:49 EST


On 6/2/2026 10:21 PM, Gopikrishna Garmidi wrote:
> usb_mp_qmpphy0 and usb_mp_qmpphy1 have #clock-cells set to 0 so they take
> no specifier. Drop the erroneous QMP_USB43DP_USB3_PIPE_CLK argument.
>
> This fixes the following dtbs_check warning:
> clock-controller@100000 (qcom,glymur-gcc): clocks: [[59, 0], ..... [0]]
> is too long
> from schema $id: http://devicetree.org/schemas/clock/qcom,glymur-gcc.yaml
>
> Fixes: 4eee57dd4df9f ("arm64: dts: qcom: glymur: Add USB related nodes")
> Signed-off-by: Gopikrishna Garmidi <gopikrishna.garmidi@xxxxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/glymur.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/glymur.dtsi b/arch/arm64/boot/dts/qcom/glymur.dtsi
> index 20b49af7298e..fd503e10e409 100644
> --- a/arch/arm64/boot/dts/qcom/glymur.dtsi
> +++ b/arch/arm64/boot/dts/qcom/glymur.dtsi
> @@ -786,8 +786,8 @@ gcc: clock-controller@100000 {
> <&usb_0_qmpphy QMP_USB43DP_USB3_PIPE_CLK>,
> <&usb_1_qmpphy QMP_USB43DP_USB3_PIPE_CLK>,
> <&usb_2_qmpphy QMP_USB43DP_USB3_PIPE_CLK>,
> - <&usb_mp_qmpphy0 QMP_USB43DP_USB3_PIPE_CLK>,
> - <&usb_mp_qmpphy1 QMP_USB43DP_USB3_PIPE_CLK>,
> + <&usb_mp_qmpphy0>, /* USB3 UNI PHY pipe 0 */
> + <&usb_mp_qmpphy1>, /* USB3 UNI PHY pipe 1 */
> <0>, /* USB4 PHY 0 pcie pipe */
> <0>, /* USB4 PHY 0 Max pipe */
> <0>, /* USB4 PHY 1 pcie pipe */
>
> ---
> base-commit: 08484c504b55a98bd100527fbe10a3caf55ff3ff
> change-id: 20260602-glymur-fix-usb-mp-qmpphy-clock-specifier-6d5e671f173e
>
> Best regards,

Reviewed-by: Pankaj Patil <pankaj.patil@xxxxxxxxxxxxxxxx>