Skip to content

Commit cbc2a1e

Browse files
glneoarndb
authored andcommitted
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>
1 parent 0f0dbf5 commit cbc2a1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/nspire/nspire-cx.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
compatible = "arm,pl011", "arm,primecell";
2525

2626
clocks = <&uart_clk>, <&apb_pclk>;
27-
clock-names = "uart_clk", "apb_pclk";
27+
clock-names = "uartclk", "apb_pclk";
2828
};
2929

3030
&timer0 {

0 commit comments

Comments
 (0)