diff options
Diffstat (limited to 'target/linux/lantiq/dts/WBMR.dts')
-rw-r--r-- | target/linux/lantiq/dts/WBMR.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/WBMR.dts b/target/linux/lantiq/dts/WBMR.dts index 3dbc641e66..7ae0cb7474 100644 --- a/target/linux/lantiq/dts/WBMR.dts +++ b/target/linux/lantiq/dts/WBMR.dts @@ -130,12 +130,12 @@ eject { label = "eject"; gpios = <&gpio 34 GPIO_ACTIVE_LOW>; - linux,code = <KEY_RFKILL>; + linux,code = <KEY_EJECTCD>; }; movie { label = "movie"; gpios = <&gpio 22 GPIO_ACTIVE_LOW>; - linux,code = <BTN_9>; + linux,code = <KEY_VIDEO>; }; }; |