* [PATCH] arm64: dts: xilinx: zynqmp-sck: Correct indentation
@ 2026-07-06 9:34 Krzysztof Kozlowski
2026-07-07 9:07 ` Pandey, Radhey Shyam
2026-07-08 8:32 ` Michal Simek
0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2026-07-06 9:34 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Michal Simek,
devicetree, linux-arm-kernel, linux-kernel
Cc: Krzysztof Kozlowski
Correct spaces or mix of tabs+spaces into proper tab-indented lines.
No functional impact (same DTB).
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
.../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 {
--
2.53.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] arm64: dts: xilinx: zynqmp-sck: Correct indentation
2026-07-06 9:34 [PATCH] arm64: dts: xilinx: zynqmp-sck: Correct indentation Krzysztof Kozlowski
@ 2026-07-07 9:07 ` Pandey, Radhey Shyam
2026-07-08 8:32 ` Michal Simek
1 sibling, 0 replies; 3+ messages in thread
From: Pandey, Radhey Shyam @ 2026-07-07 9:07 UTC (permalink / raw)
To: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Michal Simek, devicetree, linux-arm-kernel,
linux-kernel
> Correct spaces or mix of tabs+spaces into proper tab-indented lines.
> No functional impact (same DTB).
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Reviewed-by: Radhey Shyam Pandey <radhey.shyam.pandey@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 {
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] arm64: dts: xilinx: zynqmp-sck: Correct indentation
2026-07-06 9:34 [PATCH] arm64: dts: xilinx: zynqmp-sck: Correct indentation Krzysztof Kozlowski
2026-07-07 9:07 ` Pandey, Radhey Shyam
@ 2026-07-08 8:32 ` Michal Simek
1 sibling, 0 replies; 3+ messages in thread
From: Michal Simek @ 2026-07-08 8:32 UTC (permalink / raw)
To: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, devicetree, linux-arm-kernel, linux-kernel
On 7/6/26 11:34, Krzysztof Kozlowski wrote:
> Correct spaces or mix of tabs+spaces into proper tab-indented lines.
> No functional impact (same DTB).
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> ---
> .../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 {
Applied.
M
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-07-08 9:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-06 9:34 [PATCH] arm64: dts: xilinx: zynqmp-sck: Correct indentation Krzysztof Kozlowski
2026-07-07 9:07 ` Pandey, Radhey Shyam
2026-07-08 8:32 ` Michal Simek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox