ARM: dts: Enable on-board keys as wakeup source for exynos4210-origen
[deliverable/linux.git] / arch / arm / boot / dts / exynos4210-origen.dts
index 0c49caa099786b4c247831da4b539da7a32711ab..c525e98f4953de2c38032f6c56e4c55793ceff80 100644 (file)
@@ -40,6 +40,7 @@
                        <&gpk2 4 2 3 3>,
                        <&gpk2 5 2 3 3>,
                        <&gpk2 6 2 3 3>;
+               status = "okay";
        };
 
        sdhci@12510000 {
@@ -53,6 +54,7 @@
                        <&gpk0 4 2 3 3>,
                        <&gpk0 5 2 3 3>,
                        <&gpk0 6 2 3 3>;
+               status = "okay";
        };
 
        gpio_keys {
                        label = "Up";
                        gpios = <&gpx2 0 0 0 2>;
                        linux,code = <103>;
+                       gpio-key,wakeup;
                };
 
                down {
                        label = "Down";
                        gpios = <&gpx2 1 0 0 2>;
                        linux,code = <108>;
+                       gpio-key,wakeup;
                };
 
                back {
                        label = "Back";
                        gpios = <&gpx1 7 0 0 2>;
                        linux,code = <158>;
+                       gpio-key,wakeup;
                };
 
                home {
                        label = "Home";
                        gpios = <&gpx1 6 0 0 2>;
                        linux,code = <102>;
+                       gpio-key,wakeup;
                };
 
                menu {
                        label = "Menu";
                        gpios = <&gpx1 5 0 0 2>;
                        linux,code = <139>;
+                       gpio-key,wakeup;
                };
        };
-
-       keypad@100A0000 {
-               status = "disabled";
-       };
-
-       sdhci@12520000 {
-               status = "disabled";
-       };
-
-       sdhci@12540000 {
-               status = "disabled";
-       };
-
-       i2c@13860000 {
-               status = "disabled";
-       };
-
-       i2c@13870000 {
-               status = "disabled";
-       };
-
-       i2c@13880000 {
-               status = "disabled";
-       };
-
-       i2c@13890000 {
-               status = "disabled";
-       };
-
-       i2c@138A0000 {
-               status = "disabled";
-       };
-
-       i2c@138B0000 {
-               status = "disabled";
-       };
-
-       i2c@138C0000 {
-               status = "disabled";
-       };
-
-       i2c@138D0000 {
-               status = "disabled";
-       };
-
-       spi_0: spi@13920000 {
-               status = "disabled";
-       };
-
-       spi_1: spi@13930000 {
-               status = "disabled";
-       };
-
-       spi_2: spi@13940000 {
-               status = "disabled";
-       };
 };
This page took 0.02953 seconds and 5 git commands to generate.