mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 00/10] ARM: qcom: fix APQ8064 schema warnings
@ 2025-03-18 13:21 Dmitry Baryshkov
  2025-03-18 13:21 ` [PATCH v2 01/10] dt-bindings: soc: qcom,rpm: add missing clock-controller node Dmitry Baryshkov
                   ` (11 more replies)
  0 siblings, 12 replies; 21+ messages in thread
From: Dmitry Baryshkov @ 2025-03-18 13:21 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Georgi Djakov, Lee Jones, Suzuki K Poulose,
	Mike Leach, James Clark, Mathieu Poirier, Leo Yan,
	David Heidelberg
  Cc: linux-arm-msm, devicetree, linux-kernel, coresight,
	linux-arm-kernel, Krzysztof Kozlowski

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>
---
Changes in v2:
- Corrected Fixes tag for the clock-controller patch to point to the
  commit which introduced qcom,rpmcc schema for APQ8064 (Krzysztof)
- Switched to syscon.yaml (Krzysztof)
- Reordered ports in the static replicator node (Konrad)
- Fixed hwmutex node address (Konrad)
- Fixed clocks in arm,coresight-static-replicator.yaml (Rob)
- Documented clocks /clock-names in qcom,rpm node (Rob)
- Link to v1: https://lore.kernel.org/r/20250317-fix-nexus-4-v1-0-655c52e2ad97@oss.qualcomm.com

---
Dmitry Baryshkov (10):
      dt-bindings: soc: qcom,rpm: add missing clock-controller node
      dt-bindings: soc: qcom: qcom,rpm: add missing clock/-names properties
      dt-bindings: arm: arm,coresight-static-replicator: add optional clocks
      dt-bindings: mfd: syscon: add qcom,apq8064-sps-sic
      dt-bindings: mfd: syscon: add qcom,apq8064-mmss-sfpb
      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       | 13 ++++
 Documentation/devicetree/bindings/mfd/syscon.yaml  |  4 +
 .../devicetree/bindings/soc/qcom/qcom,rpm.yaml     | 15 ++++
 arch/arm/boot/dts/qcom/qcom-apq8064.dtsi           | 88 +++++++++++-----------
 4 files changed, 75 insertions(+), 45 deletions(-)
---
base-commit: 9f789dc174dc1a40754507a962a4e9e7c593e2d8
change-id: 20250317-fix-nexus-4-dd0fe3bca987

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


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

end of thread, other threads:[~2025-05-13 20:47 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-18 13:21 [PATCH v2 00/10] ARM: qcom: fix APQ8064 schema warnings Dmitry Baryshkov
2025-03-18 13:21 ` [PATCH v2 01/10] dt-bindings: soc: qcom,rpm: add missing clock-controller node Dmitry Baryshkov
2025-03-18 13:21 ` [PATCH v2 02/10] dt-bindings: soc: qcom: qcom,rpm: add missing clock/-names properties Dmitry Baryshkov
2025-03-18 17:40   ` Rob Herring (Arm)
2025-03-18 13:21 ` [PATCH v2 03/10] dt-bindings: arm: arm,coresight-static-replicator: add optional clocks Dmitry Baryshkov
2025-03-18 17:40   ` Rob Herring (Arm)
2025-03-18 13:21 ` [PATCH v2 04/10] dt-bindings: mfd: syscon: add qcom,apq8064-sps-sic Dmitry Baryshkov
2025-03-18 17:42   ` Rob Herring (Arm)
2025-03-18 13:21 ` [PATCH v2 05/10] dt-bindings: mfd: syscon: add qcom,apq8064-mmss-sfpb Dmitry Baryshkov
2025-03-18 17:42   ` Rob Herring (Arm)
2025-04-04 12:49   ` (subset) " Lee Jones
2025-03-18 13:21 ` [PATCH v2 06/10] ARM: dts: qcom: apq8064: add missing clocks to the timer node Dmitry Baryshkov
2025-03-18 14:36   ` Konrad Dybcio
2025-03-18 13:22 ` [PATCH v2 07/10] ARM: dts: qcom: apq8064 merge hw splinlock into corresponding syscon device Dmitry Baryshkov
2025-03-18 14:37   ` Konrad Dybcio
2025-03-18 13:22 ` [PATCH v2 08/10] ARM: dts: qcom: apq8064: use new compatible for SFPB device Dmitry Baryshkov
2025-03-18 13:22 ` [PATCH v2 09/10] ARM: dts: qcom: apq8064: use new compatible for SPS SIC device Dmitry Baryshkov
2025-03-18 13:22 ` [PATCH v2 10/10] ARM: dts: qcom: apq8064: move replicator out of soc node Dmitry Baryshkov
2025-03-18 14:37   ` Konrad Dybcio
2025-05-09 22:13 ` (subset) [PATCH v2 00/10] ARM: qcom: fix APQ8064 schema warnings Bjorn Andersson
2025-05-13 20:46 ` Bjorn Andersson

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

all inboxes | Powered by JetHome®