diff options
Diffstat (limited to 'arch/arm/boot/dts/at91-kizboxmini.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-kizboxmini.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/at91-kizboxmini.dts b/arch/arm/boot/dts/at91-kizboxmini.dts index 9f72b4932634..9682d105d4d8 100644 --- a/arch/arm/boot/dts/at91-kizboxmini.dts +++ b/arch/arm/boot/dts/at91-kizboxmini.dts | |||
@@ -98,14 +98,14 @@ | |||
98 | label = "PB_PROG"; | 98 | label = "PB_PROG"; |
99 | gpios = <&pioC 17 GPIO_ACTIVE_LOW>; | 99 | gpios = <&pioC 17 GPIO_ACTIVE_LOW>; |
100 | linux,code = <0x102>; | 100 | linux,code = <0x102>; |
101 | gpio-key,wakeup; | 101 | wakeup-source; |
102 | }; | 102 | }; |
103 | 103 | ||
104 | reset { | 104 | reset { |
105 | label = "PB_RST"; | 105 | label = "PB_RST"; |
106 | gpios = <&pioC 16 GPIO_ACTIVE_LOW>; | 106 | gpios = <&pioC 16 GPIO_ACTIVE_LOW>; |
107 | linux,code = <0x100>; | 107 | linux,code = <0x100>; |
108 | gpio-key,wakeup; | 108 | wakeup-source; |
109 | }; | 109 | }; |
110 | }; | 110 | }; |
111 | 111 | ||