Skip to content
Snippets Groups Projects
Commit c062087a authored by Christian Lamparter's avatar Christian Lamparter
Browse files

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: 256e1dbc ("mpc85xx: utilize dt-binding definitions for keys + gpios")
Signed-off-by: default avatarChristian Lamparter <chunkeey@gmail.com>
parent d8bf730f
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@
rfkill {
label = "RFKILL switch";
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RFKill>;
linux,code = <KEY_RFKILL>;
};
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment