From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
To: Bjorn Andersson <andersson@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Taniya Das <quic_tdas@quicinc.com>,
Robert Marko <robimarko@gmail.com>,
Konrad Dybcio <konrad.dybcio@linaro.org>
Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH v2 01/14] dt-bindings: clock: qcom,gcc-other: rename to qcom,mdm-mdm9607
Date: Wed, 29 May 2024 17:46:59 +0300 [thread overview]
Message-ID: <20240529-qcom-gdscs-v2-1-69c63d0ae1e7@linaro.org> (raw)
In-Reply-To: <20240529-qcom-gdscs-v2-0-69c63d0ae1e7@linaro.org>
The only platform remaining in qcom,gcc-other.yaml is MDM9607. Drop the
stale mentioning of gcc-msm8953.h include and rename the schema file
accordingly.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
.../bindings/clock/{qcom,gcc-other.yaml => qcom,gcc-mdm9607.yaml} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml b/Documentation/devicetree/bindings/clock/qcom,gcc-mdm9607.yaml
similarity index 87%
rename from Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml
rename to Documentation/devicetree/bindings/clock/qcom,gcc-mdm9607.yaml
index 7d05f0f63cef..1264f3d55761 100644
--- a/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,gcc-mdm9607.yaml
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
%YAML 1.2
---
-$id: http://devicetree.org/schemas/clock/qcom,gcc-other.yaml#
+$id: http://devicetree.org/schemas/clock/qcom,gcc-mdm9607.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Qualcomm Global Clock & Reset Controller
@@ -15,7 +15,6 @@ description: |
domains.
See also::
- include/dt-bindings/clock/qcom,gcc-msm8953.h
include/dt-bindings/clock/qcom,gcc-mdm9607.h
allOf:
--
2.39.2
next prev parent reply other threads:[~2024-05-29 14:47 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-29 14:46 [PATCH v2 00/14] dt-bindings: clock: qcom,gcc: handle the controllers without power domains Dmitry Baryshkov
2024-05-29 14:46 ` Dmitry Baryshkov [this message]
2024-05-31 13:24 ` [PATCH v2 01/14] dt-bindings: clock: qcom,gcc-other: rename to qcom,mdm-mdm9607 Krzysztof Kozlowski
2024-05-29 14:47 ` [PATCH v2 02/14] dt-bindings: clock: qcom,gcc: sort out power-domains support Dmitry Baryshkov
2024-05-31 13:25 ` Krzysztof Kozlowski
2024-05-29 14:47 ` [PATCH v2 03/14] dt-bindings: clock: add schema for qcom,gcc-mdm9615 Dmitry Baryshkov
2024-05-31 13:25 ` Krzysztof Kozlowski
2024-05-29 14:47 ` [PATCH v2 04/14] ARM: dts: qcom: apq8064: drop #power-domain-cells property of GCC Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 05/14] ARM: dts: qcom: msm8660: " Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 06/14] ARM: dts: qcom: msm8960: " Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 07/14] ARM: dts: qcom: ipq4019: " Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 08/14] ARM: dts: qcom: ipq8064: " Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 09/14] ARM: dts: qcom: mdm9615: " Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 10/14] arm64: dts: qcom: ipq5018: " Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 11/14] arm64: dts: qcom: ipq5332: " Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 12/14] arm64: dts: qcom: ipq9574: " Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 13/14] arm64: dts: qcom: ipq6018: fix GCC node name Dmitry Baryshkov
2024-05-29 14:47 ` [PATCH v2 14/14] arm64: dts: qcom: ipq8074: " Dmitry Baryshkov
2024-06-02 3:53 ` (subset) [PATCH v2 00/14] dt-bindings: clock: qcom,gcc: handle the controllers without power domains Bjorn Andersson
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=20240529-qcom-gdscs-v2-1-69c63d0ae1e7@linaro.org \
--to=dmitry.baryshkov@linaro.org \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=quic_tdas@quicinc.com \
--cc=robh@kernel.org \
--cc=robimarko@gmail.com \
--cc=sboyd@kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).