forked from Ivasoft/openwrt
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>
This commit is contained in:
committed by
Mathias Kresin
parent
3601c3de23
commit
e348ccc4e6
@@ -18,7 +18,6 @@
|
||||
led-dsl = &dsl;
|
||||
led-internet = &online_green;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
memory@0 {
|
||||
|
||||
@@ -181,7 +181,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
&pci0 {
|
||||
&pci0 {
|
||||
status = "okay";
|
||||
lantiq,external-clock;
|
||||
gpio-reset = <&gpio 21 GPIO_ACTIVE_HIGH>;
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user