ARM: dts: Fix pull setting in sd4_width8 pin group for exynos4x12
authorTomasz Figa <t.figa@samsung.com>
Sat, 13 Sep 2014 17:10:35 +0000 (02:10 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 23 Sep 2014 17:47:42 +0000 (02:47 +0900)
The group has the samsung,pin-pud property set to 4, which is not a
correct value. This patch fixes this by replacing it with 3, which is
the correct value for pull-up.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos4x12-pinctrl.dtsi

index 99b26df8dbc7e381effb4f17d86984ba633ce783..0865a2e33f970d32e740de3a80b7481cc8764c5d 100644 (file)
                sd4_bus8: sd4-bus-width8 {
                        samsung,pins = "gpk1-3", "gpk1-4", "gpk1-5", "gpk1-6";
                        samsung,pin-function = <4>;
-                       samsung,pin-pud = <4>;
+                       samsung,pin-pud = <3>;
                        samsung,pin-drv = <3>;
                };