summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/at91sam9261ek.dts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-12-08 07:35:41 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-12-10 08:48:41 +0100
commit45b0310b1e55a718a09c148cf994c623e3330264 (patch)
tree18212a2bbff36a1954e82e3d4b6594a88f619ce8 /dts/src/arm/at91sam9261ek.dts
parent7233b2c1800259daa392e719a8ce60deb6174fc4 (diff)
downloadbarebox-45b0310b1e55a718a09c148cf994c623e3330264.tar.gz
barebox-45b0310b1e55a718a09c148cf994c623e3330264.tar.xz
dts: update to v4.4-rc3
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'dts/src/arm/at91sam9261ek.dts')
-rw-r--r--dts/src/arm/at91sam9261ek.dts19
1 files changed, 5 insertions, 14 deletions
diff --git a/dts/src/arm/at91sam9261ek.dts b/dts/src/arm/at91sam9261ek.dts
index 2e92ac020f..55bd51f07f 100644
--- a/dts/src/arm/at91sam9261ek.dts
+++ b/dts/src/arm/at91sam9261ek.dts
@@ -22,15 +22,6 @@
};
clocks {
- #address-cells = <1>;
- #size-cells = <1>;
- ranges;
-
- main_clock: clock@0 {
- compatible = "atmel,osc", "fixed-clock";
- clock-frequency = <18432000>;
- };
-
slow_xtal {
clock-frequency = <32768>;
};
@@ -149,7 +140,7 @@
ti,debounce-tol = /bits/ 16 <65535>;
ti,debounce-max = /bits/ 16 <1>;
- linux,wakeup;
+ wakeup-source;
};
};
@@ -193,28 +184,28 @@
label = "button_0";
gpios = <&pioA 27 GPIO_ACTIVE_LOW>;
linux,code = <256>;
- gpio-key,wakeup;
+ wakeup-source;
};
button_1 {
label = "button_1";
gpios = <&pioA 26 GPIO_ACTIVE_LOW>;
linux,code = <257>;
- gpio-key,wakeup;
+ wakeup-source;
};
button_2 {
label = "button_2";
gpios = <&pioA 25 GPIO_ACTIVE_LOW>;
linux,code = <258>;
- gpio-key,wakeup;
+ wakeup-source;
};
button_3 {
label = "button_3";
gpios = <&pioA 24 GPIO_ACTIVE_LOW>;
linux,code = <259>;
- gpio-key,wakeup;
+ wakeup-source;
};
};
};