diff options
Diffstat (limited to 'target/linux/lantiq/dts/FRITZ7360SL.dts')
-rw-r--r-- | target/linux/lantiq/dts/FRITZ7360SL.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/lantiq/dts/FRITZ7360SL.dts b/target/linux/lantiq/dts/FRITZ7360SL.dts index 796458a6a5..2a90a7f8c2 100644 --- a/target/linux/lantiq/dts/FRITZ7360SL.dts +++ b/target/linux/lantiq/dts/FRITZ7360SL.dts @@ -116,14 +116,14 @@ #size-cells = <0>; poll-interval = <100>; dect { - label = "power"; + label = "dect"; gpios = <&gpio 1 GPIO_ACTIVE_HIGH>; - linux,code = <BTN_2>; + linux,code = <KEY_PHONE>; }; wifi { label = "wifi"; gpios = <&gpio 29 GPIO_ACTIVE_HIGH>; - linux,code = <BTN_1>; + linux,code = <KEY_WLAN>; }; }; |