public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] ARM: qcom: fix APQ8064 schema warnings
@ 2025-03-17 17:44 Dmitry Baryshkov
  2025-03-17 17:44 ` [PATCH 1/9] dt-bindings: soc: qcom,rpm: add missing clock-controller node Dmitry Baryshkov
                   ` (9 more replies)
  0 siblings, 10 replies; 28+ messages in thread
From: Dmitry Baryshkov @ 2025-03-17 17:44 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Lee Jones, Neil Armstrong, Rob Clark, Abhinav Kumar,
	Dmitry Baryshkov, Sean Paul, Marijn Suijten, David Airlie,
	Simona Vetter, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, Suzuki K Poulose, Mike Leach, James Clark,
	Mathieu Poirier, Leo Yan, Kumar Gala, Andy Gross, Ivan T. Ivanov,
	Andy Gross, Georgi Djakov, David Heidelberg
  Cc: linux-arm-msm, devicetree, linux-kernel, dri-devel, freedreno,
	coresight, linux-arm-kernel

Rob's bot has reported [1] several warnings for Nexus 4 submisson,
however none of those warnings are specific to that device. Fix all
those warnings for all APQ8064 platforms by extending existing schemas,
adding missing schemas and making APQ8064 DT follow all the schema
files.

[1]: https://lore.kernel.org/linux-arm-msm/174221818190.3957236.3364090534153729086.robh@kernel.org/

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
Dmitry Baryshkov (9):
      dt-bindings: soc: qcom,rpm: add missing clock-controller node
      dt-bindings: display/msm: describe SFPB device
      dt-bindings: soc: qcom: add Smart Peripheral System Interrupt Controller
      dt-bindings: arm: qcom,coresight-static-replicator: add optional clocks
      ARM: dts: qcom-apq8064: add missing clocks to the timer node
      ARM: dts: qcom: apq8064 merge hw splinlock into corresponding syscon device
      ARM: dts: qcom: apq8064: use new compatible for SFPB device
      ARM: dts: qcom: apq8064: use new compatible for SPS SIC device
      ARM: dts: qcom: apq8064: move replicator out of soc node

 .../arm/arm,coresight-static-replicator.yaml       | 10 +++
 .../devicetree/bindings/display/msm/qcom,sfpb.yaml | 39 ++++++++++
 .../devicetree/bindings/soc/qcom/qcom,rpm.yaml     |  8 ++
 .../devicetree/bindings/soc/qcom/qcom,sps-sic.yaml | 38 ++++++++++
 arch/arm/boot/dts/qcom/qcom-apq8064.dtsi           | 85 +++++++++++-----------
 5 files changed, 136 insertions(+), 44 deletions(-)
---
base-commit: 2bb3cf7805af73af62ebfcbb55e350549b6a0912
change-id: 20250317-fix-nexus-4-dd0fe3bca987

Best regards,
-- 
Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>


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

end of thread, other threads:[~2025-03-18 21:44 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-17 17:44 [PATCH 0/9] ARM: qcom: fix APQ8064 schema warnings Dmitry Baryshkov
2025-03-17 17:44 ` [PATCH 1/9] dt-bindings: soc: qcom,rpm: add missing clock-controller node Dmitry Baryshkov
2025-03-18  7:55   ` Krzysztof Kozlowski
2025-03-17 17:44 ` [PATCH 2/9] dt-bindings: display/msm: describe SFPB device Dmitry Baryshkov
2025-03-18  7:55   ` Krzysztof Kozlowski
2025-03-18 12:16     ` Dmitry Baryshkov
2025-03-17 17:44 ` [PATCH 3/9] dt-bindings: soc: qcom: add Smart Peripheral System Interrupt Controller Dmitry Baryshkov
2025-03-18  7:56   ` Krzysztof Kozlowski
2025-03-18 12:17     ` Dmitry Baryshkov
2025-03-17 17:44 ` [PATCH 4/9] dt-bindings: arm: qcom,coresight-static-replicator: add optional clocks Dmitry Baryshkov
2025-03-17 19:44   ` Rob Herring (Arm)
2025-03-18 10:28   ` Konrad Dybcio
2025-03-18 10:38   ` Suzuki K Poulose
2025-03-18 12:19     ` Dmitry Baryshkov
2025-03-18 13:37       ` Suzuki K Poulose
2025-03-18 21:44         ` Dmitry Baryshkov
2025-03-17 17:44 ` [PATCH 5/9] ARM: dts: qcom-apq8064: add missing clocks to the timer node Dmitry Baryshkov
2025-03-17 17:44 ` [PATCH 6/9] ARM: dts: qcom: apq8064 merge hw splinlock into corresponding syscon device Dmitry Baryshkov
2025-03-18 12:08   ` Konrad Dybcio
2025-03-18 12:24     ` Dmitry Baryshkov
2025-03-17 17:44 ` [PATCH 7/9] ARM: dts: qcom: apq8064: use new compatible for SFPB device Dmitry Baryshkov
2025-03-17 17:44 ` [PATCH 8/9] ARM: dts: qcom: apq8064: use new compatible for SPS SIC device Dmitry Baryshkov
2025-03-18 12:13   ` Konrad Dybcio
2025-03-18 12:26     ` Dmitry Baryshkov
2025-03-17 17:44 ` [PATCH 9/9] ARM: dts: qcom: apq8064: move replicator out of soc node Dmitry Baryshkov
2025-03-18 12:15   ` Konrad Dybcio
2025-03-18 12:27     ` Dmitry Baryshkov
2025-03-17 20:37 ` [PATCH 0/9] ARM: qcom: fix APQ8064 schema warnings Rob Herring (Arm)

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