ramips: fix whitespace issues in DTS files

This is the result of grepping/searching for several common
whitespace issues like double empty lines, leading spaces, etc.

This patch fixes them for the ramips target.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
master
Adrian Schmutzler 5 years ago committed by John Crispin
parent 2ae5100d70
commit e816c50993

@ -67,7 +67,6 @@
};
};
gpio_export {
compatible = "gpio-export";
#size-cells = <0>;
@ -79,7 +78,6 @@
};
};
&gpio2 {
status = "okay";
};

@ -61,10 +61,8 @@
linux,code = <KEY_WPS_BUTTON>;
debounce-interval = <60>;
};
};
};
};
&gpio1 {
status = "okay";

@ -184,5 +184,5 @@
};
&uart {
status = "okay";
status = "okay";
};

@ -153,7 +153,6 @@
};
};
&gpio1 {
status = "okay";
};

@ -13,7 +13,6 @@
bootargs = "console=ttyS0,115200";
};
aliases {
led-boot = &led_4g_0;
led-failsafe = &led_4g_0;

@ -49,8 +49,6 @@
clock-frequency = <50000000>;
};
palmbus: palmbus@1E000000 {
compatible = "palmbus";
reg = <0x1E000000 0x100000>;

@ -3,8 +3,7 @@
#include "mt7621_elecom_wrc-gst.dtsi"
/ {
compatible = "elecom,wrc-1900gst", "mediatek,mt7621-soc";
model = "ELECOM WRC-1900GST";
};
};

@ -2,8 +2,7 @@
#include "mt7621_elecom_wrc-gst.dtsi"
/ {
compatible = "elecom,wrc-2533gst", "mediatek,mt7621-soc";
model = "ELECOM WRC-2533GST";
};
};

@ -77,7 +77,6 @@
};
};
&spi0 {
status = "okay";
@ -144,7 +143,6 @@
mtd-mac-address-increment = <1>;
};
&pinctrl {
state_default: pinctrl0 {
gpio {

@ -88,7 +88,6 @@
};
};
&spi0 {
status = "okay";
@ -169,7 +168,6 @@
mtd-mac-address-increment = <1>;
};
&pinctrl {
state_default: pinctrl0 {
gpio {

@ -143,7 +143,6 @@
};
};
&pinctrl {
state_default: pinctrl0 {
gpio {

@ -101,7 +101,6 @@
label = "firmware";
reg = <0x50000 0x7b0000>;
};
};
};
};

@ -12,7 +12,6 @@
};
};
&pinctrl {
state_default: pinctrl0 {
gpio {

@ -97,7 +97,6 @@
ralink,function = "gpio";
};
i2c {
ralink,group = "i2c";
ralink,function = "gpio";

@ -92,7 +92,6 @@
};
};
&ethernet {
mtd-mac-address = <&factory 0x4>;
};

@ -16,7 +16,6 @@
led-upgrade = &led_wps;
};
leds {
compatible = "gpio-leds";

@ -125,7 +125,6 @@
ralink,mtd-eeprom = <&factory 0>;
};
&otg {
status = "okay";
};

@ -49,7 +49,6 @@
label = "f9k1109v1:blue:wps";
gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
};
};
keys {

@ -14,7 +14,6 @@
gpio-sck = <&gpio0 2 GPIO_ACTIVE_HIGH>;
realtek,extif1 = <1 0 1 1 1 1 1 1 2>;
};
};
&gpio1 {

@ -9,7 +9,6 @@
};
};
&spi0 {
status = "okay";
@ -96,4 +95,3 @@
&uart {
status = "okay";
};

@ -103,7 +103,6 @@
mtd-mac-address = <&factory 0x28>;
};
&esw {
mediatek,portmap = <0x2f>;
mediatek,led_polarity = <0x17>;

Loading…
Cancel
Save