From: Konrad Dybcio <konradybcio@gmail.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
cros-qcom-dts-watchers@chromium.org
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 03/16] arm64: dts: qcom: sc7180: change labels to lower-case
Date: Wed, 28 Aug 2024 12:53:08 +0200 [thread overview]
Message-ID: <1145f7e2-248d-4170-b7be-db694e37fec4@gmail.com> (raw)
In-Reply-To: <20240828-dts-qcom-label-v1-3-b27b72130247@linaro.org>
On 28.08.2024 9:17 AM, Krzysztof Kozlowski wrote:
> DTS coding style expects labels to be lowercase. No functional impact.
> Verified with comparing decompiled DTB (dtx_diff and fdtdump+diff).
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> arch/arm64/boot/dts/qcom/sc7180-firmware-tfa.dtsi | 84 ++---
> .../arm64/boot/dts/qcom/sc7180-trogdor-coachz.dtsi | 8 +-
> .../boot/dts/qcom/sc7180-trogdor-homestar.dtsi | 8 +-
> .../boot/dts/qcom/sc7180-trogdor-wormdingler.dtsi | 8 +-
> arch/arm64/boot/dts/qcom/sc7180.dtsi | 344 ++++++++++-----------
> arch/arm64/boot/dts/qcom/sm7125.dtsi | 16 +-
> 6 files changed, 234 insertions(+), 234 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sc7180-firmware-tfa.dtsi b/arch/arm64/boot/dts/qcom/sc7180-firmware-tfa.dtsi
> index ee35a454dbf6..f362b6b436ce 100644
> --- a/arch/arm64/boot/dts/qcom/sc7180-firmware-tfa.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sc7180-firmware-tfa.dtsi
> @@ -6,82 +6,82 @@
> * by Qualcomm firmware.
> */
>
> -&CPU0 {
> +&cpu0 {
> /delete-property/ power-domains;
> /delete-property/ power-domain-names;
>
> - cpu-idle-states = <&LITTLE_CPU_SLEEP_0
> - &LITTLE_CPU_SLEEP_1
> - &CLUSTER_SLEEP_0>;
> + cpu-idle-states = <&LITTLE_cpu_sleep_0
> + &LITTLE_cpu_sleep_1
> + &cluster_sleep_0>;
I suppose this wasn't intended
Konrad
next prev parent reply other threads:[~2024-08-28 10:53 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-28 7:17 [PATCH 00/16] arm64: dts: qcom: " Krzysztof Kozlowski
2024-08-28 7:17 ` [PATCH 01/16] arm64: dts: qcom: ipq: " Krzysztof Kozlowski
2024-08-28 7:17 ` [PATCH 02/16] arm64: dts: qcom: msm: " Krzysztof Kozlowski
2024-08-28 7:17 ` [PATCH 03/16] arm64: dts: qcom: sc7180: " Krzysztof Kozlowski
2024-08-28 10:53 ` Konrad Dybcio [this message]
2024-08-28 11:13 ` Krzysztof Kozlowski
2024-08-28 7:17 ` [PATCH 04/16] arm64: dts: qcom: sc8280xp: " Krzysztof Kozlowski
2024-08-28 7:17 ` [PATCH 05/16] arm64: dts: qcom: sc: " Krzysztof Kozlowski
2024-08-28 7:17 ` [PATCH 06/16] arm64: dts: qcom: sm6115: " Krzysztof Kozlowski
2024-08-28 7:17 ` [PATCH 07/16] arm64: dts: qcom: sm6350: " Krzysztof Kozlowski
2024-08-28 7:17 ` [PATCH 08/16] arm64: dts: qcom: sm8150: " Krzysztof Kozlowski
2024-08-28 7:17 ` [PATCH 09/16] arm64: dts: qcom: sm8350: " Krzysztof Kozlowski
2024-08-28 7:17 ` [PATCH 10/16] arm64: dts: qcom: sm8250: " Krzysztof Kozlowski
2024-08-28 7:17 ` [PATCH 11/16] arm64: dts: qcom: sm8450: " Krzysztof Kozlowski
2024-08-28 7:17 ` [PATCH 12/16] arm64: dts: qcom: sm8550: " Krzysztof Kozlowski
2024-08-28 7:17 ` [PATCH 13/16] arm64: dts: qcom: sm8650: " Krzysztof Kozlowski
2024-08-28 7:17 ` [PATCH 14/16] arm64: dts: qcom: sm: " Krzysztof Kozlowski
2024-08-28 7:17 ` [PATCH 15/16] arm64: dts: qcom: sdm: " Krzysztof Kozlowski
2024-08-28 7:17 ` [PATCH 16/16] arm64: dts: qcom: " Krzysztof Kozlowski
2024-08-28 10:55 ` [PATCH 00/16] " Konrad Dybcio
2024-08-28 11:13 ` Krzysztof Kozlowski
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=1145f7e2-248d-4170-b7be-db694e37fec4@gmail.com \
--to=konradybcio@gmail.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=cros-qcom-dts-watchers@chromium.org \
--cc=devicetree@vger.kernel.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@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
all inboxes | Powered by JetHome®