aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikhil Devshatwar2014-04-14 06:11:16 -0500
committerRakesh Movva2014-05-01 14:30:20 -0500
commitf78a2e25a94e4574ae0b07bf4466d17dbcd1e711 (patch)
treeb3b175e89494f74e9fd30e38c477bfe8aaded523
parent0fd47ea5b234acb3b149cc40a220c220cbcd110a (diff)
downloadkernel-video-f78a2e25a94e4574ae0b07bf4466d17dbcd1e711.tar.gz
kernel-video-f78a2e25a94e4574ae0b07bf4466d17dbcd1e711.tar.xz
kernel-video-f78a2e25a94e4574ae0b07bf4466d17dbcd1e711.zip
arm: dts: dra7xx: Add gpio properties for fpdlink camera
The gpios will be parsed and set by the driver before use. CAMP_FPD_MUX_S0 is pcf_hdmi 3 0 (P0) SEL_TVP_FPD_S0 is i2c1 pcf_lcd3 8 0 (P10) Change-Id: I5f006286421764393707a26e26be91b861e4a942 Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
-rw-r--r--arch/arm/boot/dts/dra7-evm.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index fa93adb31c8..c9523c7c976 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -482,6 +482,8 @@
482 fpdlink_camera { 482 fpdlink_camera {
483 compatible = "ti,fpdlink"; 483 compatible = "ti,fpdlink";
484 reg = <0x20>; 484 reg = <0x20>;
485 gpios = <&pcf_hdmi 3 0>,
486 <&pcf_lcd3 8 0>;
485 port { 487 port {
486 cam_fpdlink: endpoint { 488 cam_fpdlink: endpoint {
487 hsync-active = <1>; 489 hsync-active = <1>;