diff options
Diffstat (limited to 'arch/arm/boot/dts/animeo_ip.dts')
-rw-r--r-- | arch/arm/boot/dts/animeo_ip.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/animeo_ip.dts b/arch/arm/boot/dts/animeo_ip.dts index 4e0ad3b82796..0962f2fa3f6e 100644 --- a/arch/arm/boot/dts/animeo_ip.dts +++ b/arch/arm/boot/dts/animeo_ip.dts | |||
@@ -155,21 +155,21 @@ | |||
155 | label = "keyswitch_in"; | 155 | label = "keyswitch_in"; |
156 | gpios = <&pioB 1 GPIO_ACTIVE_HIGH>; | 156 | gpios = <&pioB 1 GPIO_ACTIVE_HIGH>; |
157 | linux,code = <28>; | 157 | linux,code = <28>; |
158 | gpio-key,wakeup; | 158 | wakeup-source; |
159 | }; | 159 | }; |
160 | 160 | ||
161 | error_in { | 161 | error_in { |
162 | label = "error_in"; | 162 | label = "error_in"; |
163 | gpios = <&pioB 2 GPIO_ACTIVE_HIGH>; | 163 | gpios = <&pioB 2 GPIO_ACTIVE_HIGH>; |
164 | linux,code = <29>; | 164 | linux,code = <29>; |
165 | gpio-key,wakeup; | 165 | wakeup-source; |
166 | }; | 166 | }; |
167 | 167 | ||
168 | btn { | 168 | btn { |
169 | label = "btn"; | 169 | label = "btn"; |
170 | gpios = <&pioC 23 GPIO_ACTIVE_HIGH>; | 170 | gpios = <&pioC 23 GPIO_ACTIVE_HIGH>; |
171 | linux,code = <31>; | 171 | linux,code = <31>; |
172 | gpio-key,wakeup; | 172 | wakeup-source; |
173 | }; | 173 | }; |
174 | }; | 174 | }; |
175 | }; | 175 | }; |