ARM: dts: nspire: Fix uart node to conform with DT binding
authorAndrew Davis <afd@ti.com>
Wed, 2 Aug 2023 15:33:29 +0000 (10:33 -0500)
committerArnd Bergmann <arnd@arndb.de>
Sat, 12 Aug 2023 09:45:58 +0000 (11:45 +0200)
This node does not follow the DT binding schema, correct this.
The arm,pl011 binding requires the first clock to be named "uartclk".
Should result in no functional change.

Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/nspire/nspire-cx.dts

index 590b7df..837dbdd 100644 (file)
@@ -24,7 +24,7 @@
        compatible = "arm,pl011", "arm,primecell";
 
        clocks = <&uart_clk>, <&apb_pclk>;
-       clock-names = "uart_clk", "apb_pclk";
+       clock-names = "uartclk", "apb_pclk";
 };
 
 &timer0 {