Skip to content

Commit

Permalink
ARM: dts: Update for pinctrl-samsung driver for exynos4210-origen
Browse files Browse the repository at this point in the history
This patch updates all parts of Origen dts related to pin configuration
to use new GPIO and pinctrl bindings, instead of (now unsupported on
Exynos4) legacy gpio-samsung bindings.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Tomasz Figa authored and Kukjin Kim committed Nov 21, 2012
1 parent 49ed67a commit 41d8bdf
Showing 1 changed file with 10 additions and 20 deletions.
30 changes: 10 additions & 20 deletions arch/arm/boot/dts/exynos4210-origen.dts
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,17 @@
samsung,sdhci-bus-width = <4>;
linux,mmc_cap_4_bit_data;
samsung,sdhci-cd-internal;
gpio-cd = <&gpk2 2 2 3 3>;
gpios = <&gpk2 0 2 0 3>,
<&gpk2 1 2 0 3>,
<&gpk2 3 2 3 3>,
<&gpk2 4 2 3 3>,
<&gpk2 5 2 3 3>,
<&gpk2 6 2 3 3>;
pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4 &sd2_cd>;
pinctrl-names = "default";
status = "okay";
};

sdhci@12510000 {
samsung,sdhci-bus-width = <4>;
linux,mmc_cap_4_bit_data;
samsung,sdhci-cd-internal;
gpio-cd = <&gpk0 2 2 3 3>;
gpios = <&gpk0 0 2 0 3>,
<&gpk0 1 2 0 3>,
<&gpk0 3 2 3 3>,
<&gpk0 4 2 3 3>,
<&gpk0 5 2 3 3>,
<&gpk0 6 2 3 3>;
pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus4 &sd0_cd>;
pinctrl-names = "default";
status = "okay";
};

Expand All @@ -83,35 +73,35 @@

up {
label = "Up";
gpios = <&gpx2 0 0 0x10000 2>;
gpios = <&gpx2 0 1>;
linux,code = <103>;
gpio-key,wakeup;
};

down {
label = "Down";
gpios = <&gpx2 1 0 0x10000 2>;
gpios = <&gpx2 1 1>;
linux,code = <108>;
gpio-key,wakeup;
};

back {
label = "Back";
gpios = <&gpx1 7 0 0x10000 2>;
gpios = <&gpx1 7 1>;
linux,code = <158>;
gpio-key,wakeup;
};

home {
label = "Home";
gpios = <&gpx1 6 0 0x10000 2>;
gpios = <&gpx1 6 1>;
linux,code = <102>;
gpio-key,wakeup;
};

menu {
label = "Menu";
gpios = <&gpx1 5 0 0x10000 2>;
gpios = <&gpx1 5 1>;
linux,code = <139>;
gpio-key,wakeup;
};
Expand All @@ -120,7 +110,7 @@
leds {
compatible = "gpio-leds";
status {
gpios = <&gpx1 3 0 0x10000 2>;
gpios = <&gpx1 3 1>;
linux,default-trigger = "heartbeat";
};
};
Expand Down

0 comments on commit 41d8bdf

Please sign in to comment.