Skip to content

Commit

Permalink
ARM: dts: Fix pull setting in sd4_width8 pin group for exynos4x12
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tomasz Figa authored and Kukjin Kim committed Sep 23, 2014
1 parent 7d1311b commit b756dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos4x12-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@
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>;
};

Expand Down

0 comments on commit b756dc4

Please sign in to comment.