]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
MLK-10192: dts: Move sii902x hdmi function to imx6sx sdb lcdif1 dts
authorSandor Yu <R01008@freescale.com>
Mon, 2 Feb 2015 05:54:23 +0000 (13:54 +0800)
committerSandor Yu <R01008@freescale.com>
Mon, 2 Feb 2015 06:31:41 +0000 (14:31 +0800)
-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>
arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts
arch/arm/boot/dts/imx6sx-sdb.dts

index b0661436ad23aebafffe5b052a373c4ed3232653..227f6436b5ab4bf513a8766fbf0648d8e00fb09b 100644 (file)
@@ -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
                        status = "okay";
                };
        };
+
+       sii902x_reset: sii902x-reset {
+               status = "okay";
+       };
 };
 
 &csi1 {
@@ -27,3 +31,9 @@
 &lcdif1 {
        status = "okay";
 };
+
+&i2c1 {
+       sii902x@39 {
+               status = "okay";
+       };
+};
index 5204ac4446268413aaa8a6e37ea8535ab3d2ee39..0a262ff43871768dcf3a6a877226c6ef325ec5e5 100644 (file)
@@ -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
                reset-gpios = <&gpio3 27 1>;
                reset-delay-us = <100000>;
                #reset-cells = <0>;
+               status = "disabled";
        };
 };
 
                bits-per-pixel = <32>;
                resets = <&sii902x_reset>;
                reg = <0x39>;
+               status = "disabled";
        };
 };