aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx/patches-5.4/311-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2022-11-10 09:28:23 +0100
committerRafał Miłecki <rafal@milecki.pl>2022-12-04 12:06:24 +0100
commit40c0d28e84a548212f14749708b5b55ebfcb9b93 (patch)
tree77044b8cae0a7c180331425b755ccbae16168237 /target/linux/bcm53xx/patches-5.4/311-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch
parent93ebd966fee4e459d2ddd897cf6d03b2afdad32d (diff)
downloadupstream-40c0d28e84a548212f14749708b5b55ebfcb9b93.tar.gz
upstream-40c0d28e84a548212f14749708b5b55ebfcb9b93.tar.bz2
upstream-40c0d28e84a548212f14749708b5b55ebfcb9b93.zip
bcm53xx: update DTS files with the latest changes
Signed-off-by: Rafał Miłecki <rafal@milecki.pl> (cherry picked from commit 8cdafa149eda4e343905ccf00cad34ff2b52c85b)
Diffstat (limited to 'target/linux/bcm53xx/patches-5.4/311-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch')
-rw-r--r--target/linux/bcm53xx/patches-5.4/311-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm53xx/patches-5.4/311-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch b/target/linux/bcm53xx/patches-5.4/311-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch
index b3cb5de048..9e7398c66d 100644
--- a/target/linux/bcm53xx/patches-5.4/311-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch
+++ b/target/linux/bcm53xx/patches-5.4/311-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch
@@ -9,12 +9,12 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
gpio-keys {
compatible = "gpio-keys";
-+ power {
++ button-power {
+ label = "Power";
+ linux,code = <KEY_POWER>;
+ gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>;
+ };
+
- restart {
+ button-restart {
label = "Reset";
linux,code = <KEY_RESTART>;