Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1357752
| From | Chanwoo Choi <cw00.choi@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 7/7] ARM: dts: Add initial gpio setting of MMC2 device for exynos3250-monk |
| Date | 2016-03-15 03:10 +0100 |
| Message-ID | <rcMAO-3SR-15@gated-at.bofh.it> (permalink) |
| References | <rcMAN-3SR-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patch adds initial pin configuration of MMC2 device on exynos3250-monk
board because the MMC2 gpio pin (gpk2[0-6]) are NC (not connected) state.
Suggested-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
---
arch/arm/boot/dts/exynos3250-monk.dts | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/exynos3250-monk.dts b/arch/arm/boot/dts/exynos3250-monk.dts
index 443a35085846..dab965f35352 100644
--- a/arch/arm/boot/dts/exynos3250-monk.dts
+++ b/arch/arm/boot/dts/exynos3250-monk.dts
@@ -558,7 +558,17 @@
&pinctrl_1 {
pinctrl-names = "default";
- pinctrl-0 = <&sleep1>;
+ pinctrl-0 = <&initial1 &sleep1>;
+
+ initial1: initial-state {
+ PIN_IN(gpk2-0, DOWN, LV1);
+ PIN_IN(gpk2-1, DOWN, LV1);
+ PIN_IN(gpk2-2, DOWN, LV1);
+ PIN_IN(gpk2-3, DOWN, LV1);
+ PIN_IN(gpk2-4, DOWN, LV1);
+ PIN_IN(gpk2-5, DOWN, LV1);
+ PIN_IN(gpk2-6, DOWN, LV1);
+ };
sleep1: sleep-state {
PIN_SLP(gpe0-0, PREV, NONE);
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/7] ARM: dts: Add new Exynos3250-based ARTIK5 module dtsi file Chanwoo Choi <cw00.choi@samsung.com> - 2016-03-15 03:10 +0100
[PATCH v2 3/7] ARM: dts: Add UART2 dt node for Exynos3250 SoC Chanwoo Choi <cw00.choi@samsung.com> - 2016-03-15 03:10 +0100
[PATCH v2 7/7] ARM: dts: Add initial gpio setting of MMC2 device for exynos3250-monk Chanwoo Choi <cw00.choi@samsung.com> - 2016-03-15 03:10 +0100
Re: [PATCH v2 7/7] ARM: dts: Add initial gpio setting of MMC2 device for exynos3250-monk Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-03-15 03:40 +0100
Re: [PATCH v2 7/7] ARM: dts: Add initial gpio setting of MMC2 device for exynos3250-monk kbuild test robot <lkp@intel.com> - 2016-03-15 05:20 +0100
Re: [PATCH v2 7/7] ARM: dts: Add initial gpio setting of MMC2 device for exynos3250-monk Chanwoo Choi <cw00.choi@samsung.com> - 2016-03-15 05:30 +0100
[PATCH v2 6/7] ARM: dts: Add MSHC2 dt node for SD card for exynos3250-artik5-eval board Chanwoo Choi <cw00.choi@samsung.com> - 2016-03-15 03:10 +0100
Re: [PATCH v2 6/7] ARM: dts: Add MSHC2 dt node for SD card for exynos3250-artik5-eval board Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-03-15 03:40 +0100
[PATCH v2 5/7] ARM: dts: Add exynos3250-artik5 dtsi file for ARTIK5 module Chanwoo Choi <cw00.choi@samsung.com> - 2016-03-15 03:20 +0100
Re: [PATCH v2 5/7] ARM: dts: Add exynos3250-artik5 dtsi file for ARTIK5 module Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-03-15 03:40 +0100
Re: [PATCH v2 5/7] ARM: dts: Add exynos3250-artik5 dtsi file for ARTIK5 module Chanwoo Choi <cw00.choi@samsung.com> - 2016-03-15 03:50 +0100
Re: [PATCH v2 0/7] ARM: dts: Add new Exynos3250-based ARTIK5 module dtsi file Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-03-15 03:40 +0100
Re: [PATCH v2 0/7] ARM: dts: Add new Exynos3250-based ARTIK5 module dtsi file Chanwoo Choi <cw00.choi@samsung.com> - 2016-03-15 03:50 +0100
Re: [PATCH v2 0/7] ARM: dts: Add new Exynos3250-based ARTIK5 module dtsi file Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-03-15 03:50 +0100
csiph-web