diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2022-05-06 15:24:15 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-05-07 03:53:35 +0200 |
commit | a5fa132bbe4f66e4b3eea1085015a281477fa905 (patch) | |
tree | fde9ad4b423e9d2a94c66fa9e50acd95d0fac049 /arch/arm/boot/dts/imx6ull-colibri-eval-v3.dtsi | |
parent | ARM: dts: imx6ull-colibri: add/update some comments (diff) | |
download | linux-a5fa132bbe4f66e4b3eea1085015a281477fa905.tar.xz linux-a5fa132bbe4f66e4b3eea1085015a281477fa905.zip |
ARM: dts: imx6ull-colibri: move gpio-keys node to som dtsi
The gpio-keys define module level wake-up pin functionality. Move it
from the carrier board dts file to the Som dtsi file.
While at it, also re-order the properties in the gpio-keys node
alphabetically and rename to sub-node from power to wakeup.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ull-colibri-eval-v3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ull-colibri-eval-v3.dtsi | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/boot/dts/imx6ull-colibri-eval-v3.dtsi b/arch/arm/boot/dts/imx6ull-colibri-eval-v3.dtsi index 08197c66af12..e29907428c20 100644 --- a/arch/arm/boot/dts/imx6ull-colibri-eval-v3.dtsi +++ b/arch/arm/boot/dts/imx6ull-colibri-eval-v3.dtsi @@ -8,20 +8,6 @@ stdout-path = "serial0:115200n8"; }; - gpio-keys { - compatible = "gpio-keys"; - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_snvs_gpiokeys>; - - power { - label = "Wake-Up"; - gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>; - linux,code = <KEY_WAKEUP>; - debounce-interval = <10>; - wakeup-source; - }; - }; - /* fixed crystal dedicated to mcp2515 */ clk16m: clk16m { compatible = "fixed-clock"; @@ -29,7 +15,6 @@ clock-frequency = <16000000>; }; - reg_3v3: regulator-3v3 { compatible = "regulator-fixed"; regulator-name = "3.3V"; |