diff options
author | Luwei Zhou <b45643@freescale.com> | 2014-12-03 16:21:40 +0800 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2015-04-14 14:01:02 -0500 |
commit | d2d77c78afeee602d345248e9ee3516c42ab45eb (patch) | |
tree | 1593e86d60203475b4b8d9588d465f4df4e4ce56 | |
parent | 1ac724d697380b861f829be2c2dc4356cf3c16b8 (diff) |
MLK-9946 ARM: dts: Add new dts for MLB support for i.MX6SX-17x17-arm2 platform.
Add new device tree for MLB support for i.MX6SX-17x17-arm2 platform.
Signed-off-by: Luwei Zhou <b45643@freescale.com>
-rw-r--r-- | arch/arm/boot/dts/imx6sx-17x17-arm2-mlb.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-17x17-arm2-mlb.dts b/arch/arm/boot/dts/imx6sx-17x17-arm2-mlb.dts new file mode 100644 index 000000000000..1a64bec41476 --- /dev/null +++ b/arch/arm/boot/dts/imx6sx-17x17-arm2-mlb.dts @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2014 Freescale Semiconductor, Inc. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#include "imx6sx-17x17-arm2.dts" + +&mlb { + status = "okay"; +}; + +&usdhc2 { + /* pin conflict with mlb */ + status = "disabled"; +}; |