ARM: dts: da850-evm: fix whitespace errors
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 28 Feb 2017 16:15:13 +0000 (17:15 +0100)
committerSekhar Nori <nsekhar@ti.com>
Tue, 7 Mar 2017 11:09:09 +0000 (16:39 +0530)
The da850-evm dts file contains whitespace errors in the vpif node.

This patch fixes them.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850-evm.dts

index d15107c..336a69d 100644 (file)
        /* VPIF capture port */
        port {
                vpif_ch0: endpoint@0 {
-                         reg = <0>;
-                         bus-width = <8>;
+                       reg = <0>;
+                       bus-width = <8>;
                };
 
                vpif_ch1: endpoint@1 {
-                         reg = <1>;
-                         bus-width = <8>;
-                         data-shift = <8>;
+                       reg = <1>;
+                       bus-width = <8>;
+                       data-shift = <8>;
                };
        };
 };