* [PATCH] dt-bindings: pinctrl: fsl: Replace tabs with spaces
@ 2026-08-29 19:42 Krzysztof Kozlowski
2026-08-29 19:51 ` sashiko-bot
0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2026-08-29 19:42 UTC (permalink / raw)
To: Dong Aisheng, Fabio Estevam, Frank Li, Jacky Bai,
Pengutronix Kernel Team, NXP S32 Linux Team, Linus Walleij,
Rob Herring, Krzysztof Kozlowski, Conor Dooley, Sascha Hauer,
Peng Fan, Giulio Benetti, Jesse Taube, linux-gpio, devicetree,
imx, linux-arm-kernel, linux-kernel
Cc: Krzysztof Kozlowski
YAML files do not use spaces, even within the values in DTS. No
functional change, although dt-style-check will warn about it
("[tab-in-yaml] tab character not allowed in DTS example").
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
.../devicetree/bindings/pinctrl/fsl,imx35-pinctrl.yaml | 4 ++--
.../devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.yaml | 8 ++++----
.../devicetree/bindings/pinctrl/fsl,imx8m-pinctrl.yaml | 4 ++--
.../devicetree/bindings/pinctrl/fsl,imx8ulp-pinctrl.yaml | 4 ++--
.../devicetree/bindings/pinctrl/fsl,imx9-pinctrl.yaml | 4 ++--
.../devicetree/bindings/pinctrl/fsl,imxrt1050.yaml | 4 ++--
.../devicetree/bindings/pinctrl/fsl,imxrt1170.yaml | 4 ++--
7 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,imx35-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/fsl,imx35-pinctrl.yaml
index 846e110062b2..0a69ed9880e4 100644
--- a/Documentation/devicetree/bindings/pinctrl/fsl,imx35-pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/fsl,imx35-pinctrl.yaml
@@ -179,7 +179,7 @@ examples:
pinctrl_uart4: uart4grp {
fsl,pins =
- <0x288 0x658 0x000 0x3 0x0 0x140>,
- <0x28c 0x65c 0x938 0x3 0x3 0x140>;
+ <0x288 0x658 0x000 0x3 0x0 0x140>,
+ <0x28c 0x65c 0x938 0x3 0x3 0x140>;
};
};
diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.yaml
index 7bd723ab1281..948160cfbc5f 100644
--- a/Documentation/devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.yaml
@@ -95,8 +95,8 @@ examples:
pinctrl_uart5: uart5grp {
fsl,pins =
- <0x0160 0x03D0 0x0714 0x1 0x0 0x7e>,
- <0x0164 0x03D4 0x0000 0x1 0x0 0x76>;
+ <0x0160 0x03D0 0x0714 0x1 0x0 0x7e>,
+ <0x0164 0x03D4 0x0000 0x1 0x0 0x76>;
};
};
- |
@@ -107,7 +107,7 @@ examples:
pinctrl_gpio_lpsr: gpio1-grp {
fsl,pins =
- <0x0008 0x0038 0x0000 0x0 0x0 0x59>,
- <0x000C 0x003C 0x0000 0x0 0x0 0x59>;
+ <0x0008 0x0038 0x0000 0x0 0x0 0x59>,
+ <0x000C 0x003C 0x0000 0x0 0x0 0x59>;
};
};
diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,imx8m-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/fsl,imx8m-pinctrl.yaml
index 6068be11dfe2..2341633943c7 100644
--- a/Documentation/devicetree/bindings/pinctrl/fsl,imx8m-pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/fsl,imx8m-pinctrl.yaml
@@ -82,8 +82,8 @@ examples:
pinctrl_uart2: uart2grp {
fsl,pins =
- <0x23C 0x4A4 0x4FC 0x0 0x0 0x140>,
- <0x240 0x4A8 0x000 0x0 0x0 0x140>;
+ <0x23C 0x4A4 0x4FC 0x0 0x0 0x140>,
+ <0x240 0x4A8 0x000 0x0 0x0 0x140>;
};
};
diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,imx8ulp-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/fsl,imx8ulp-pinctrl.yaml
index 7dcf681271d3..dc86bf6e580f 100644
--- a/Documentation/devicetree/bindings/pinctrl/fsl,imx8ulp-pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/fsl,imx8ulp-pinctrl.yaml
@@ -74,8 +74,8 @@ examples:
pinctrl_lpuart5: lpuart5grp {
fsl,pins =
- <0x0138 0x08F0 0x4 0x3 0x3>,
- <0x013C 0x08EC 0x4 0x3 0x3>;
+ <0x0138 0x08F0 0x4 0x3 0x3>,
+ <0x013C 0x08EC 0x4 0x3 0x3>;
};
};
diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,imx9-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/fsl,imx9-pinctrl.yaml
index 96e7b6995273..333b2e7fdaac 100644
--- a/Documentation/devicetree/bindings/pinctrl/fsl,imx9-pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/fsl,imx9-pinctrl.yaml
@@ -78,8 +78,8 @@ examples:
pinctrl_uart3: uart3grp {
fsl,pins =
- <0x48 0x1f8 0x41c 0x1 0x0 0x49>,
- <0x4c 0x1fc 0x418 0x1 0x0 0x49>;
+ <0x48 0x1f8 0x41c 0x1 0x0 0x49>,
+ <0x4c 0x1fc 0x418 0x1 0x0 0x49>;
};
};
diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1050.yaml b/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1050.yaml
index db5fe66ad873..854fbcd8e78a 100644
--- a/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1050.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1050.yaml
@@ -73,7 +73,7 @@ examples:
pinctrl_lpuart1: lpuart1grp {
fsl,pins =
- <0x0EC 0x2DC 0x000 0x2 0x0 0xf1>,
- <0x0F0 0x2E0 0x000 0x2 0x0 0xf1>;
+ <0x0EC 0x2DC 0x000 0x2 0x0 0xf1>,
+ <0x0F0 0x2E0 0x000 0x2 0x0 0xf1>;
};
};
diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1170.yaml b/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1170.yaml
index 2e880b3e537c..988db9507543 100644
--- a/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1170.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/fsl,imxrt1170.yaml
@@ -71,7 +71,7 @@ examples:
reg = <0x400e8000 0x4000>;
pinctrl_lpuart1: lpuart1grp {
fsl,pins =
- <0x16C 0x3B0 0x620 0x0 0x0 0xf1>,
- <0x170 0x3B4 0x61C 0x0 0x0 0xf1>;
+ <0x16C 0x3B0 0x620 0x0 0x0 0xf1>,
+ <0x170 0x3B4 0x61C 0x0 0x0 0xf1>;
};
};
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dt-bindings: pinctrl: fsl: Replace tabs with spaces
2026-08-29 19:42 [PATCH] dt-bindings: pinctrl: fsl: Replace tabs with spaces Krzysztof Kozlowski
@ 2026-08-29 19:51 ` sashiko-bot
0 siblings, 0 replies; 2+ messages in thread
From: sashiko-bot @ 2026-08-29 19:51 UTC (permalink / raw)
To: Krzysztof Kozlowski; +Cc: Frank.Li, devicetree, conor+dt, imx, robh
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Medium] The commit message incorrectly states 'YAML files do not use spaces' when it clearly intended to say 'tabs'.
--
commit fc1bb72fd79fb94d419615999bc4d406ae05d524
Author: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
dt-bindings: pinctrl: fsl: Replace tabs with spaces
This commit replaces tabs with spaces in several Freescale pinctrl YAML
bindings to resolve dt-style-check warnings about tab characters not being
allowed in DTS examples.
> dt-bindings: pinctrl: fsl: Replace tabs with spaces
>
> YAML files do not use spaces, even within the values in DTS. No
[Severity: Medium]
The commit message states "YAML files do not use spaces", but given the patch
title and the actual changes replacing tabs with spaces, should this say "YAML
files do not use tabs" instead?
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260829194203.108240-2-krzysztof.kozlowski@oss.qualcomm.com?part=1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-29 19:51 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:42 [PATCH] dt-bindings: pinctrl: fsl: Replace tabs with spaces Krzysztof Kozlowski
2026-08-29 19:51 ` sashiko-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox