From 9496b976d6fff85fadcc918f30339c887130fdb8 Mon Sep 17 00:00:00 2001 From: Ye Li Date: Mon, 13 Mar 2017 15:24:59 +0800 Subject: MLK-14391-2 mx6sxarm2: Add DTS files for ARM2 boards Copy the DTS files from kernel for 14x14/17x17/19x19 ARM2 board for preparing enabling the OF_CONTROL. Signed-off-by: Ye Li --- arch/arm/dts/imx6sx-19x19-arm2-gpmi-weim.dts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 arch/arm/dts/imx6sx-19x19-arm2-gpmi-weim.dts (limited to 'arch/arm/dts/imx6sx-19x19-arm2-gpmi-weim.dts') diff --git a/arch/arm/dts/imx6sx-19x19-arm2-gpmi-weim.dts b/arch/arm/dts/imx6sx-19x19-arm2-gpmi-weim.dts new file mode 100644 index 0000000..a50f335 --- /dev/null +++ b/arch/arm/dts/imx6sx-19x19-arm2-gpmi-weim.dts @@ -0,0 +1,20 @@ +/* + * 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-19x19-arm2.dts" + +&qspi2 { + status = "disabled"; +}; + +&gpmi { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_gpmi_nand_1>; + status = "okay"; /* pin conflict with qspi*/ + nand-on-flash-bbt; +}; -- cgit v1.1