Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ebe54ba authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman
Browse files

ARM: shmobile: bockw: fixup MMC pin conflict on DTS

parent 14cdd83a
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -51,10 +51,6 @@
		vdd33a-supply = <&fixedregulator3v3>;
	};

	mmc_pins: mmc {
		renesas,groups = "mmc_data8", "mmc_ctrl";
		renesas,function = "mmc";
	};
};

&mmcif {
@@ -79,4 +75,9 @@
		renesas,groups = "scif0_data_a", "scif0_ctrl";
		renesas,function = "scif0";
	};

	mmc_pins: mmc {
		renesas,groups = "mmc_data8", "mmc_ctrl";
		renesas,function = "mmc";
	};
};