Devicetree
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: ipq6018: add #power-domain-cells for gcc node
@ 2024-01-04  8:06 Fenglin Wu via B4 Relay
  2024-01-04  9:53 ` Dmitry Baryshkov
  0 siblings, 1 reply; 14+ messages in thread
From: Fenglin Wu via B4 Relay @ 2024-01-04  8:06 UTC (permalink / raw)
  To: kernel, Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, Fenglin Wu

From: Fenglin Wu <quic_fenglinw@quicinc.com>

Property '#power-domain-cells' is required as per defined in qcom,gcc.yaml
so add it for ipq6018 gcc device node to eliminate following warning in
dtbs_check:

arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dtb: gcc@1800000:
	'#power-domain-cells' is a required property
from schema $id: http://devicetree.org/schemas/clock/qcom,gcc-ipq6018.yaml#

Signed-off-by: Fenglin Wu <quic_fenglinw@quicinc.com>
---
 arch/arm64/boot/dts/qcom/ipq6018.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/qcom/ipq6018.dtsi b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
index 39cd6b76b4c1..54914912d610 100644
--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
@@ -386,6 +386,7 @@ gcc: gcc@1800000 {
 			reg = <0x0 0x01800000 0x0 0x80000>;
 			clocks = <&xo>, <&sleep_clk>;
 			clock-names = "xo", "sleep_clk";
+			#power-domain-cells = <1>;
 			#clock-cells = <1>;
 			#reset-cells = <1>;
 		};

---
base-commit: 17cb8a20bde66a520a2ca7aad1063e1ce7382240
change-id: 20240103-gcc-docs-update-fa604579e468

Best regards,
-- 
Fenglin Wu <quic_fenglinw@quicinc.com>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-02-16 17:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-04  8:06 [PATCH] arm64: dts: qcom: ipq6018: add #power-domain-cells for gcc node Fenglin Wu via B4 Relay
2024-01-04  9:53 ` Dmitry Baryshkov
2024-01-04 10:07   ` Krzysztof Kozlowski
2024-01-04 10:13   ` Fenglin Wu
2024-01-04 10:16     ` Konrad Dybcio
2024-01-04 10:27       ` Fenglin Wu
2024-01-04 10:30         ` Dmitry Baryshkov
2024-01-04 10:32       ` Robert Marko
2024-01-04 10:40         ` Fenglin Wu
2024-01-04 10:49           ` Dmitry Baryshkov
2024-01-04 10:55             ` Fenglin Wu
2024-01-04 12:07               ` Krzysztof Kozlowski
2024-01-04 10:34       ` Dmitry Baryshkov
2024-02-16 17:58   ` Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox