aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2012-10-31 06:30:10 -0400
committerShawn Guo <shawn.guo@linaro.org>2012-11-01 21:51:52 -0400
commitdb7a8946dc40eee55222bf76d9c0b66a72af4ca0 (patch)
treed2646e085f10cff5a923c5eecb149dc1f0781ac6
parent414b41536c4564db696d5fb18d8baf695491cd02 (diff)
ARM: dts: cfa10049: Add the DH2228FV DAC to the DTS
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>
-rw-r--r--arch/arm/boot/dts/imx28-cfa10049.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-cfa10049.dts b/arch/arm/boot/dts/imx28-cfa10049.dts
index a34676f9f401..5549c6ce9015 100644
--- a/arch/arm/boot/dts/imx28-cfa10049.dts
+++ b/arch/arm/boot/dts/imx28-cfa10049.dts
@@ -29,6 +29,7 @@
29 0x01c1 /* MX28_PAD_GPMI_RESETN__SSP3_CMD */ 29 0x01c1 /* MX28_PAD_GPMI_RESETN__SSP3_CMD */
30 0x0111 /* MX28_PAD_GPMI_CE1N__SSP3_D3 */ 30 0x0111 /* MX28_PAD_GPMI_CE1N__SSP3_D3 */
31 0x01a2 /* MX28_PAD_GPMI_ALE__SSP3_D4 */ 31 0x01a2 /* MX28_PAD_GPMI_ALE__SSP3_D4 */
32 0x01b2 /* MX28_PAD_GPMI_CLE__SSP3_D5 */
32 >; 33 >;
33 fsl,drive-strength = <1>; 34 fsl,drive-strength = <1>;
34 fsl,voltage = <1>; 35 fsl,voltage = <1>;
@@ -60,6 +61,11 @@
60 spi-max-frequency = <100000>; 61 spi-max-frequency = <100000>;
61 }; 62 };
62 63
64 dac0: dh2228@2 {
65 compatible = "rohm,dh2228fv";
66 reg = <2>;
67 spi-max-frequency = <100000>;
68 };
63 }; 69 };
64 }; 70 };
65 71