]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ARM: dts: cfa10049: Add the DH2228FV DAC to the DTS
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 31 Oct 2012 10:30:10 +0000 (11:30 +0100)
committerShawn Guo <shawn.guo@linaro.org>
Fri, 2 Nov 2012 01:51:52 +0000 (09:51 +0800)
There is no driver for it yet, so it will use spidev.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx28-cfa10049.dts

index a34676f9f401d2f47b71b211cff973c30a781f10..5549c6ce90158381ce346a022dfa634f8703f20c 100644 (file)
@@ -29,6 +29,7 @@
                                                0x01c1 /* MX28_PAD_GPMI_RESETN__SSP3_CMD */
                                                0x0111 /* MX28_PAD_GPMI_CE1N__SSP3_D3 */
                                                0x01a2 /* MX28_PAD_GPMI_ALE__SSP3_D4 */
+                                               0x01b2 /* MX28_PAD_GPMI_CLE__SSP3_D5 */
                                        >;
                                        fsl,drive-strength = <1>;
                                        fsl,voltage = <1>;
                                        spi-max-frequency = <100000>;
                                };
 
+                               dac0: dh2228@2 {
+                                       compatible = "rohm,dh2228fv";
+                                       reg = <2>;
+                                       spi-max-frequency = <100000>;
+                               };
                        };
                };