summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx-19x19-arm2.dts
diff options
context:
space:
mode:
authorSandor Yu <R01008@freescale.com>2014-11-10 15:45:08 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-01-15 21:18:32 -0600
commitaa8417bda19cd60c28d89769f6b1956c29c1b731 (patch)
treeb796246d9678194afe90ecca34edfcd0c926d2b1 /arch/arm/boot/dts/imx6sx-19x19-arm2.dts
parent1da5f54eedec00f95cf104a7214c32d51817b910 (diff)
MLK-9779-02 dts: Add csi and vadc in dts
- Remove csi v4l2 int-device dts settting. - Binding subdev client device and host device in dts. vadc to csi1, ov5640 to csi0. Signed-off-by: Sandor Yu <R01008@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-19x19-arm2.dts')
-rw-r--r--arch/arm/boot/dts/imx6sx-19x19-arm2.dts33
1 files changed, 21 insertions, 12 deletions
diff --git a/arch/arm/boot/dts/imx6sx-19x19-arm2.dts b/arch/arm/boot/dts/imx6sx-19x19-arm2.dts
index 4797e2044bac..edf83e67fc29 100644
--- a/arch/arm/boot/dts/imx6sx-19x19-arm2.dts
+++ b/arch/arm/boot/dts/imx6sx-19x19-arm2.dts
@@ -21,18 +21,6 @@
default-brightness-level = <6>;
};
- 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";
@@ -104,10 +92,21 @@
&csi1 {
status = "okay";
+
+ port {
+ csi1_ep: endpoint {
+ remote-endpoint = <&ov564x_ep>;
+ };
+ };
};
&csi2 {
status = "okay";
+ port {
+ csi2_ep: endpoint {
+ remote-endpoint = <&vadc_ep>;
+ };
+ };
};
&fec1 {
@@ -286,6 +285,11 @@
mclk = <24000000>;
mclk_source = <0>;
status = "disabled";
+ port {
+ ov564x_ep: endpoint {
+ remote-endpoint = <&csi1_ep>;
+ };
+ };
};
};
@@ -517,6 +521,11 @@
vadc_in = <0>;
csi_id = <1>;
status = "okay";
+ port {
+ vadc_ep: endpoint {
+ remote-endpoint = <&csi2_ep>;
+ };
+ };
};
&iomuxc {