From 488b6d0cd1c5b61b80711b94fb3a528ed3cffac1 Mon Sep 17 00:00:00 2001 From: Robin Gong Date: Mon, 15 Sep 2014 16:07:50 +0800 Subject: [PATCH] ENGR00331450-12: ARM: dts: imx6sl-evk-pf200: add pfuze200 support Add pfuze200 support on imx6sl-evk board. Signed-off-by: Robin Gong --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/imx6sl-evk-pf200.dts | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 arch/arm/boot/dts/imx6sl-evk-pf200.dts diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 6f3e5d2913e6..810c59402cb8 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -180,6 +180,7 @@ dtb-$(CONFIG_ARCH_MXC) += \ imx6q-wandboard.dtb \ imx6sl-evk.dtb \ imx6sl-evk-ldo.dtb \ + imx6sl-evk-pf200.dtb \ imx6sl-evk-uart.dtb \ imx6sx-sdb.dtb \ imx6sx-sdb-lcdif1.dtb \ diff --git a/arch/arm/boot/dts/imx6sl-evk-pf200.dts b/arch/arm/boot/dts/imx6sl-evk-pf200.dts new file mode 100644 index 000000000000..7c1722bea31c --- /dev/null +++ b/arch/arm/boot/dts/imx6sl-evk-pf200.dts @@ -0,0 +1,13 @@ +/* + * 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 "imx6sl-evk-ldo.dts" + +&pmic { + compatible = "fsl,pfuze200"; +}; -- 2.39.5