[PATCH v3 2/2] ARM: dts: ti: keystone: Correct white-space style

From: Krzysztof Kozlowski

Date: Thu Aug 06 2026 - 03:03:23 EST


Correct a few white-space issues, like double space after ':' character,
which will be flagged by dt-check-style ("redundant-whitespace"
warning). No functional changes.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>

---

Changes in v3:
1. Split keystone to separate commit
---
arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi | 2 +-
arch/arm/boot/dts/ti/keystone/keystone.dtsi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi b/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi
index 330b437b667f..d91a23bbf6bf 100644
--- a/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi
+++ b/arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi
@@ -51,7 +51,7 @@ uart2: serial@2348400 {
interrupts = <GIC_SPI 432 IRQ_TYPE_EDGE_RISING>;
};

- uart3: serial@2348800 {
+ uart3: serial@2348800 {
compatible = "ti,da830-uart", "ns16550a";
current-speed = <115200>;
reg-shift = <2>;
diff --git a/arch/arm/boot/dts/ti/keystone/keystone.dtsi b/arch/arm/boot/dts/ti/keystone/keystone.dtsi
index ff16428860a9..cff549c447ce 100644
--- a/arch/arm/boot/dts/ti/keystone/keystone.dtsi
+++ b/arch/arm/boot/dts/ti/keystone/keystone.dtsi
@@ -123,7 +123,7 @@ uart0: serial@2530c00 {
interrupts = <GIC_SPI 277 IRQ_TYPE_EDGE_RISING>;
};

- uart1: serial@2531000 {
+ uart1: serial@2531000 {
compatible = "ti,da830-uart", "ns16550a";
current-speed = <115200>;
reg-shift = <2>;
--
2.53.0