* [PATCH] ARM: dts: xilinx: Replace spaces indentation with tabs
@ 2026-08-29 19:39 Krzysztof Kozlowski
2026-08-31 7:17 ` Michal Simek
0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2026-08-29 19:39 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Michal Simek,
devicetree, linux-arm-kernel, linux-kernel
Cc: Krzysztof Kozlowski
Replace excessive spaces for aligning indentation into tabs. This will
be reported by dt-style-check ("[mixed-indent-chars] too many space
characters in indent (more than 7)").
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
arch/arm/boot/dts/xilinx/zynq-7000.dtsi | 8 ++++----
arch/arm/boot/dts/xilinx/zynq-parallella.dts | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/arm/boot/dts/xilinx/zynq-7000.dtsi b/arch/arm/boot/dts/xilinx/zynq-7000.dtsi
index 153b8d93cbee..715299f5d860 100644
--- a/arch/arm/boot/dts/xilinx/zynq-7000.dtsi
+++ b/arch/arm/boot/dts/xilinx/zynq-7000.dtsi
@@ -380,10 +380,10 @@ dmac_s: dma-controller@f8003000 {
* "dma4", "dma5", "dma6", "dma7";
*/
interrupts = <0 13 4>,
- <0 14 4>, <0 15 4>,
- <0 16 4>, <0 17 4>,
- <0 40 4>, <0 41 4>,
- <0 42 4>, <0 43 4>;
+ <0 14 4>, <0 15 4>,
+ <0 16 4>, <0 17 4>,
+ <0 40 4>, <0 41 4>,
+ <0 42 4>, <0 43 4>;
#dma-cells = <1>;
clocks = <&clkc 27>;
clock-names = "apb_pclk";
diff --git a/arch/arm/boot/dts/xilinx/zynq-parallella.dts b/arch/arm/boot/dts/xilinx/zynq-parallella.dts
index 366af4fcf8d9..b4651540935a 100644
--- a/arch/arm/boot/dts/xilinx/zynq-parallella.dts
+++ b/arch/arm/boot/dts/xilinx/zynq-parallella.dts
@@ -44,10 +44,10 @@ &gem0 {
ethernet_phy: ethernet-phy@0 {
/* Marvell 88E1318 */
compatible = "ethernet-phy-id0141.0e90",
- "ethernet-phy-ieee802.3-c22";
+ "ethernet-phy-ieee802.3-c22";
reg = <0>;
marvell,reg-init = <0x3 0x10 0xff00 0x1e>,
- <0x3 0x11 0xfff0 0xa>;
+ <0x3 0x11 0xfff0 0xa>;
};
};
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts: xilinx: Replace spaces indentation with tabs
2026-08-29 19:39 [PATCH] ARM: dts: xilinx: Replace spaces indentation with tabs Krzysztof Kozlowski
@ 2026-08-31 7:17 ` Michal Simek
0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2026-08-31 7:17 UTC (permalink / raw)
To: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, devicetree, linux-arm-kernel, linux-kernel
On 8/29/26 21:39, Krzysztof Kozlowski wrote:
> Replace excessive spaces for aligning indentation into tabs. This will
> be reported by dt-style-check ("[mixed-indent-chars] too many space
> characters in indent (more than 7)").
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> ---
> arch/arm/boot/dts/xilinx/zynq-7000.dtsi | 8 ++++----
> arch/arm/boot/dts/xilinx/zynq-parallella.dts | 4 ++--
> 2 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/arch/arm/boot/dts/xilinx/zynq-7000.dtsi b/arch/arm/boot/dts/xilinx/zynq-7000.dtsi
> index 153b8d93cbee..715299f5d860 100644
> --- a/arch/arm/boot/dts/xilinx/zynq-7000.dtsi
> +++ b/arch/arm/boot/dts/xilinx/zynq-7000.dtsi
> @@ -380,10 +380,10 @@ dmac_s: dma-controller@f8003000 {
> * "dma4", "dma5", "dma6", "dma7";
> */
> interrupts = <0 13 4>,
> - <0 14 4>, <0 15 4>,
> - <0 16 4>, <0 17 4>,
> - <0 40 4>, <0 41 4>,
> - <0 42 4>, <0 43 4>;
> + <0 14 4>, <0 15 4>,
> + <0 16 4>, <0 17 4>,
> + <0 40 4>, <0 41 4>,
> + <0 42 4>, <0 43 4>;
> #dma-cells = <1>;
> clocks = <&clkc 27>;
> clock-names = "apb_pclk";
> diff --git a/arch/arm/boot/dts/xilinx/zynq-parallella.dts b/arch/arm/boot/dts/xilinx/zynq-parallella.dts
> index 366af4fcf8d9..b4651540935a 100644
> --- a/arch/arm/boot/dts/xilinx/zynq-parallella.dts
> +++ b/arch/arm/boot/dts/xilinx/zynq-parallella.dts
> @@ -44,10 +44,10 @@ &gem0 {
> ethernet_phy: ethernet-phy@0 {
> /* Marvell 88E1318 */
> compatible = "ethernet-phy-id0141.0e90",
> - "ethernet-phy-ieee802.3-c22";
> + "ethernet-phy-ieee802.3-c22";
> reg = <0>;
> marvell,reg-init = <0x3 0x10 0xff00 0x1e>,
> - <0x3 0x11 0xfff0 0xa>;
> + <0x3 0x11 0xfff0 0xa>;
> };
> };
>
Applied.
M
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-31 7:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-29 19:39 [PATCH] ARM: dts: xilinx: Replace spaces indentation with tabs Krzysztof Kozlowski
2026-08-31 7:17 ` Michal Simek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox