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:
Paul Wassi
2018-08-23 09:35:04 +02:00
committed by Mathias Kresin
parent 3601c3de23
commit e348ccc4e6
52 changed files with 100 additions and 142 deletions

View File

@@ -106,7 +106,7 @@
watchdog@fffffd40 {
status = "okay";
};
spi0: spi@fffc8000 {
#address-cells = <1>;
#size-cells = <0>;
@@ -124,7 +124,7 @@
reg = <0>;
#address-cells = <1>;
#size-cells = <1>;
at91boot@0 {
label = "at91boot";
reg = <0x0 0x4000>;
@@ -167,7 +167,7 @@
};
};
};
usb0: ohci@500000 {
num-ports = <2>;
status = "okay";

View File

@@ -39,7 +39,6 @@
atmel,pins =
<2 1 0x2 0x0>; /* PC1 periph B */
};
};
};

View File

@@ -48,11 +48,11 @@
spi1: spi@f8008000 {
status = "okay";
spidev@0 {
compatible = "spidev";
reg = <0>;
spi-max-frequency = <8000000>;
};
spidev@0 {
compatible = "spidev";
reg = <0>;
spi-max-frequency = <8000000>;
};
};
watchdog@fffffe40 {
@@ -71,7 +71,6 @@
usb2: ehci@00700000 {
status = "okay";
};
};
gpio_keys {
@@ -93,25 +92,25 @@
};
};
leds {
compatible = "gpio-leds";
leds {
compatible = "gpio-leds";
led0 {
label = "wb50n:blue:led0";
gpios = <&pioA 12 GPIO_ACTIVE_LOW>;
default-state = "off";
};
led0 {
label = "wb50n:blue:led0";
gpios = <&pioA 12 GPIO_ACTIVE_LOW>;
default-state = "off";
};
led1 {
label = "wb50n:green:led1";
gpios = <&pioA 24 GPIO_ACTIVE_LOW>;
default-state = "off";
};
led1 {
label = "wb50n:green:led1";
gpios = <&pioA 24 GPIO_ACTIVE_LOW>;
default-state = "off";
};
led2 {
label = "wb50n:red:led2";
gpios = <&pioA 26 GPIO_ACTIVE_LOW>;
default-state = "off";
};
};
led2 {
label = "wb50n:red:led2";
gpios = <&pioA 26 GPIO_ACTIVE_LOW>;
default-state = "off";
};
};
};