aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/files-4.14/arch
diff options
context:
space:
mode:
authorPaul Wassi <p.wassi@gmx.at>2018-08-23 09:35:04 +0200
committerMathias Kresin <dev@kresin.me>2018-08-27 19:31:17 +0200
commite348ccc4e6e9d16d56bec77b69628205d58e6750 (patch)
tree80aa62e8727a41cc4acbcc02ce420352ab4b8276 /target/linux/lantiq/files-4.14/arch
parent3601c3de23f15e2735adc4becdca14c803b6b1a5 (diff)
downloadupstream-e348ccc4e6e9d16d56bec77b69628205d58e6750.tar.gz
upstream-e348ccc4e6e9d16d56bec77b69628205d58e6750.tar.bz2
upstream-e348ccc4e6e9d16d56bec77b69628205d58e6750.zip
treewide: fix some cosmetic glitches in dts files
- fix single spaces hidden by a tab - replace indentation with spaces by tabs - make empty lines empty - drop trailing whitespace - drop unnecessary blank lines Signed-off-by: Mathias Kresin <dev@kresin.me> Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'target/linux/lantiq/files-4.14/arch')
-rw-r--r--target/linux/lantiq/files-4.14/arch/mips/boot/dts/ALL0333CJ.dts1
-rw-r--r--target/linux/lantiq/files-4.14/arch/mips/boot/dts/ARV4519PW.dts2
-rw-r--r--target/linux/lantiq/files-4.14/arch/mips/boot/dts/ASL56026.dts2
-rw-r--r--target/linux/lantiq/files-4.14/arch/mips/boot/dts/EASY88388.dts3
-rw-r--r--target/linux/lantiq/files-4.14/arch/mips/boot/dts/EASY88444.dts3
-rw-r--r--target/linux/lantiq/files-4.14/arch/mips/boot/dts/EASY98021.dts12
6 files changed, 9 insertions, 14 deletions
diff --git a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ALL0333CJ.dts b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ALL0333CJ.dts
index a157104dbf..df62ac2d92 100644
--- a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ALL0333CJ.dts
+++ b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ALL0333CJ.dts
@@ -18,7 +18,6 @@
led-dsl = &dsl;
led-internet = &online_green;
};
-
};
memory@0 {
diff --git a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ARV4519PW.dts b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ARV4519PW.dts
index 05e9da2297..e307b381a9 100644
--- a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ARV4519PW.dts
+++ b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ARV4519PW.dts
@@ -181,7 +181,7 @@
};
};
-&pci0 {
+&pci0 {
status = "okay";
lantiq,external-clock;
gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
diff --git a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ASL56026.dts b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ASL56026.dts
index aea3de41c6..90bfcabcb5 100644
--- a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ASL56026.dts
+++ b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/ASL56026.dts
@@ -93,7 +93,6 @@
phy-mode = "mii";
phy-handle = <&phy14>;
};
-
};
mdio@0 {
@@ -111,7 +110,6 @@
reg = <0x14>;
compatible = "lantiq,phy22f", "ethernet-phy-ieee802.3-c22";
};
-
};
};
diff --git a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/EASY88388.dts b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/EASY88388.dts
index a9c5b3c24b..4821a66b0d 100644
--- a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/EASY88388.dts
+++ b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/EASY88388.dts
@@ -28,7 +28,7 @@
pinctrl {
led_pins: led-pins {
- lantiq,pins = "io34", "io35", "io36", "io37", "io38",
+ lantiq,pins = "io34", "io35", "io36", "io37", "io38",
"io39", "io40", "io41";
lantiq,function = "gpio";
};
@@ -100,7 +100,6 @@
gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
default-state = "off";
};
-
};
};
diff --git a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/EASY88444.dts b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/EASY88444.dts
index ceb81ea13b..0ac74b3309 100644
--- a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/EASY88444.dts
+++ b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/EASY88444.dts
@@ -14,7 +14,7 @@
memory@0 {
device_type = "memory";
- reg = <0x0 0x4000000>; // 64M at 0x0
+ reg = <0x0 0x4000000>; // 64M at 0x0
};
gpio-keys {
@@ -74,7 +74,6 @@
gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
default-state = "off";
};
-
};
};
diff --git a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/EASY98021.dts b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/EASY98021.dts
index 7b2e490fcc..38154d6f1c 100644
--- a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/EASY98021.dts
+++ b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/EASY98021.dts
@@ -15,7 +15,7 @@
memory@0 {
device_type = "memory";
- reg = <0x0 0x4000000>; // 64M at 0x0
+ reg = <0x0 0x4000000>; // 64M at 0x0
};
gpio-keys {
@@ -31,12 +31,12 @@
/* Place-holder for SIM-Card connector,
to list the used GPIOs, no official binding */
compatible = "gpio-mmc";
- gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>,
- <&gpio0 3 GPIO_ACTIVE_HIGH>,
- <&gpio0 2 GPIO_ACTIVE_HIGH>,
- <0>; /* no CS */
+ gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>,
+ <&gpio0 3 GPIO_ACTIVE_HIGH>,
+ <&gpio0 2 GPIO_ACTIVE_HIGH>,
+ <0>; /* no CS */
gpio-names = "di", "do", "clk", "cs";
- reset-gpio = <&gpio3 24 GPIO_ACTIVE_HIGH>;
+ reset-gpio = <&gpio3 24 GPIO_ACTIVE_HIGH>;
};
pinctrl {