mbox series

[v3,0/3] arm(64): dts: qcom: fix dtbs_check warnings for qcom,spmi-pmic.yaml

Message ID 20240725-pmic-bindings-v3-0-d7f6007b530d@linaro.org (mailing list archive)
Headers show
Series arm(64): dts: qcom: fix dtbs_check warnings for qcom,spmi-pmic.yaml | expand

Message

Rayyan Ansari July 25, 2024, 9:25 a.m. UTC
Hi,
These patches fix all [1] warnings whilst running
make dtbs_check DT_SCHEMA_FILES=qcom,spmi-pmic.yaml
on both arm and arm64 qcom device trees.

[1]: There is still one warning left that was fixed by an earlier patch
by someone else, which has not been picked up: 
https://lore.kernel.org/all/20240606181027.98537-2-adrian@travitia.xyz/

---
- Link to v1: https://lore.kernel.org/r/20240722-pmic-bindings-v1-0-555942b3c4e1@linaro.org

---
- Link to v2: https://lore.kernel.org/r/20240723-pmic-bindings-v2-0-e1cd614f8c4a@linaro.org

---
Rayyan Ansari (3):
      arm64: dts: qcom: pmi8994: Add label to wled node
      arm64: dts: qcom: pmi8950: Remove address from lpg node
      ARM: dts: qcom: pma8084: add pon node

 arch/arm/boot/dts/qcom/pma8084.dtsi   | 16 +++++++++++-----
 arch/arm64/boot/dts/qcom/pmi8950.dtsi |  3 +--
 arch/arm64/boot/dts/qcom/pmi8994.dtsi |  3 +++
 3 files changed, 15 insertions(+), 7 deletions(-)
---
base-commit: dee7f101b64219f512bb2f842227bd04c14efe30
change-id: 20240722-pmic-bindings-756df58afa15

Best regards,

Comments

Bjorn Andersson July 29, 2024, 3:58 a.m. UTC | #1
On Thu, 25 Jul 2024 10:25:15 +0100, Rayyan Ansari wrote:
> These patches fix all [1] warnings whilst running
> make dtbs_check DT_SCHEMA_FILES=qcom,spmi-pmic.yaml
> on both arm and arm64 qcom device trees.
> 
> [1]: There is still one warning left that was fixed by an earlier patch
> by someone else, which has not been picked up:
> https://lore.kernel.org/all/20240606181027.98537-2-adrian@travitia.xyz/
> 
> [...]

Applied, thanks!

[3/3] ARM: dts: qcom: pma8084: add pon node
      commit: 611cd69fe4c737c37a79ef7b99a2f15aff252d1d

Best regards,