[PATCH] ARM: dts: sigmastar: Correct indentation

Daniel Palmer daniel at thingy.jp
Tue Jul 7 03:12:34 PDT 2026


Hi,

On Tue, 7 Jul 2026 at 03:04, Krzysztof Kozlowski
<krzysztof.kozlowski at oss.qualcomm.com> wrote:
>
> Correct indentation to one tab.  No functional impact (same DTB).
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at oss.qualcomm.com>
> ---
>  .../boot/dts/sigmastar/mstar-infinity2m.dtsi  | 20 +++++++++----------
>  1 file changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/arch/arm/boot/dts/sigmastar/mstar-infinity2m.dtsi b/arch/arm/boot/dts/sigmastar/mstar-infinity2m.dtsi
> index 1b485efd7156..437329fb912a 100644
> --- a/arch/arm/boot/dts/sigmastar/mstar-infinity2m.dtsi
> +++ b/arch/arm/boot/dts/sigmastar/mstar-infinity2m.dtsi
> @@ -7,17 +7,17 @@
>  #include "mstar-infinity.dtsi"
>
>  &cpu0_opp_table {
> -               opp-1000000000 {
> -                       opp-hz = /bits/ 64 <1000000000>;
> -                       opp-microvolt = <1000000>;
> -                       clock-latency-ns = <300000>;
> -               };
> +       opp-1000000000 {
> +               opp-hz = /bits/ 64 <1000000000>;
> +               opp-microvolt = <1000000>;
> +               clock-latency-ns = <300000>;
> +       };
>
> -               opp-1200000000 {
> -                       opp-hz = /bits/ 64 <1200000000>;
> -                       opp-microvolt = <1000000>;
> -                       clock-latency-ns = <300000>;
> -               };
> +       opp-1200000000 {
> +               opp-hz = /bits/ 64 <1200000000>;
> +               opp-microvolt = <1000000>;
> +               clock-latency-ns = <300000>;
> +       };
>  };
>
>  &cpus {
> --
> 2.53.0
>

Thanks for this. Looks fine so:

Acked-by: Daniel Palmer <daniel at thingy.jp>

I intend to fix up and resend the patches to fix the other outstanding
warnings in this stuff but I need to find time to get around to it.
If this patch could be added to arm-soc or similar without me sending
a pull request for one patch that'd be great.

Thanks,

Daniel



More information about the linux-arm-kernel mailing list