ath79: fix whitespace issues in DTS files

This is the result of grepping/searching for several common
whitespace issues like double empty lines, leading spaces, etc.

This patch fixes them for the ath79 target.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler 2019-09-17 14:22:34 +02:00 committed by David Bauer
parent 794d4b6652
commit 929becbc2d
28 changed files with 2 additions and 39 deletions

View File

@ -117,7 +117,6 @@
}; };
}; };
&usb1 { &usb1 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
@ -219,7 +218,6 @@
}; };
}; };
&eth0 { &eth0 {
status = "okay"; status = "okay";
pll-data = <0x11110000 0x00001099 0x00991099>; pll-data = <0x11110000 0x00001099 0x00991099>;

View File

@ -33,4 +33,3 @@
read-only; read-only;
}; };
}; };

View File

@ -7,4 +7,3 @@
model = "Netgear WNR612 v2"; model = "Netgear WNR612 v2";
compatible = "netgear,wnr612-v2", "qca,ar7240"; compatible = "netgear,wnr612-v2", "qca,ar7240";
}; };

View File

@ -7,4 +7,3 @@
model = "ON Network N150R"; model = "ON Network N150R";
compatible = "on,n150r", "qca,ar7240"; compatible = "on,n150r", "qca,ar7240";
}; };

View File

@ -154,7 +154,6 @@
}; };
}; };
&eth0 { &eth0 {
status = "okay"; status = "okay";

View File

@ -43,7 +43,6 @@
regulator-max-microvolt = <5000000>; regulator-max-microvolt = <5000000>;
enable-active-high; enable-active-high;
}; };
}; };
&spi { &spi {

View File

@ -47,7 +47,6 @@
gpio = <&gpio 8 GPIO_ACTIVE_HIGH>; gpio = <&gpio 8 GPIO_ACTIVE_HIGH>;
enable-active-high; enable-active-high;
}; };
}; };
&spi { &spi {

View File

@ -76,4 +76,3 @@
pinctrl-single,bits = <0x8 0x0 0xff000000>; pinctrl-single,bits = <0x8 0x0 0xff000000>;
}; };
}; };

View File

@ -44,4 +44,3 @@
}; };
}; };
}; };

View File

@ -148,4 +148,3 @@
status = "okay"; status = "okay";
qca,no-eeprom; qca,no-eeprom;
}; };

View File

@ -176,7 +176,6 @@
phy-mode = "rgmii"; phy-mode = "rgmii";
phy-handle = <&phy0>; phy-handle = <&phy0>;
aliases { aliases {
ag0 = &eth1; ag0 = &eth1;
}; };

View File

@ -63,7 +63,6 @@
label = "zbt-wd323:orange:lan2"; label = "zbt-wd323:orange:lan2";
gpios = <&gpio 22 GPIO_ACTIVE_LOW>; gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
}; };
}; };
}; };

View File

@ -53,7 +53,6 @@
gpios = <&gpio 13 GPIO_ACTIVE_LOW>; gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy0tpt"; linux,default-trigger = "phy0tpt";
}; };
}; };
i2c { i2c {
@ -62,8 +61,6 @@
sda-gpios = <&gpio 17 GPIO_ACTIVE_LOW>; sda-gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
scl-gpios = <&gpio 16 GPIO_ACTIVE_LOW>; scl-gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
}; };
}; };
&pcie0 { &pcie0 {

View File

@ -166,4 +166,3 @@
mtd-cal-data = <&art 0x1000>; mtd-cal-data = <&art 0x1000>;
mtd-mac-address = <&uboot 0x1fc00>; mtd-mac-address = <&uboot 0x1fc00>;
}; };

View File

@ -212,9 +212,7 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
}; };
}; };
}; };
&cpuintc { &cpuintc {
@ -237,7 +235,6 @@
phy-mode = "mii"; phy-mode = "mii";
}; };
&mdio1 { &mdio1 {
status = "okay"; status = "okay";
resets = <&rst 23>; resets = <&rst 23>;

View File

@ -35,7 +35,6 @@
linux,default-trigger = "phy0tpt"; linux,default-trigger = "phy0tpt";
}; };
}; };
}; };
&spi { &spi {

View File

@ -35,7 +35,6 @@
linux,default-trigger = "phy0tpt"; linux,default-trigger = "phy0tpt";
}; };
}; };
}; };
&spi { &spi {

View File

@ -54,7 +54,6 @@
gpios = <&gpio 4 GPIO_ACTIVE_HIGH>; gpios = <&gpio 4 GPIO_ACTIVE_HIGH>;
}; };
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";

View File

@ -109,7 +109,6 @@
reg = <0xff0000 0x010000>; reg = <0xff0000 0x010000>;
read-only; read-only;
}; };
}; };
}; };
}; };

View File

@ -40,7 +40,6 @@
label = "librerouter-v1:blue:status"; label = "librerouter-v1:blue:status";
gpios = <&gpio 20 GPIO_ACTIVE_LOW>; gpios = <&gpio 20 GPIO_ACTIVE_LOW>;
}; };
}; };
button { button {
@ -52,7 +51,6 @@
gpios = <&gpio 17 GPIO_ACTIVE_LOW>; gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
debounce-interval = <60>; debounce-interval = <60>;
}; };
}; };
watchdog { watchdog {
@ -62,7 +60,6 @@
hw_margin_ms = <1000>; hw_margin_ms = <1000>;
always-running; always-running;
}; };
}; };
&pcie0 { &pcie0 {
@ -187,7 +184,6 @@
mtd-mac-address = <&art 0x0>; mtd-mac-address = <&art 0x0>;
phy-handle = <&phy0>; phy-handle = <&phy0>;
}; };
&eth1 { &eth1 {

View File

@ -28,9 +28,7 @@
gpios = <&gpio 15 GPIO_ACTIVE_LOW>; gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy0tpt"; linux,default-trigger = "phy0tpt";
}; };
}; };
}; };
&pcie1 { &pcie1 {

View File

@ -79,7 +79,6 @@
gpio-export,output = <1>; gpio-export,output = <1>;
gpios = <&gpio 22 GPIO_ACTIVE_HIGH>; gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
}; };
}; };
}; };

View File

@ -62,7 +62,6 @@
debounce-interval = <60>; debounce-interval = <60>;
}; };
}; };
}; };
&pcie0 { &pcie0 {
@ -166,7 +165,6 @@
reg = <0xff0000 0x010000>; reg = <0xff0000 0x010000>;
read-only; read-only;
}; };
}; };
}; };
}; };
@ -209,7 +207,6 @@
}; };
}; };
&wmac { &wmac {
status = "okay"; status = "okay";
mtd-cal-data = <&art 0x1000>; mtd-cal-data = <&art 0x1000>;

View File

@ -118,7 +118,6 @@
gpio-export,output = <1>; gpio-export,output = <1>;
gpios = <&gpio 19 GPIO_ACTIVE_HIGH>; gpios = <&gpio 19 GPIO_ACTIVE_HIGH>;
}; };
}; };
}; };

View File

@ -146,7 +146,6 @@
debounce-interval = <60>; debounce-interval = <60>;
}; };
}; };
}; };
&pcie { &pcie {

View File

@ -29,7 +29,6 @@
label = "ubnt:blue:dome"; label = "ubnt:blue:dome";
gpios = <&gpio 8 GPIO_ACTIVE_HIGH>; gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
}; };
}; };
keys { keys {