ARM: dts: keystone-k2g: Fix unit-address formatting for serial nodes

The unit addresses on couple of serial nodes have a leading 0 resulting
in couple of warning messages around simple-bus unit address format
errors when compiled with W=1. Fix the same.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
This commit is contained in:
Suman Anna 2018-03-05 16:18:49 -08:00 committed by Santosh Shilimkar
parent eae3c955bb
commit 07f3398d38

View file

@ -151,7 +151,7 @@ uart0: serial@2530c00 {
status = "disabled";
};
uart1: serial@02531000 {
uart1: serial@2531000 {
compatible = "ti,da830-uart", "ns16550a";
current-speed = <115200>;
reg-shift = <2>;
@ -163,7 +163,7 @@ uart1: serial@02531000 {
status = "disabled";
};
uart2: serial@02531400 {
uart2: serial@2531400 {
compatible = "ti,da830-uart", "ns16550a";
current-speed = <115200>;
reg-shift = <2>;