Commit 06096d7a authored by Jerome Brunet's avatar Jerome Brunet Committed by Kevin Hilman

arm64: dts: meson: remove extra subnode in mmc clk_gate pinmux

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: default avatarJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent ac444768
...@@ -310,9 +310,6 @@ emmc_clk_gate_pins: emmc_clk_gate { ...@@ -310,9 +310,6 @@ emmc_clk_gate_pins: emmc_clk_gate {
mux { mux {
groups = "BOOT_8"; groups = "BOOT_8";
function = "gpio_periphs"; function = "gpio_periphs";
};
cfg-pull-down {
pins = "BOOT_8";
bias-pull-down; bias-pull-down;
}; };
}; };
...@@ -543,9 +540,6 @@ sdio_clk_gate_pins: sdio_clk_gate { ...@@ -543,9 +540,6 @@ sdio_clk_gate_pins: sdio_clk_gate {
mux { mux {
groups = "GPIOX_4"; groups = "GPIOX_4";
function = "gpio_periphs"; function = "gpio_periphs";
};
cfg-pull-down {
pins = "GPIOX_4";
bias-pull-down; bias-pull-down;
}; };
}; };
......
...@@ -377,9 +377,6 @@ emmc_clk_gate_pins: emmc_clk_gate { ...@@ -377,9 +377,6 @@ emmc_clk_gate_pins: emmc_clk_gate {
mux { mux {
groups = "BOOT_8"; groups = "BOOT_8";
function = "gpio_periphs"; function = "gpio_periphs";
};
cfg-pull-down {
pins = "BOOT_8";
bias-pull-down; bias-pull-down;
}; };
}; };
...@@ -426,9 +423,6 @@ sdcard_clk_gate_pins: sdcard_clk_gate { ...@@ -426,9 +423,6 @@ sdcard_clk_gate_pins: sdcard_clk_gate {
mux { mux {
groups = "CARD_2"; groups = "CARD_2";
function = "gpio_periphs"; function = "gpio_periphs";
};
cfg-pull-down {
pins = "CARD_2";
bias-pull-down; bias-pull-down;
}; };
}; };
...@@ -449,9 +443,6 @@ sdio_clk_gate_pins: sdio_clk_gate { ...@@ -449,9 +443,6 @@ sdio_clk_gate_pins: sdio_clk_gate {
mux { mux {
groups = "GPIOX_4"; groups = "GPIOX_4";
function = "gpio_periphs"; function = "gpio_periphs";
};
cfg-pull-down {
pins = "GPIOX_4";
bias-pull-down; bias-pull-down;
}; };
}; };
......
...@@ -324,9 +324,6 @@ emmc_clk_gate_pins: emmc_clk_gate { ...@@ -324,9 +324,6 @@ emmc_clk_gate_pins: emmc_clk_gate {
mux { mux {
groups = "BOOT_8"; groups = "BOOT_8";
function = "gpio_periphs"; function = "gpio_periphs";
};
cfg-pull-down {
pins = "BOOT_8";
bias-pull-down; bias-pull-down;
}; };
}; };
...@@ -373,9 +370,6 @@ sdcard_clk_gate_pins: sdcard_clk_gate { ...@@ -373,9 +370,6 @@ sdcard_clk_gate_pins: sdcard_clk_gate {
mux { mux {
groups = "CARD_2"; groups = "CARD_2";
function = "gpio_periphs"; function = "gpio_periphs";
};
cfg-pull-down {
pins = "CARD_2";
bias-pull-down; bias-pull-down;
}; };
}; };
...@@ -396,9 +390,6 @@ sdio_clk_gate_pins: sdio_clk_gate { ...@@ -396,9 +390,6 @@ sdio_clk_gate_pins: sdio_clk_gate {
mux { mux {
groups = "GPIOX_4"; groups = "GPIOX_4";
function = "gpio_periphs"; function = "gpio_periphs";
};
cfg-pull-down {
pins = "GPIOX_4";
bias-pull-down; bias-pull-down;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment