summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/at91-kizbox.dts
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-11-19 16:17:27 +0100
committerArnd Bergmann <arnd@arndb.de>2015-11-19 16:17:27 +0100
commitf9d6fa5d83325fd638e1f911ac9a109c8f2ca56d (patch)
tree772ed66a0c1d724342a4c4393a337cbd4ae933c5 /arch/arm/boot/dts/at91-kizbox.dts
parentARM: zx: only build power domain code when CONFIG_PM=y (diff)
parentMAINTAINERS: Atmel drivers: change NAND and ISI entries (diff)
downloadlinux-f9d6fa5d83325fd638e1f911ac9a109c8f2ca56d.tar.xz
linux-f9d6fa5d83325fd638e1f911ac9a109c8f2ca56d.zip
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/at91-kizbox.dts')
-rw-r--r--arch/arm/boot/dts/at91-kizbox.dts13
1 files changed, 2 insertions, 11 deletions
diff --git a/arch/arm/boot/dts/at91-kizbox.dts b/arch/arm/boot/dts/at91-kizbox.dts
index bf18ece0c027..229e989eb60d 100644
--- a/arch/arm/boot/dts/at91-kizbox.dts
+++ b/arch/arm/boot/dts/at91-kizbox.dts
@@ -24,15 +24,6 @@
};
clocks {
- #address-cells = <1>;
- #size-cells = <1>;
- ranges;
-
- main_clock: clock@0 {
- compatible = "atmel,osc", "fixed-clock";
- clock-frequency = <18432000>;
- };
-
main_xtal {
clock-frequency = <18432000>;
};
@@ -94,14 +85,14 @@
label = "PB_RST";
gpios = <&pioB 30 GPIO_ACTIVE_HIGH>;
linux,code = <0x100>;
- gpio-key,wakeup;
+ wakeup-source;
};
user {
label = "PB_USER";
gpios = <&pioB 31 GPIO_ACTIVE_HIGH>;
linux,code = <0x101>;
- gpio-key,wakeup;
+ wakeup-source;
};
};