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

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
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -310,9 +310,6 @@
					mux {
						groups = "BOOT_8";
						function = "gpio_periphs";
					};
					cfg-pull-down {
						pins = "BOOT_8";
						bias-pull-down;
					};
				};
@@ -543,9 +540,6 @@
					mux {
						groups = "GPIOX_4";
						function = "gpio_periphs";
					};
					cfg-pull-down {
						pins = "GPIOX_4";
						bias-pull-down;
					};
				};
+0 −9
Original line number Diff line number Diff line
@@ -377,9 +377,6 @@
			mux {
				groups = "BOOT_8";
				function = "gpio_periphs";
			};
			cfg-pull-down {
				pins = "BOOT_8";
				bias-pull-down;
			};
		};
@@ -426,9 +423,6 @@
			mux {
				groups = "CARD_2";
				function = "gpio_periphs";
			};
			cfg-pull-down {
				pins = "CARD_2";
				bias-pull-down;
			};
		};
@@ -449,9 +443,6 @@
			mux {
				groups = "GPIOX_4";
				function = "gpio_periphs";
			};
			cfg-pull-down {
				pins = "GPIOX_4";
				bias-pull-down;
			};
		};
+0 −9
Original line number Diff line number Diff line
@@ -324,9 +324,6 @@
			mux {
				groups = "BOOT_8";
				function = "gpio_periphs";
			};
			cfg-pull-down {
				pins = "BOOT_8";
				bias-pull-down;
			};
		};
@@ -373,9 +370,6 @@
			mux {
				groups = "CARD_2";
				function = "gpio_periphs";
			};
			cfg-pull-down {
				pins = "CARD_2";
				bias-pull-down;
			};
		};
@@ -396,9 +390,6 @@
			mux {
				groups = "GPIOX_4";
				function = "gpio_periphs";
			};
			cfg-pull-down {
				pins = "GPIOX_4";
				bias-pull-down;
			};
		};