diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2017-01-02 15:59:12 +0100 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-01-04 11:39:01 +0100 |
commit | b8e98db0dc64516ab66a6354f7b50c768df3185c (patch) | |
tree | 6bcf7a391d31ae61f57f6f95e2f2f8fcd49819c9 /arch/arm/boot/dts/armada-388-clearfog.dts | |
parent | ARM: dts: armada388-clearfog: move SPI CS1 (diff) | |
download | linux-b8e98db0dc64516ab66a6354f7b50c768df3185c.tar.xz linux-b8e98db0dc64516ab66a6354f7b50c768df3185c.zip |
ARM: dts: armada388-clearfog: move rear button
Move the rear button support into the clearfog pro support file.
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/armada-388-clearfog.dts')
-rw-r--r-- | arch/arm/boot/dts/armada-388-clearfog.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-388-clearfog.dts b/arch/arm/boot/dts/armada-388-clearfog.dts index 72fd80e209ce..7aca6c130f69 100644 --- a/arch/arm/boot/dts/armada-388-clearfog.dts +++ b/arch/arm/boot/dts/armada-388-clearfog.dts @@ -126,6 +126,20 @@ }; }; }; + + gpio-keys { + compatible = "gpio-keys"; + pinctrl-0 = <&rear_button_pins>; + pinctrl-names = "default"; + + button_0 { + /* The rear SW3 button */ + label = "Rear Button"; + gpios = <&gpio1 2 GPIO_ACTIVE_LOW>; + linux,can-disable; + linux,code = <BTN_0>; + }; + }; }; ð1 { @@ -183,6 +197,10 @@ marvell,pins = "mpp55"; marvell,function = "spi1"; }; + rear_button_pins: rear-button-pins { + marvell,pins = "mpp34"; + marvell,function = "gpio"; + }; }; &spi1 { |