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:
parent
0f0dbf5648
commit
cbc2a1e5d8
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue