]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: keystone-k2g: Fix unit-address formatting for serial nodes
authorSuman Anna <s-anna@ti.com>
Tue, 6 Mar 2018 00:18:49 +0000 (16:18 -0800)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Tue, 6 Mar 2018 00:18:49 +0000 (16:18 -0800)
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>
arch/arm/boot/dts/keystone-k2g.dtsi

index cdaf519721b1634705d971c7fd046feb19da9cf2..39f56054f31961178cd89b0bb884f3995b71d4da 100644 (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>;