ath79: fix whitespace issue in dts files
authorMathias Kresin <dev@kresin.me>
Mon, 6 Aug 2018 05:55:13 +0000 (07:55 +0200)
committerMathias Kresin <dev@kresin.me>
Wed, 8 Aug 2018 05:24:22 +0000 (07:24 +0200)
Fixes spaces vs. tabs issues and remove indentation on blank lines.

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/ath79/dts/ar9331_etactica_eg200.dts
target/linux/ath79/dts/ar9331_tplink_tl-wr703n_tl-mr10u.dtsi
target/linux/ath79/dts/ar9341_pcs_cr3000.dts
target/linux/ath79/dts/ar9344.dtsi
target/linux/ath79/dts/ar9344_pcs_cap324.dts
target/linux/ath79/dts/ar9344_pcs_cr5000.dts
target/linux/ath79/dts/qca9558_tplink_tl-wr1043nd.dtsi
target/linux/ath79/dts/qca9563_tplink_tl-wr1043n.dtsi

index 5d6b72cd809dc5c6d7beef71fb9b36911a0ae84f..2dca1bf42699175c81e8c2e938bd05f48ec42e06 100644 (file)
@@ -10,9 +10,9 @@
        model = "eTactica EG200";
        compatible = "etactica,eg200", "rme-eg200";
 
-        aliases {
-                serial0 = &uart;
-        };
+       aliases {
+               serial0 = &uart;
+       };
 
        keys {
                compatible = "gpio-keys-polled";
index d23dea7d92588d2e8cbe24354204ce1aeac48d8d..7ab9439d5bde9f60a86006bd6af985a35fbaf1bf 100644 (file)
@@ -25,7 +25,7 @@
                        debounce-interval = <60>;
                };
        };
-       
+
        gpio-leds {
                compatible = "gpio-leds";
 
index 48ec783058a72d713b02cafe4ba9d77d9deb82d9..33d7e4ff874ca820e5dc0c625dcb4d43099ca12e 100644 (file)
@@ -21,7 +21,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
                pinctrl-names = "default";
-                pinctrl-0 = <&jtag_disable_pins>;
+               pinctrl-0 = <&jtag_disable_pins>;
 
                reset {
                        label = "Reset button";
index 39dd33fd67002fc0c7f61e3e9c328add4154af06..ce73ef583080c10abedaae93fcfb2093e1ef229d 100644 (file)
@@ -51,7 +51,7 @@
 
                interrupt-map-mask = <0 0 0 1>;
                interrupt-map = <0 0 0 0 &pcie 0>;
-               
+
                status = "disabled";
        };
 };
index 57cf81694d0b5286d7d485e31ce8a9ead47af3da..57515981bf9743593b425115a9e349d5c2b2f9cc 100644 (file)
@@ -21,7 +21,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
                pinctrl-names = "default";
-                pinctrl-0 = <&jtag_disable_pins>;
+               pinctrl-0 = <&jtag_disable_pins>;
 
                reset {
                        label = "Reset button";
 &pcie {
        status = "okay";
 
-        ath9k: wifi@168c,0030 {
+       ath9k: wifi@168c,0030 {
                compatible = "168c,0030";
                reg = <0x0000 0 0 0 0>;
                mtd-mac-address = <&art 0x0>;
                qca,disable-5ghz;
                #gpio-cells = <2>;
                gpio-controller;
-        };
+       };
 };
 
 &wmac {
index 0d38a3557eb2f311cd4ceaaef773a55767640af5..f7a7add20efd4ec7d53b58bdc7516a70ca702152 100644 (file)
@@ -22,7 +22,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
                pinctrl-names = "default";
-                pinctrl-0 = <&jtag_disable_pins>;
+               pinctrl-0 = <&jtag_disable_pins>;
 
                reset {
                        label = "Reset button";
 &pcie {
        status = "okay";
 
-        ath9k: wifi@168c,0030 {
+       ath9k: wifi@168c,0030 {
                compatible = "168c,0030";
                mtd-mac-address = <&art 0x5002>;
                #gpio-cells = <2>;
                gpio-controller;
-        };
+       };
 };
 
 &mdio0 {
        phy0: ethernet-phy@0 {
                reg = <0>;
                phy-mode = "rgmii";
-                qca,ar8327-initvals = <
+               qca,ar8327-initvals = <
                        0x04 0x07600000 /* PORT0 PAD MODE CTRL */
                        0x10 0x81000080 /* POWER_ON_STRAP */
                        0x50 0xcc35cc35 /* LED_CTRL0 */
index 4438f911fcf4116c0b6da5dc292ec87ed9560deb..a7dd8feb0b7dfe7e3471b0d287f6a947738faf9e 100644 (file)
        phy0: ethernet-phy@0 {
                reg = <0>;
                qca,ar8327-initvals = <
-                   0x04 0x00080080 /* PORT0 PAD MODE CTRL */
-                   0x0c 0x07600000 /* PORT6 PAD MODE CTRL */
-                   0x10 0x81000080 /* POWER_ON_STRIP */
-                   0x50 0xcc35cc35 /* LED_CTRL0 */
-                   0x54 0xca35ca35 /* LED_CTRL1 */
-                   0x58 0xc935c935 /* LED_CTRL2 */
-                   0x5c 0x03ffff00 /* LED_CTRL3 */
-                   0x7c 0x0000007e /* PORT0_STATUS */
-                   0x94 0x0000007e /* PORT6 STATUS */
+                       0x04 0x00080080 /* PORT0 PAD MODE CTRL */
+                       0x0c 0x07600000 /* PORT6 PAD MODE CTRL */
+                       0x10 0x81000080 /* POWER_ON_STRIP */
+                       0x50 0xcc35cc35 /* LED_CTRL0 */
+                       0x54 0xca35ca35 /* LED_CTRL1 */
+                       0x58 0xc935c935 /* LED_CTRL2 */
+                       0x5c 0x03ffff00 /* LED_CTRL3 */
+                       0x7c 0x0000007e /* PORT0_STATUS */
+                       0x94 0x0000007e /* PORT6 STATUS */
                >;
        };
 };
index 6c56306ad5218ef9413cd37ae5f06ea7823a179e..fd0c974a54c616c78bf552c02947b3c08288fc5d 100644 (file)
                phy-mode = "sgmii";
 
                qca,ar8327-initvals = <
-                   0x04 0x00080080 /* PORT0 PAD MODE CTRL */
-                   0x7c 0x0000007e /* PORT0_STATUS */
+                       0x04 0x00080080 /* PORT0 PAD MODE CTRL */
+                       0x7c 0x0000007e /* PORT0_STATUS */
                >;
        };
 };