[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <174224352766.683604.12560729798577306237.robh@kernel.org>
Date: Mon, 17 Mar 2025 15:37:41 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@....qualcomm.com>
Cc: Dmitry Baryshkov <dmitry.baryshkov@...aro.org>,
Lee Jones <lee@...nel.org>, Maxime Ripard <mripard@...nel.org>,
Marijn Suijten <marijn.suijten@...ainline.org>,
Bjorn Andersson <andersson@...nel.org>, freedreno@...ts.freedesktop.org,
Kumar Gala <galak@...eaurora.org>, Thomas Zimmermann <tzimmermann@...e.de>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>,
Abhinav Kumar <quic_abhinavk@...cinc.com>, Simona Vetter <simona@...ll.ch>,
Sean Paul <sean@...rly.run>, "Ivan T. Ivanov" <ivan.ivanov@...aro.org>,
David Heidelberg <david@...t.cz>, Suzuki K Poulose <suzuki.poulose@....com>,
James Clark <james.clark@...aro.org>, David Airlie <airlied@...il.com>,
Georgi Djakov <djakov@...nel.org>, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, coresight@...ts.linaro.org,
linux-arm-msm@...r.kernel.org, Rob Clark <robdclark@...il.com>,
Neil Armstrong <neil.armstrong@...aro.org>,
Mathieu Poirier <mathieu.poirier@...aro.org>,
Andy Gross <andy.gross@...aro.org>, Mike Leach <mike.leach@...aro.org>,
linux-arm-kernel@...ts.infradead.org, Conor Dooley <conor+dt@...nel.org>,
Andy Gross <agross@...eaurora.org>, Leo Yan <leo.yan@...ux.dev>,
dri-devel@...ts.freedesktop.org,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>
Subject: Re: [PATCH 0/9] ARM: qcom: fix APQ8064 schema warnings
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@kernel.org/
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@....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@....qualcomm.com>
>
>
>
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@....qualcomm.com:
arch/arm/boot/dts/qcom/qcom-ipq8064-ap148.dtb: rpm@...000: '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@...000: '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@...000: '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@...000: '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#
Powered by blists - more mailing lists