Re: [PATCH 0/9] ARM: qcom: fix APQ8064 schema warnings
From: Rob Herring (Arm)
Date: Mon Mar 17 2025 - 16:37:55 EST
On Mon, 17 Mar 2025 19:44:35 +0200, Dmitry Baryshkov wrote:
> 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@xxxxxxxxxx/
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxxxxx>
>
>
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
New warnings running 'make CHECK_DTBS=y for arch/arm/boot/dts/qcom/' for 20250317-fix-nexus-4-v1-0-655c52e2ad97@xxxxxxxxxxxxxxxx:
arch/arm/boot/dts/qcom/qcom-ipq8064-ap148.dtb: rpm@108000: 'clock-names', 'clocks' do not match any of the regexes: '^regulators(-[01])?$', 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/soc/qcom/qcom,rpm.yaml#
arch/arm/boot/dts/qcom/qcom-ipq8064-rb3011.dtb: rpm@108000: 'clock-names', 'clocks' do not match any of the regexes: '^regulators(-[01])?$', 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/soc/qcom/qcom,rpm.yaml#
arch/arm/boot/dts/qcom/qcom-apq8060-dragonboard.dtb: rpm@104000: 'clock-names', 'clocks' do not match any of the regexes: '^regulators(-[01])?$', 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/soc/qcom/qcom,rpm.yaml#
arch/arm/boot/dts/qcom/qcom-msm8660-surf.dtb: rpm@104000: 'clock-names', 'clocks' do not match any of the regexes: '^regulators(-[01])?$', 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/soc/qcom/qcom,rpm.yaml#