projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7723d70
)
ARM: dts: da850-evm: fix whitespace errors
author
Bartosz Golaszewski
<bgolaszewski@baylibre.com>
Tue, 28 Feb 2017 16:15:13 +0000
(17:15 +0100)
committer
Sekhar 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/da850-evm.dts
b/arch/arm/boot/dts/da850-evm.dts
index
d15107c
..
336a69d
100644
(file)
--- a/
arch/arm/boot/dts/da850-evm.dts
+++ b/
arch/arm/boot/dts/da850-evm.dts
@@
-299,14
+299,14
@@
/* 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>;
};
};
};