]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: meson: remove extra subnode in mmc clk_gate pinmux
authorJerome Brunet <jbrunet@baylibre.com>
Fri, 9 Nov 2018 14:04:42 +0000 (15:04 +0100)
committerKevin Hilman <khilman@baylibre.com>
Thu, 29 Nov 2018 20:30:02 +0000 (12:30 -0800)
In the pinmux of the mmc clk_gate nodes, we define 2 subnodes. One for
the function definition, the other for the bias. This is not necessary
since we can define the function and the bias in the same subnode.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-axg.dtsi
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi

index b897a379fc75f84b11add8379b26d31f8235b7b8..28582a44883b62229b452633ea13d7cf6f02c4c2 100644 (file)
@@ -310,9 +310,6 @@ emmc_clk_gate_pins: emmc_clk_gate {
                                        mux {
                                                groups = "BOOT_8";
                                                function = "gpio_periphs";
-                                       };
-                                       cfg-pull-down {
-                                               pins = "BOOT_8";
                                                bias-pull-down;
                                        };
                                };
@@ -543,9 +540,6 @@ sdio_clk_gate_pins: sdio_clk_gate {
                                        mux {
                                                groups = "GPIOX_4";
                                                function = "gpio_periphs";
-                                       };
-                                       cfg-pull-down {
-                                               pins = "GPIOX_4";
                                                bias-pull-down;
                                        };
                                };
index 524f533e41d4825b027feb77aba6a6df5463f178..1cb8e7e0d0dabc554b73c82e664573c7a18aa067 100644 (file)
@@ -377,9 +377,6 @@ emmc_clk_gate_pins: emmc_clk_gate {
                        mux {
                                groups = "BOOT_8";
                                function = "gpio_periphs";
-                       };
-                       cfg-pull-down {
-                               pins = "BOOT_8";
                                bias-pull-down;
                        };
                };
@@ -426,9 +423,6 @@ sdcard_clk_gate_pins: sdcard_clk_gate {
                        mux {
                                groups = "CARD_2";
                                function = "gpio_periphs";
-                       };
-                       cfg-pull-down {
-                               pins = "CARD_2";
                                bias-pull-down;
                        };
                };
@@ -449,9 +443,6 @@ sdio_clk_gate_pins: sdio_clk_gate {
                        mux {
                                groups = "GPIOX_4";
                                function = "gpio_periphs";
-                       };
-                       cfg-pull-down {
-                               pins = "GPIOX_4";
                                bias-pull-down;
                        };
                };
index 8ccab9a1ebcc899532b13c340cf9281437606b13..7cfee40d89e96bc9fb899e2306ace17a3c6bdae0 100644 (file)
@@ -324,9 +324,6 @@ emmc_clk_gate_pins: emmc_clk_gate {
                        mux {
                                groups = "BOOT_8";
                                function = "gpio_periphs";
-                       };
-                       cfg-pull-down {
-                               pins = "BOOT_8";
                                bias-pull-down;
                        };
                };
@@ -373,9 +370,6 @@ sdcard_clk_gate_pins: sdcard_clk_gate {
                        mux {
                                groups = "CARD_2";
                                function = "gpio_periphs";
-                       };
-                       cfg-pull-down {
-                               pins = "CARD_2";
                                bias-pull-down;
                        };
                };
@@ -396,9 +390,6 @@ sdio_clk_gate_pins: sdio_clk_gate {
                        mux {
                                groups = "GPIOX_4";
                                function = "gpio_periphs";
-                       };
-                       cfg-pull-down {
-                               pins = "GPIOX_4";
                                bias-pull-down;
                        };
                };