diff options
Diffstat (limited to 'target/linux/ramips/dts/JHR-N805R.dts')
-rw-r--r-- | target/linux/ramips/dts/JHR-N805R.dts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/target/linux/ramips/dts/JHR-N805R.dts b/target/linux/ramips/dts/JHR-N805R.dts index 32e6ab1aaf..92b8eac4c1 100644 --- a/target/linux/ramips/dts/JHR-N805R.dts +++ b/target/linux/ramips/dts/JHR-N805R.dts @@ -22,15 +22,15 @@ }; }; - gpio-keys-polled { - compatible = "gpio-keys-polled"; - poll-interval = <20>; - - reset { - label = "reset"; - gpios = <&gpio0 10 GPIO_ACTIVE_LOW>; - linux,code = <KEY_RESTART>; - }; + gpio-keys-polled { + compatible = "gpio-keys-polled"; + poll-interval = <20>; + + reset { + label = "reset"; + gpios = <&gpio0 10 GPIO_ACTIVE_LOW>; + linux,code = <KEY_RESTART>; + }; }; }; |