From e348ccc4e6e9d16d56bec77b69628205d58e6750 Mon Sep 17 00:00:00 2001 From: Paul Wassi Date: Thu, 23 Aug 2018 09:35:04 +0200 Subject: 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 Signed-off-by: Paul Wassi --- .../at91/files/arch/arm/boot/dts/at91-q5xr5.dts | 6 +-- .../linux/at91/files/arch/arm/boot/dts/lmu5000.dts | 1 - .../linux/at91/files/arch/arm/boot/dts/wb50n.dts | 53 +++++++++++----------- 3 files changed, 29 insertions(+), 31 deletions(-) (limited to 'target/linux/at91/files/arch') diff --git a/target/linux/at91/files/arch/arm/boot/dts/at91-q5xr5.dts b/target/linux/at91/files/arch/arm/boot/dts/at91-q5xr5.dts index 728553bce0..e6451202aa 100644 --- a/target/linux/at91/files/arch/arm/boot/dts/at91-q5xr5.dts +++ b/target/linux/at91/files/arch/arm/boot/dts/at91-q5xr5.dts @@ -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"; diff --git a/target/linux/at91/files/arch/arm/boot/dts/lmu5000.dts b/target/linux/at91/files/arch/arm/boot/dts/lmu5000.dts index fb3dd565a3..4651fdf241 100644 --- a/target/linux/at91/files/arch/arm/boot/dts/lmu5000.dts +++ b/target/linux/at91/files/arch/arm/boot/dts/lmu5000.dts @@ -39,7 +39,6 @@ atmel,pins = <2 1 0x2 0x0>; /* PC1 periph B */ }; - }; }; diff --git a/target/linux/at91/files/arch/arm/boot/dts/wb50n.dts b/target/linux/at91/files/arch/arm/boot/dts/wb50n.dts index 9c28a2197c..1252192e44 100644 --- a/target/linux/at91/files/arch/arm/boot/dts/wb50n.dts +++ b/target/linux/at91/files/arch/arm/boot/dts/wb50n.dts @@ -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"; - - 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"; - }; - - led2 { - label = "wb50n:red:led2"; - gpios = <&pioA 26 GPIO_ACTIVE_LOW>; - default-state = "off"; - }; - }; + leds { + compatible = "gpio-leds"; + + 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"; + }; + + led2 { + label = "wb50n:red:led2"; + gpios = <&pioA 26 GPIO_ACTIVE_LOW>; + default-state = "off"; + }; + }; }; -- cgit v1.2.3