mpc85xx: fix KEY_RFKILL vs KEY_RFKill
authorChristian Lamparter <chunkeey@gmail.com>
Sat, 19 Feb 2022 22:09:34 +0000 (23:09 +0100)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 20 Feb 2022 13:04:38 +0000 (14:04 +0100)
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>
target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts

index e165e0b81f6baac4d1280a778f8e93edcfeb0d0d..fbe1c0ee705d205f3f33d0f4fb72acaaba224754 100644 (file)
                rfkill {
                        label = "RFKILL switch";
                        gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
-                       linux,code = <KEY_RFKill>;
+                       linux,code = <KEY_RFKILL>;
                };
        };
 };