ARM: dts: sbc-t3x: disable mmc3

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

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Dmitry Lifshitz 2014-01-12 15:22:46 +02:00 committed by Tony Lindgren
parent d234e42399
commit 4ceb39362a
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@ &mmc1 {
bus-width = <4>;
};
&mmc3 {
status = "disabled";
};
&i2c1 {
clock-frequency = <400000>;
};