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
@@ -109,7 +109,7 @@
|
||||
gpios = <&gpio4 1 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
gpio-keys-polled {
|
||||
compatible = "gpio-keys-polled";
|
||||
#address-cells = <1>;
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
gpios = <&pca9555 6 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
gpio-keys-polled {
|
||||
compatible = "gpio-keys-polled";
|
||||
#address-cells = <1>;
|
||||
@@ -249,5 +249,5 @@
|
||||
|
||||
/* No SATA/AHCI on this board */
|
||||
&sata {
|
||||
status = "disabled";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user