ARM: at91/dt: replace gpio-key,wakeup with wakeup-source property
[linux-2.6-block.git] / arch / arm / boot / dts / at91sam9rlek.dts
index 558c9f220bedef3c61ac0b78e3dad2eb76017573..8a847c2d8e4232e38508900c008e8d2fc43bbc9b 100644 (file)
                        label = "right_click";
                        gpios = <&pioB 0 GPIO_ACTIVE_LOW>;
                        linux,code = <273>;
-                       gpio-key,wakeup;
+                       wakeup-source;
                };
 
                left_click {
                        label = "left_click";
                        gpios = <&pioB 1 GPIO_ACTIVE_LOW>;
                        linux,code = <272>;
-                       gpio-key,wakeup;
+                       wakeup-source;
                };
        };