summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorSandor Yu <R01008@freescale.com>2014-12-08 16:01:44 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-01-15 21:18:40 -0600
commit28f7911019870a728cb1c1b92aabfd5e1f2f3a6b (patch)
tree81fb37bfe0b641a63f95a0074ae78dd1c8477347 /arch/arm/boot/dts
parentc0e03fa0b36a12bae28dca97507c6dcebd8910fc (diff)
MLK-9969 dts: Enable subdev csi driver in imx6sx AI board
Enable OV5640, VADC and CSI driver in imx6sx AI board Signed-off-by: Sandor Yu <R01008@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/imx6sx-sabreauto.dts27
1 files changed, 11 insertions, 16 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sabreauto.dts b/arch/arm/boot/dts/imx6sx-sabreauto.dts
index b3f9e8846330..1c64315ff6ee 100644
--- a/arch/arm/boot/dts/imx6sx-sabreauto.dts
+++ b/arch/arm/boot/dts/imx6sx-sabreauto.dts
@@ -37,18 +37,6 @@
#reset-cells = <0>;
};
- csi1_v4l2_cap {
- compatible = "fsl,imx6sx-csi-v4l2", "fsl,imx6sl-csi-v4l2";
- csi_id = <0>;
- status = "okay";
- };
-
- csi2_v4l2_cap {
- compatible = "fsl,imx6sx-csi-v4l2", "fsl,imx6sl-csi-v4l2";
- csi_id = <1>;
- status = "okay";
- };
-
hannstar_cabc {
compatible = "hannstar,cabc";
@@ -473,12 +461,13 @@
assigned-clock-rates = <0>, <0>, <24576000>;
};
-&csi1 {
- status = "okay";
-};
-
&csi2 {
status = "okay";
+ port {
+ csi2_ep: endpoint {
+ remote-endpoint = <&vadc_ep>;
+ };
+ };
};
&dcic1 {
@@ -917,4 +906,10 @@
vadc_in = <0>;
csi_id = <1>;
status = "okay";
+ port {
+ vadc_ep: endpoint {
+ remote-endpoint = <&csi2_ep>;
+ };
+ };
};
+