From b02762ad99c523617485c91e0a69c16d677a410c Mon Sep 17 00:00:00 2001 From: Bai Ping Date: Wed, 11 May 2016 12:36:32 +0800 Subject: MLK-12776 ARM: dts: imx: rename the imx6ull dts by adding the die size Add the dize size info in the ARM2 board dts file name to align with i.MX6UL, so mfgtool and yocto script can handle the naming rule easily. Signed-off-by: Bai Ping --- arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2-adc.dts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2-adc.dts (limited to 'arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2-adc.dts') diff --git a/arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2-adc.dts b/arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2-adc.dts new file mode 100644 index 000000000000..334597cac3ce --- /dev/null +++ b/arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2-adc.dts @@ -0,0 +1,20 @@ +/* + * 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 "imx6ull-14x14-ddr3-arm2.dts" + +&usbotg1 { + status = "disabled"; +}; + +&adc1 { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_adc1>; + vref-supply = <®_vref_3v3>; + status = "okay"; +}; -- cgit v1.2.3