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
@@ -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