* [PATCH] dt-bindings: i2c: spacemit,k1-i2c: Minor whitespace cleanup in example
@ 2025-08-21 8:32 Krzysztof Kozlowski
2025-08-22 1:32 ` Troy Mitchell
2025-08-22 19:29 ` Rob Herring (Arm)
0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-21 8:32 UTC (permalink / raw)
To: Andi Shyti, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Yixun Lan, Troy Mitchell, linux-i2c, devicetree, linux-riscv,
spacemit, linux-kernel
Cc: Krzysztof Kozlowski
The DTS code coding style expects exactly one space around '='
character.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml b/Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml
index 3d6aefb0d0f1..c1a3004df71d 100644
--- a/Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml
+++ b/Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml
@@ -53,7 +53,7 @@ examples:
reg = <0xd4010800 0x38>;
interrupt-parent = <&plic>;
interrupts = <36>;
- clocks =<&ccu 32>, <&ccu 84>;
+ clocks = <&ccu 32>, <&ccu 84>;
clock-names = "func", "bus";
clock-frequency = <100000>;
};
--
2.48.1
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: i2c: spacemit,k1-i2c: Minor whitespace cleanup in example
2025-08-21 8:32 [PATCH] dt-bindings: i2c: spacemit,k1-i2c: Minor whitespace cleanup in example Krzysztof Kozlowski
@ 2025-08-22 1:32 ` Troy Mitchell
2025-08-22 19:29 ` Rob Herring (Arm)
1 sibling, 0 replies; 3+ messages in thread
From: Troy Mitchell @ 2025-08-22 1:32 UTC (permalink / raw)
To: Krzysztof Kozlowski, Andi Shyti, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Yixun Lan, Troy Mitchell, linux-i2c, devicetree,
linux-riscv, spacemit, linux-kernel
On Thu, Aug 21, 2025 at 10:32:06AM +0200, Krzysztof Kozlowski wrote:
> The DTS code coding style expects exactly one space around '='
> character.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml b/Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml
> index 3d6aefb0d0f1..c1a3004df71d 100644
> --- a/Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml
> +++ b/Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml
> @@ -53,7 +53,7 @@ examples:
> reg = <0xd4010800 0x38>;
> interrupt-parent = <&plic>;
> interrupts = <36>;
> - clocks =<&ccu 32>, <&ccu 84>;
> + clocks = <&ccu 32>, <&ccu 84>;
Reviewed-by: Troy Mitchell <troymitchell988@gmail.com>
Best regards,
Troy
> clock-names = "func", "bus";
> clock-frequency = <100000>;
> };
> --
> 2.48.1
>
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: i2c: spacemit,k1-i2c: Minor whitespace cleanup in example
2025-08-21 8:32 [PATCH] dt-bindings: i2c: spacemit,k1-i2c: Minor whitespace cleanup in example Krzysztof Kozlowski
2025-08-22 1:32 ` Troy Mitchell
@ 2025-08-22 19:29 ` Rob Herring (Arm)
1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring (Arm) @ 2025-08-22 19:29 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: linux-riscv, Andi Shyti, devicetree, spacemit,
Krzysztof Kozlowski, Troy Mitchell, linux-kernel, Yixun Lan,
linux-i2c, Conor Dooley
On Thu, 21 Aug 2025 10:32:06 +0200, Krzysztof Kozlowski wrote:
> The DTS code coding style expects exactly one space around '='
> character.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-08-23 8:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-21 8:32 [PATCH] dt-bindings: i2c: spacemit,k1-i2c: Minor whitespace cleanup in example Krzysztof Kozlowski
2025-08-22 1:32 ` Troy Mitchell
2025-08-22 19:29 ` Rob Herring (Arm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).