projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8922306
)
ARM: dts: davinci: da850-lcdk: enable VPIF
author
Kevin Hilman
<khilman@baylibre.com>
Mon, 9 Jan 2017 20:55:28 +0000
(12:55 -0800)
committer
Sekhar Nori
<nsekhar@ti.com>
Tue, 10 Jan 2017 09:39:29 +0000
(15:09 +0530)
Enable VPIF for video captpure and configure input channel 0, used for
composite input.
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850-lcdk.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/da850-lcdk.dts
b/arch/arm/boot/dts/da850-lcdk.dts
index 98eff0b5bbed03ed968e7ddb721b02a5485d84bc..60e027e8a054007ed560ff0f12a86bba34516508 100644
(file)
--- a/
arch/arm/boot/dts/da850-lcdk.dts
+++ b/
arch/arm/boot/dts/da850-lcdk.dts
@@
-309,3
+309,16
@@
};
};
};
+
+&vpif {
+ pinctrl-names = "default";
+ pinctrl-0 = <&vpif_capture_pins>;
+ status = "okay";
+
+ /* VPIF capture port */
+ port {
+ vpif_ch0: endpoint {
+ bus-width = <8>;
+ };
+ };
+};