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 B67AE391E5C; Fri, 24 Apr 2026 10:46:25 +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=1777027585; cv=none; b=jOYFlPg6ZDYQarb6m7YioqBK+QAOkChNGMxBNt7oHYbF+8ADBlwEoc4yLDVpQKxBe1GTRLO7WXcL4y8GywN/gEsqX+HOnlQeuXDtPcfxiNYSulBPwYdL4i5mgb28hXaFHoK1I3F2EDXP4paFKv573gUmLhhZli5UpDWa/7rEfEI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777027585; c=relaxed/simple; bh=JIdbGAbB56UxKD4wwRKV4cDdjdNeYZxMW/TybTKMxr0=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=Y7DfsdElUNCL5CoeAwGjgnCIAsw5JB2jXkDBNDFRkJj72Vlgnh7IOpQj6Dgjl9x5YnjlpiCPd2PXGhIW4jKZH+Qk4jbHZiXJEKf94v7qEXHEL+35Q0nXpS0E0ZC5dPd4Q2mPbfx00B1+8/t/1vivBt6ksvGdJsuJXnQ5RxbX9jA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MVRMWca+; 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="MVRMWca+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 996FAC19425; Fri, 24 Apr 2026 10:46:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777027584; bh=JIdbGAbB56UxKD4wwRKV4cDdjdNeYZxMW/TybTKMxr0=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=MVRMWca+lC77p1O2GBQDpM4kGs/WxyG9eWCx3kQBtlVJaYVU9D0sW1uxcYR1T8KAp WZ1LFqune4fYSm78iEuxblhf4uUdefA9GI9OdH7S+Vu2Ok9hkQ7+SI2e1z05uk652m NtINKxvAz8qMvLEqJT8qFcYm+wriSqkOHgu95HnQwuuoUFYZ3ZsYzanNkN1lkLkQEf cSOY/cReKCb3gQZTTgEJ0UfAoSS77q/wn7aW8FAvIyZD1E+ZyacLoEVwBpMwJ/7cfq VdlRzVq78rLi5f2tLPxBF9LXaylpDnWoyWiGI2r1lg/yZyMyNAvby2z9vs/A/evyKj GU7PEWnb/NL9w== Date: Fri, 24 Apr 2026 05:46:23 -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: Konrad Dybcio , Stephen Boyd , Conor Dooley , Sai Prakash Ranjan , linux-arm-msm@vger.kernel.org, Bjorn Andersson , Michael Turquette , Krzysztof Kozlowski , Vinod Koul , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Abel Vesa , linux-clk@vger.kernel.org, devicetree@vger.kernel.org To: Neil Armstrong In-Reply-To: <20260424-topic-sm8x50-tie-gcc-to-cx-v1-2-4b6e09d532ce@linaro.org> References: <20260424-topic-sm8x50-tie-gcc-to-cx-v1-0-4b6e09d532ce@linaro.org> <20260424-topic-sm8x50-tie-gcc-to-cx-v1-2-4b6e09d532ce@linaro.org> Message-Id: <177702758002.3345029.970242459173286550.robh@kernel.org> Subject: Re: [PATCH 2/6] dt-bindings: clock: qcom: sm8550-gcc: Add missing power-domains property On Fri, 24 Apr 2026 11:07:56 +0200, Neil Armstrong wrote: > In order for the GCC votes on the GDSCs it provides to be propagated > to CX, CX needs to be declared as power domain of the GCC. > > Document the missing power-domains property to that purpose. > > Fixes: 47ba9c50bbeb ("dt-bindings: clock: Add SM8550 GCC clocks") > Signed-off-by: Neil Armstrong > --- > Documentation/devicetree/bindings/clock/qcom,sm8550-gcc.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > 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/clock/qcom,sm8550-gcc.example.dtb: clock-controller@100000 (qcom,sm8550-gcc): 'power-domains' is a required property from schema $id: http://devicetree.org/schemas/clock/qcom,sm8550-gcc.yaml doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/20260424-topic-sm8x50-tie-gcc-to-cx-v1-2-4b6e09d532ce@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.