ARM: dts: da850-evm: fix whitespace errors

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>
This commit is contained in:
Bartosz Golaszewski 2017-02-28 17:15:13 +01:00 committed by Sekhar Nori
parent 7723d70beb
commit c42d37c72a

View File

@ -299,14 +299,14 @@ &vpif {
/* 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>;
};
};
};