]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00329096-03 dts: Enable dcic driver for imx6sx
authorSandor Yu <R01008@freescale.com>
Thu, 28 Aug 2014 06:01:07 +0000 (14:01 +0800)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:17:04 +0000 (21:17 -0600)
Enable dcic driver for imx6sx SDB board.

Signed-off-by: Sandor Yu <R01008@freescale.com>
arch/arm/boot/dts/imx6sx-sdb.dts
arch/arm/boot/dts/imx6sx.dtsi

index 3e8cbb847f14ea34ea54e8da8d812247e621a2da..772adcfe798d0949145907bd746eb93c78837a02 100644 (file)
        };
 };
 
+&dcic1 {
+       dcic_id = <0>;
+       dcic_mux = "dcic-lcdif1";
+       status = "okay";
+};
+
+&dcic2 {
+       dcic_id = <1>;
+       dcic_mux = "dcic-lvds";
+       status = "okay";
+};
+
 &fec1 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_enet1>;
index 17bddc519af844ea1104f25441f74255ba52f276..45efd2dd28c08952f6a56c1d7efc7040bb76901c 100644 (file)
                                reg = <0x02240000 0x40000>;
                                ranges;
 
+                               dcic1: dcic@0220c000 {
+                                       compatible = "fsl,imx6sx-dcic";
+                                       reg = <0x0220c000 0x4000>;
+                                       interrupts = <0 124 IRQ_TYPE_LEVEL_HIGH>;
+                                       clocks = <&clks IMX6SX_CLK_DCIC1>,
+                                               <&clks IMX6SX_CLK_DISPLAY_AXI>;
+                                       clock-names = "dcic", "disp-axi";
+                                       gpr = <&gpr>;
+                                       status = "disabled";
+                               };
+
+                               dcic2: dcic@02210000 {
+                                       compatible = "fsl,imx6sx-dcic";
+                                       reg = <0x02210000 0x4000>;
+                                       interrupts = <0 125 IRQ_TYPE_LEVEL_HIGH>;
+                                       clocks = <&clks IMX6SX_CLK_DCIC2>,
+                                               <&clks IMX6SX_CLK_DISPLAY_AXI>;
+                                       clock-names = "dcic", "disp-axi";
+                                       gpr = <&gpr>;
+                                       status = "disabled";
+                               };
+
                                csi1: csi@02214000 {
                                        reg = <0x02214000 0x4000>;
                                        interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;