[PATCH] arm64: dts: xilinx: zynqmp-sck: Correct indentation

Pandey, Radhey Shyam radheys at amd.com
Tue Jul 7 02:07:17 PDT 2026


> Correct spaces or mix of tabs+spaces into proper tab-indented lines.
> No functional impact (same DTB).
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at oss.qualcomm.com>

Reviewed-by: Radhey Shyam Pandey <radhey.shyam.pandey at amd.com>
Thanks!
> ---
>   .../boot/dts/xilinx/zynqmp-sck-kv-g-revA.dtso | 36 +++++++++----------
>   1 file changed, 18 insertions(+), 18 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dtso b/arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dtso
> index 44834bf1c19c..52954761c9f3 100644
> --- a/arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dtso
> +++ b/arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dtso
> @@ -218,23 +218,23 @@ &pinctrl0 {
>   	status = "okay";
>   
>   	pinctrl_gpio0_default: gpio0-default {
> -                conf {
> -                        groups = "gpio0_38_grp";
> -                        bias-pull-up;
> -                        power-source = <IO_STANDARD_LVCMOS18>;
> -                };
> +		conf {
> +			groups = "gpio0_38_grp";
> +			bias-pull-up;
> +			power-source = <IO_STANDARD_LVCMOS18>;
> +		};
>   
> -                mux {
> -                        groups = "gpio0_38_grp";
> -                        function = "gpio0";
> -                };
> +		mux {
> +			groups = "gpio0_38_grp";
> +			function = "gpio0";
> +		};
>   
> -                conf-tx {
> -                        pins = "MIO38";
> -                        bias-disable;
> -                        output-enable;
> -                };
> -        };
> +		conf-tx {
> +			pins = "MIO38";
> +			bias-disable;
> +			output-enable;
> +		};
> +	};
>   
>   	pinctrl_uart1_default: uart1-default {
>   		conf {
> @@ -392,9 +392,9 @@ mux {
>   };
>   
>   &gpio {
> -        status = "okay";
> -        pinctrl-names = "default";
> -        pinctrl-0 = <&pinctrl_gpio0_default>;
> +	status = "okay";
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&pinctrl_gpio0_default>;
>   };
>   
>   &uart1 {




More information about the linux-arm-kernel mailing list