aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/TEW-714TRU.dts
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2018-07-22 10:33:42 +0200
committerMathias Kresin <dev@kresin.me>2018-08-04 08:39:35 +0200
commitbfd65fc4ab71b9504a9280e91a67698ac4e1e06d (patch)
treeb504e287a61cb19f9ed0bd899460968004d80647 /target/linux/ramips/dts/TEW-714TRU.dts
parent53624c1702e6aad5b3e5e442c064dd30f81db2e4 (diff)
downloadupstream-bfd65fc4ab71b9504a9280e91a67698ac4e1e06d.tar.gz
upstream-bfd65fc4ab71b9504a9280e91a67698ac4e1e06d.tar.bz2
upstream-bfd65fc4ab71b9504a9280e91a67698ac4e1e06d.zip
ramips: fix whitespace and comment issues in dts
Fix space vs. tabs issue and trainling whitespaces. Use C style comments or drop the comments if they explain what is already to see in the devicetree parameters. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/dts/TEW-714TRU.dts')
-rw-r--r--target/linux/ramips/dts/TEW-714TRU.dts22
1 files changed, 11 insertions, 11 deletions
diff --git a/target/linux/ramips/dts/TEW-714TRU.dts b/target/linux/ramips/dts/TEW-714TRU.dts
index 5a38ce6262..4e04bb3e79 100644
--- a/target/linux/ramips/dts/TEW-714TRU.dts
+++ b/target/linux/ramips/dts/TEW-714TRU.dts
@@ -27,17 +27,17 @@
compatible = "gpio-keys-polled";
poll-interval = <20>;
- reset {
- label = "reset";
- gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
- linux,code = <KEY_RESTART>;
- };
-
- wps {
- label = "wps";
- gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
- linux,code = <KEY_WPS_BUTTON>;
- };
+ reset {
+ label = "reset";
+ gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
+ linux,code = <KEY_RESTART>;
+ };
+
+ wps {
+ label = "wps";
+ gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
+ linux,code = <KEY_WPS_BUTTON>;
+ };
};
gpio_export {