diff options
author | Robby Cai <robby.cai@nxp.com> | 2016-10-14 18:20:02 +0800 |
---|---|---|
committer | Leonard Crestez <leonard.crestez@nxp.com> | 2018-08-24 12:41:33 +0300 |
commit | ca4e8ea3cabaea36d02ad64f19a4c36831544aa5 (patch) | |
tree | 04d486d8fb38d94fcf6d2c84f597f80b9716c559 /arch/arm/boot/dts/imx6sll-lpddr3-arm2-ecspi.dts | |
parent | 79e4fe50fa4ec12d38235b2f9387995e21df646d (diff) |
MLK-13350-2 ARM: dts: add ecspi dts file for imx6sll lpddr3 arm2 board
ECSPI1_SCLK pin is shared by LCD power enable and SPI1 SCLK.
To use ecspi, need to disable lcdif function.
Signed-off-by: Robby Cai <robby.cai@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6sll-lpddr3-arm2-ecspi.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6sll-lpddr3-arm2-ecspi.dts | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sll-lpddr3-arm2-ecspi.dts b/arch/arm/boot/dts/imx6sll-lpddr3-arm2-ecspi.dts new file mode 100644 index 000000000000..d1facfc26f7c --- /dev/null +++ b/arch/arm/boot/dts/imx6sll-lpddr3-arm2-ecspi.dts @@ -0,0 +1,17 @@ +/* + * Copyright (C) 2016 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 "imx6sll-lpddr3-arm2.dts" + +&ecspi1 { + status = "okay"; +}; + +&lcdif { + status = "disabled"; +}; |