From b141e0587b7e9d3aecb4e6828dd933e31f768242 Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Wed, 27 Aug 2014 23:51:39 +0800 Subject: [PATCH] MLK-11414-2: ARM: dts: add dumb dts for enetirq and ldo Cherry-pick below patch: ENGR00317981: ARM: dts: add dumb dts for enetirq and ldo Add a couple of dumb dts files for enetirq and ldo cases, which are asked by Yocto build for 3.14 kernel. Signed-off-by: Shawn Guo Signed-off-by: Anson Huang --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/imx6q-sabresd-enetirq.dts | 9 +++++++++ arch/arm/boot/dts/imx6q-sabresd-ldo.dts | 9 +++++++++ 3 files changed, 19 insertions(+) create mode 100644 arch/arm/boot/dts/imx6q-sabresd-enetirq.dts create mode 100644 arch/arm/boot/dts/imx6q-sabresd-ldo.dts diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 3908686c4f06..36a6e4799832 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -393,6 +393,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ imx6q-sabrelite.dtb \ imx6q-sabresd.dtb \ imx6q-sabresd-uart.dtb \ + imx6q-sabresd-enetirq.dtb \ imx6q-sbc6x.dtb \ imx6q-tbs2910.dtb \ imx6q-ts4900.dtb \ diff --git a/arch/arm/boot/dts/imx6q-sabresd-enetirq.dts b/arch/arm/boot/dts/imx6q-sabresd-enetirq.dts new file mode 100644 index 000000000000..6dda35c1fb50 --- /dev/null +++ b/arch/arm/boot/dts/imx6q-sabresd-enetirq.dts @@ -0,0 +1,9 @@ +/* + * 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 "imx6q-sabresd.dts" diff --git a/arch/arm/boot/dts/imx6q-sabresd-ldo.dts b/arch/arm/boot/dts/imx6q-sabresd-ldo.dts new file mode 100644 index 000000000000..6dda35c1fb50 --- /dev/null +++ b/arch/arm/boot/dts/imx6q-sabresd-ldo.dts @@ -0,0 +1,9 @@ +/* + * 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 "imx6q-sabresd.dts" -- 2.17.1