diff options
Diffstat (limited to 'target/linux/lantiq/dts/ARV752DPW.dts')
-rw-r--r-- | target/linux/lantiq/dts/ARV752DPW.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/ARV752DPW.dts b/target/linux/lantiq/dts/ARV752DPW.dts index d324e6e854..0fa5684feb 100644 --- a/target/linux/lantiq/dts/ARV752DPW.dts +++ b/target/linux/lantiq/dts/ARV752DPW.dts @@ -153,12 +153,12 @@ restart { label = "restart"; gpios = <&gpio 12 GPIO_ACTIVE_LOW>; - linux,code = <BTN_0>; + linux,code = <KEY_POWER>; }; dsl { label = "dsl"; gpios = <&gpio 13 GPIO_ACTIVE_LOW>; - linux,code = <BTN_1>; + linux,code = <BTN_0>; }; reset { label = "reset"; |