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>
This commit is contained in:
Andrew Davis 2023-08-02 10:33:29 -05:00 committed by Arnd Bergmann
parent 0f0dbf5648
commit cbc2a1e5d8
1 changed files with 1 additions and 1 deletions

View 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 {