summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSandor Yu <R01008@freescale.com>2015-02-02 13:54:23 +0800
committerSandor Yu <R01008@freescale.com>2015-02-02 14:31:41 +0800
commit59c54859ec5b4bd319be2aec8ce034be1ecc7bf5 (patch)
treec00b5b141606ec272a36ea16b273acca99fefc98 /arch
parentbca5935fb16db7170be5873d7258fc17adf9553f (diff)
MLK-10192: dts: Move sii902x hdmi function to imx6sx sdb lcdif1 dts
-Sii902x hdmi daughter connect to lcdif1 interface, move this function to lcdif1 dts. -Sii902x hdmi driver share the reset pin with ov5640 driver, one driver will been reset by the other driver, so move sii902x reset pin configure to licdif1 dts. Signed-off-by: Sandor Yu <R01008@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts12
-rw-r--r--arch/arm/boot/dts/imx6sx-sdb.dts4
2 files changed, 14 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts b/arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts
index b0661436ad23..227f6436b5ab 100644
--- a/arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts
+++ b/arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Freescale Semiconductor, Inc.
+ * Copyright (C) 2014-2015 Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -18,6 +18,10 @@
status = "okay";
};
};
+
+ sii902x_reset: sii902x-reset {
+ status = "okay";
+ };
};
&csi1 {
@@ -27,3 +31,9 @@
&lcdif1 {
status = "okay";
};
+
+&i2c1 {
+ sii902x@39 {
+ status = "okay";
+ };
+};
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts
index 5204ac444626..0a262ff43871 100644
--- a/arch/arm/boot/dts/imx6sx-sdb.dts
+++ b/arch/arm/boot/dts/imx6sx-sdb.dts
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Freescale Semiconductor, Inc.
+ * Copyright (C) 2014-2015 Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -180,6 +180,7 @@
reset-gpios = <&gpio3 27 1>;
reset-delay-us = <100000>;
#reset-cells = <0>;
+ status = "disabled";
};
};
@@ -607,6 +608,7 @@
bits-per-pixel = <32>;
resets = <&sii902x_reset>;
reg = <0x39>;
+ status = "disabled";
};
};