aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2022-02-19 23:09:34 +0100
committerChristian Lamparter <chunkeey@gmail.com>2022-02-20 14:04:38 +0100
commitc062087a6ce092f785e7e4e31714fb14c94f1ce8 (patch)
tree3bdc59806cfd1bef74d7e45ec76acb7e6794729f /target/linux/mpc85xx
parentd8bf730fe063fde08f9852f8260244a910fddd06 (diff)
downloadupstream-c062087a6ce092f785e7e4e31714fb14c94f1ce8.tar.gz
upstream-c062087a6ce092f785e7e4e31714fb14c94f1ce8.tar.bz2
upstream-c062087a6ce092f785e7e4e31714fb14c94f1ce8.zip
mpc85xx: fix KEY_RFKILL vs KEY_RFKill
This fixes a buildbot builder error: Error: arch/powerpc/boot/dts/tl-wdr4900-v1.dts:245.18-19 syntax error Fixes: 256e1dbc7d09 ("mpc85xx: utilize dt-binding definitions for keys + gpios") Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/mpc85xx')
-rw-r--r--target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts
index e165e0b81f..fbe1c0ee70 100644
--- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts
+++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts
@@ -242,7 +242,7 @@
rfkill {
label = "RFKILL switch";
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
- linux,code = <KEY_RFKill>;
+ linux,code = <KEY_RFKILL>;
};
};
};