From: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
To: "Ivaylo Ivanov" <ivo.ivanov.ivanov1@gmail.com>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Peter Griffin" <peter.griffin@linaro.org>,
"Alim Akhtar" <alim.akhtar@samsung.com>,
"Sam Protsenko" <semen.protsenko@linaro.org>,
"André Draszik" <andre.draszik@linaro.org>,
"Tudor Ambarus" <tudor.ambarus@linaro.org>,
"Krzysztof Kozlowski" <krzk@kernel.org>,
linux-fsd@tesla.com
Cc: linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Subject: [PATCH 6/8] arm64: dts: google: Align continued properties and add missing blank lines
Date: Sun, 26 Jul 2026 19:43:39 +0200 [thread overview]
Message-ID: <20260726-b4-dts-coding-style-strict-v1-6-e9e3e9879d05@oss.qualcomm.com> (raw)
In-Reply-To: <20260726-b4-dts-coding-style-strict-v1-0-e9e3e9879d05@oss.qualcomm.com>
Trivial white-space only changes to adjust to DTS coding style and fix
dt-check-style strict warnings like:
[required-blank-lines] child node must be preceded by a blank line
[continuation-alignment] continuation should align to column 39 (under < or ")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
arch/arm64/boot/dts/exynos/google/gs101.dtsi | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/arch/arm64/boot/dts/exynos/google/gs101.dtsi b/arch/arm64/boot/dts/exynos/google/gs101.dtsi
index edc38f2d1183..bfceea5486f4 100644
--- a/arch/arm64/boot/dts/exynos/google/gs101.dtsi
+++ b/arch/arm64/boot/dts/exynos/google/gs101.dtsi
@@ -39,12 +39,15 @@ cluster0 {
core0 {
cpu = <&cpu0>;
};
+
core1 {
cpu = <&cpu1>;
};
+
core2 {
cpu = <&cpu2>;
};
+
core3 {
cpu = <&cpu3>;
};
@@ -54,6 +57,7 @@ cluster1 {
core0 {
cpu = <&cpu4>;
};
+
core1 {
cpu = <&cpu5>;
};
@@ -63,6 +67,7 @@ cluster2 {
core0 {
cpu = <&cpu6>;
};
+
core1 {
cpu = <&cpu7>;
};
@@ -1681,9 +1686,9 @@ usbdrd31: usb@11110000 {
compatible = "google,gs101-dwusb3";
ranges = <0x0 0x11110000 0x10000>;
clocks = <&cmu_hsi0 CLK_GOUT_HSI0_USB31DRD_BUS_CLK_EARLY>,
- <&cmu_hsi0 CLK_GOUT_HSI0_USB31DRD_I_USB31DRD_SUSPEND_CLK_26>,
- <&cmu_hsi0 CLK_GOUT_HSI0_UASC_HSI0_LINK_ACLK>,
- <&cmu_hsi0 CLK_GOUT_HSI0_UASC_HSI0_LINK_PCLK>;
+ <&cmu_hsi0 CLK_GOUT_HSI0_USB31DRD_I_USB31DRD_SUSPEND_CLK_26>,
+ <&cmu_hsi0 CLK_GOUT_HSI0_UASC_HSI0_LINK_ACLK>,
+ <&cmu_hsi0 CLK_GOUT_HSI0_UASC_HSI0_LINK_PCLK>;
clock-names = "bus_early", "susp_clk", "link_aclk", "link_pclk";
#address-cells = <1>;
#size-cells = <1>;
--
2.53.0
next prev parent reply other threads:[~2026-07-26 17:44 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-26 17:43 [PATCH 0/8] arm64: dts: exynos/google/fsd: Trivial white-space changes to adjust to DTS coding style Krzysztof Kozlowski
2026-07-26 17:43 ` [PATCH 1/8] arm64: dts: exynos: Move 'status' to the end to match " Krzysztof Kozlowski
2026-07-27 11:04 ` André Draszik
2026-07-27 11:10 ` Krzysztof Kozlowski
2026-07-26 17:43 ` [PATCH 2/8] arm64: dts: exynos: Align continued properties and add missing blank lines Krzysztof Kozlowski
2026-07-27 11:15 ` André Draszik
2026-07-26 17:43 ` [PATCH 3/8] arm64: dts: exynos5433: Override thermal zones by phandle Krzysztof Kozlowski
2026-07-27 11:06 ` André Draszik
2026-07-26 17:43 ` [PATCH 4/8] arm64: dts: exynos: Re-order clocks and align continued properties Krzysztof Kozlowski
2026-07-27 11:18 ` André Draszik
2026-07-26 17:43 ` [PATCH 5/8] arm64: dts: google: Move 'status' to the end to match coding style Krzysztof Kozlowski
2026-07-27 11:08 ` André Draszik
2026-07-26 17:43 ` Krzysztof Kozlowski [this message]
2026-07-27 11:10 ` [PATCH 6/8] arm64: dts: google: Align continued properties and add missing blank lines André Draszik
2026-07-26 17:43 ` [PATCH 7/8] arm64: dts: fsd: Move 'status' to the end to match coding style Krzysztof Kozlowski
2026-07-27 11:10 ` André Draszik
2026-07-26 17:43 ` [PATCH 8/8] arm64: dts: fsd: Align continued properties and add missing blank lines Krzysztof Kozlowski
2026-07-27 11:19 ` André Draszik
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=20260726-b4-dts-coding-style-strict-v1-6-e9e3e9879d05@oss.qualcomm.com \
--to=krzysztof.kozlowski@oss.qualcomm.com \
--cc=alim.akhtar@samsung.com \
--cc=andre.draszik@linaro.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=ivo.ivanov.ivanov1@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=krzk@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-fsd@tesla.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=peter.griffin@linaro.org \
--cc=robh@kernel.org \
--cc=semen.protsenko@linaro.org \
--cc=tudor.ambarus@linaro.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®