Re: [PATCH v2 6/8] arm64: dts: google: Align continued properties and add missing blank lines

From: Peter Griffin

Date: Tue Aug 04 2026 - 08:20:23 EST


On Sat, 1 Aug 2026 at 16:07, Krzysztof Kozlowski
<krzysztof.kozlowski@xxxxxxxxxxxxxxxx> wrote:
>
> 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 ")
>
> Reviewed-by: André Draszik <andre.draszik@xxxxxxxxxx>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
> ---

Reviewed-by: Peter Griffin <peter.griffin@xxxxxxxxxx>

> 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
>