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
@@ -85,7 +85,6 @@
|
||||
default-state = "off";
|
||||
linux,default-trigger = "phy1tpt";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
keys {
|
||||
@@ -125,7 +124,6 @@
|
||||
phy-mode = "rgmii";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
@@ -181,7 +179,7 @@
|
||||
};
|
||||
|
||||
&pll {
|
||||
clocks = <&extosc>;
|
||||
clocks = <&extosc>;
|
||||
};
|
||||
|
||||
&spi {
|
||||
@@ -239,7 +237,6 @@
|
||||
speed = <1000>;
|
||||
full-duplex;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
ð1 {
|
||||
@@ -247,5 +244,4 @@
|
||||
pll-data = <0x11110000 0x00001099 0x00991099>;
|
||||
|
||||
phy-handle = <&phy4>;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user