From: "Rob Herring (Arm)" <robh@kernel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
Lee Jones <lee@kernel.org>, Maxime Ripard <mripard@kernel.org>,
Marijn Suijten <marijn.suijten@somainline.org>,
Bjorn Andersson <andersson@kernel.org>,
freedreno@lists.freedesktop.org,
Kumar Gala <galak@codeaurora.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Abhinav Kumar <quic_abhinavk@quicinc.com>,
Simona Vetter <simona@ffwll.ch>, Sean Paul <sean@poorly.run>,
"Ivan T. Ivanov" <ivan.ivanov@linaro.org>,
David Heidelberg <david@ixit.cz>,
Suzuki K Poulose <suzuki.poulose@arm.com>,
James Clark <james.clark@linaro.org>,
David Airlie <airlied@gmail.com>,
Georgi Djakov <djakov@kernel.org>,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
coresight@lists.linaro.org, linux-arm-msm@vger.kernel.org,
Rob Clark <robdclark@gmail.com>,
Neil Armstrong <neil.armstrong@linaro.org>,
Mathieu Poirier <mathieu.poirier@linaro.org>,
Andy Gross <andy.gross@linaro.org>,
Mike Leach <mike.leach@linaro.org>,
linux-arm-kernel@lists.infradead.org,
Conor Dooley <conor+dt@kernel.org>,
Andy Gross <agross@codeaurora.org>, Leo Yan <leo.yan@linux.dev>,
dri-devel@lists.freedesktop.org,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Subject: Re: [PATCH 0/9] ARM: qcom: fix APQ8064 schema warnings
Date: Mon, 17 Mar 2025 15:37:41 -0500 [thread overview]
Message-ID: <174224352766.683604.12560729798577306237.robh@kernel.org> (raw)
In-Reply-To: <20250317-fix-nexus-4-v1-0-655c52e2ad97@oss.qualcomm.com>
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@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>
>
>
>
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@oss.qualcomm.com:
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#
prev parent reply other threads:[~2025-03-17 20:37 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Rob Herring (Arm) [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=174224352766.683604.12560729798577306237.robh@kernel.org \
--to=robh@kernel.org \
--cc=agross@codeaurora.org \
--cc=airlied@gmail.com \
--cc=andersson@kernel.org \
--cc=andy.gross@linaro.org \
--cc=conor+dt@kernel.org \
--cc=coresight@lists.linaro.org \
--cc=david@ixit.cz \
--cc=devicetree@vger.kernel.org \
--cc=djakov@kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=galak@codeaurora.org \
--cc=ivan.ivanov@linaro.org \
--cc=james.clark@linaro.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=lee@kernel.org \
--cc=leo.yan@linux.dev \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=marijn.suijten@somainline.org \
--cc=mathieu.poirier@linaro.org \
--cc=mike.leach@linaro.org \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=quic_abhinavk@quicinc.com \
--cc=robdclark@gmail.com \
--cc=sean@poorly.run \
--cc=simona@ffwll.ch \
--cc=suzuki.poulose@arm.com \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox