Commit cbc2a1e5 authored by Andrew Davis's avatar Andrew Davis Committed by Arnd Bergmann

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: default avatarAndrew Davis <afd@ti.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 0f0dbf56
......@@ -24,7 +24,7 @@ &uart {
compatible = "arm,pl011", "arm,primecell";
clocks = <&uart_clk>, <&apb_pclk>;
clock-names = "uart_clk", "apb_pclk";
clock-names = "uartclk", "apb_pclk";
};
&timer0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment