Commit 4ceb3936 authored by Dmitry Lifshitz's avatar Dmitry Lifshitz Committed by Tony Lindgren
Browse files

ARM: dts: sbc-t3x: disable mmc3



Disable mmc3 interface, since is not used on sbc-t3x boards.

Signed-off-by: default avatarDmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d234e423
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -51,6 +51,10 @@ &mmc1 {
	bus-width = <4>;
};

&mmc3 {
	status = "disabled";
};

&i2c1 {
	clock-frequency = <400000>;
};