Commit 07f3398d authored by Suman Anna's avatar Suman Anna Committed by Santosh Shilimkar

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: default avatarSuman Anna <s-anna@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@oracle.com>
parent eae3c955
......@@ -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>;
......
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