summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/nspire/nspire-cx.dts
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-08-02 10:33:29 -0500
committerArnd Bergmann <arnd@arndb.de>2023-08-12 11:45:58 +0200
commitcbc2a1e5d84815c4105357ebdfd498cfd8f21858 (patch)
tree9a25d9e4284e118dfbe9746008d2d3557bab36a1 /arch/arm/boot/dts/nspire/nspire-cx.dts
parent0f0dbf564870a12ad47ca2bb732fa47b4081e266 (diff)
ARM: dts: nspire: Fix uart node to conform with DT binding
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>
Diffstat (limited to 'arch/arm/boot/dts/nspire/nspire-cx.dts')
-rw-r--r--arch/arm/boot/dts/nspire/nspire-cx.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/nspire/nspire-cx.dts b/arch/arm/boot/dts/nspire/nspire-cx.dts
index 590b7dff6ae5..837dbdd9af55 100644
--- a/arch/arm/boot/dts/nspire/nspire-cx.dts
+++ b/arch/arm/boot/dts/nspire/nspire-cx.dts
@@ -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 {