diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-11-19 10:17:27 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-11-19 10:17:27 -0500 |
commit | f9d6fa5d83325fd638e1f911ac9a109c8f2ca56d (patch) | |
tree | 772ed66a0c1d724342a4c4393a337cbd4ae933c5 /arch/arm/boot/dts/at91sam9263ek.dts | |
parent | a203a2a9ec34936277fa22d6e07ca1f859165205 (diff) | |
parent | 50cb2efaa63bdfd4a68b94acc55a12e68d9c33d4 (diff) |
Merge tag 'at91-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into fixes
Merge "First fixes for 4.4" from Nicolas Ferre:
- removal of a useless defconfig option
- removal of some legacy DT pieces
- use of the proper watchdog compatible string
- addition of some sama5d2 Xplained nodes now that the MFD include is in place
- update of the MAINTAINERS entries for some Atmel drivers
* tag 'at91-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91:
MAINTAINERS: Atmel drivers: change NAND and ISI entries
ARM: at91/dt: sama5d2 Xplained: add several devices
ARM: at91/dt: remove bootargs
ARM: at91/dt: remove leftovers clock definition
ARM: at91/dt: replace gpio-key,wakeup with wakeup-source property
ARM: at91/dt: sama5d4: change watchdog compatible
ARM: at91/defconfig: remove CONFIG_SSB from Atmel defconfigs
Diffstat (limited to 'arch/arm/boot/dts/at91sam9263ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9263ek.dts | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/arch/arm/boot/dts/at91sam9263ek.dts b/arch/arm/boot/dts/at91sam9263ek.dts index 23381276ffb8..59df9d73d276 100644 --- a/arch/arm/boot/dts/at91sam9263ek.dts +++ b/arch/arm/boot/dts/at91sam9263ek.dts | |||
@@ -22,15 +22,6 @@ | |||
22 | }; | 22 | }; |
23 | 23 | ||
24 | clocks { | 24 | clocks { |
25 | #address-cells = <1>; | ||
26 | #size-cells = <1>; | ||
27 | ranges; | ||
28 | |||
29 | main_clock: clock@0 { | ||
30 | compatible = "atmel,osc", "fixed-clock"; | ||
31 | clock-frequency = <16367660>; | ||
32 | }; | ||
33 | |||
34 | slow_xtal { | 25 | slow_xtal { |
35 | clock-frequency = <32768>; | 26 | clock-frequency = <32768>; |
36 | }; | 27 | }; |
@@ -213,14 +204,14 @@ | |||
213 | label = "left_click"; | 204 | label = "left_click"; |
214 | gpios = <&pioC 5 GPIO_ACTIVE_LOW>; | 205 | gpios = <&pioC 5 GPIO_ACTIVE_LOW>; |
215 | linux,code = <272>; | 206 | linux,code = <272>; |
216 | gpio-key,wakeup; | 207 | wakeup-source; |
217 | }; | 208 | }; |
218 | 209 | ||
219 | right_click { | 210 | right_click { |
220 | label = "right_click"; | 211 | label = "right_click"; |
221 | gpios = <&pioC 4 GPIO_ACTIVE_LOW>; | 212 | gpios = <&pioC 4 GPIO_ACTIVE_LOW>; |
222 | linux,code = <273>; | 213 | linux,code = <273>; |
223 | gpio-key,wakeup; | 214 | wakeup-source; |
224 | }; | 215 | }; |
225 | }; | 216 | }; |
226 | 217 | ||