diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-10-31 05:12:54 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-11-21 20:03:40 -0500 |
commit | 25d6dd859e73248432051257b4b4d2a3d51b295b (patch) | |
tree | d52a0ba2ec6905b4c54751e5e8c95d3c1130e0a7 | |
parent | 160d5f27605f5acac8f426d862e8f8a499eef2b5 (diff) |
ARM: dts: mxs: add oled support for the cfa-10036
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Brian Lilly <brian@crystalfontz.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/imx28-cfa10036.dts | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-cfa10036.dts b/arch/arm/boot/dts/imx28-cfa10036.dts index 794fc9f8ec3c..1594694532b9 100644 --- a/arch/arm/boot/dts/imx28-cfa10036.dts +++ b/arch/arm/boot/dts/imx28-cfa10036.dts | |||
@@ -58,11 +58,30 @@ | |||
58 | }; | 58 | }; |
59 | 59 | ||
60 | apbx@80040000 { | 60 | apbx@80040000 { |
61 | pwm: pwm@80064000 { | ||
62 | pinctrl-names = "default"; | ||
63 | pinctrl-0 = <&pwm4_pins_a>; | ||
64 | status = "okay"; | ||
65 | }; | ||
66 | |||
61 | duart: serial@80074000 { | 67 | duart: serial@80074000 { |
62 | pinctrl-names = "default"; | 68 | pinctrl-names = "default"; |
63 | pinctrl-0 = <&duart_pins_b>; | 69 | pinctrl-0 = <&duart_pins_b>; |
64 | status = "okay"; | 70 | status = "okay"; |
65 | }; | 71 | }; |
72 | |||
73 | i2c0: i2c@80058000 { | ||
74 | pinctrl-names = "default"; | ||
75 | pinctrl-0 = <&i2c0_pins_b>; | ||
76 | status = "okay"; | ||
77 | |||
78 | ssd1307: oled@3c { | ||
79 | compatible = "solomon,ssd1307fb-i2c"; | ||
80 | reg = <0x3c>; | ||
81 | pwms = <&pwm 4 3000>; | ||
82 | reset-gpios = <&gpio2 7 0>; | ||
83 | }; | ||
84 | }; | ||
66 | }; | 85 | }; |
67 | }; | 86 | }; |
68 | 87 | ||