diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2013-07-01 09:23:29 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-16 04:26:41 -0400 |
commit | a74d2ec70c0604a38c7e0392ae6b9d67e53c1643 (patch) | |
tree | 42aeaa2c33a192159b5961e4ed30a43dd4d9f704 /arch/arm/boot/dts/imx28-cfa10036.dts | |
parent | 0399050e3e410515285544c6957fe2c1a8915ec9 (diff) |
ARM: mxs: dt: cfa10036: make hogpins grabbed by respective drivers
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28-cfa10036.dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-cfa10036.dts | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx28-cfa10036.dts b/arch/arm/boot/dts/imx28-cfa10036.dts index 94c4476972c3..1ec8c94bbac9 100644 --- a/arch/arm/boot/dts/imx28-cfa10036.dts +++ b/arch/arm/boot/dts/imx28-cfa10036.dts | |||
@@ -23,10 +23,7 @@ | |||
23 | apb@80000000 { | 23 | apb@80000000 { |
24 | apbh@80000000 { | 24 | apbh@80000000 { |
25 | pinctrl@80018000 { | 25 | pinctrl@80018000 { |
26 | pinctrl-names = "default"; | 26 | ssd1306_cfa10036: ssd1306-10036@0 { |
27 | pinctrl-0 = <&hog_pins_cfa10036>; | ||
28 | |||
29 | hog_pins_cfa10036: hog-10036@0 { | ||
30 | reg = <0>; | 27 | reg = <0>; |
31 | fsl,pinmux-ids = < | 28 | fsl,pinmux-ids = < |
32 | 0x2073 /* MX28_PAD_SSP0_D7__GPIO_2_7 */ | 29 | 0x2073 /* MX28_PAD_SSP0_D7__GPIO_2_7 */ |
@@ -83,6 +80,8 @@ | |||
83 | 80 | ||
84 | ssd1306: oled@3c { | 81 | ssd1306: oled@3c { |
85 | compatible = "solomon,ssd1306fb-i2c"; | 82 | compatible = "solomon,ssd1306fb-i2c"; |
83 | pinctrl-names = "default"; | ||
84 | pinctrl-0 = <&ssd1306_cfa10036>; | ||
86 | reg = <0x3c>; | 85 | reg = <0x3c>; |
87 | reset-gpios = <&gpio2 7 0>; | 86 | reset-gpios = <&gpio2 7 0>; |
88 | solomon,height = <32>; | 87 | solomon,height = <32>; |