From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@linaro.org (Shawn Guo) Date: Mon, 9 Jul 2012 14:14:49 +0800 Subject: [PATCH 0/7] Convert mxs board files to device tree Message-ID: <1341814496-17487-1-git-send-email-shawn.guo@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org With imx23-evk and imx28-evk converted to device tree, it's time to start looking at other mxs boards. Marek, Lauri and Lothar, Please do me the favor to test the series on your boards to see if it provides the same functionality as the board file. You can just use the branch below. git://git.linaro.org/people/shawnguo/linux-2.6.git mxs/dt/others Thanks, Shawn Marek Vasut (1): ARM: mxs: convert m28evk board to device tree Shawn Guo (6): ARM: dts: imx28: move extra gpmi-nand pins into board dts ARM: dts: imx28: move lcdif control pins into board dts ARM: mxs: convert apx4devkit board to device tree ARM: mxs: convert tx28 board to device tree ARM: mxs: convert stmp378x_devb board to device tree ARM: mxs: add dtb-y target into Makefile.boot arch/arm/boot/dts/apx4devkit.dts | 143 +++++++++++++++++++++ arch/arm/boot/dts/imx28-evk.dts | 30 ++++- arch/arm/boot/dts/imx28.dtsi | 96 +++++++++++++- arch/arm/boot/dts/m28evk.dts | 241 +++++++++++++++++++++++++++++++++++ arch/arm/boot/dts/stmp378x_devb.dts | 78 +++++++++++ arch/arm/boot/dts/tx28.dts | 112 ++++++++++++++++ arch/arm/mach-mxs/Makefile.boot | 9 ++ arch/arm/mach-mxs/mach-mxs.c | 102 +++++++++++++++- 8 files changed, 802 insertions(+), 9 deletions(-) create mode 100644 arch/arm/boot/dts/apx4devkit.dts create mode 100644 arch/arm/boot/dts/m28evk.dts create mode 100644 arch/arm/boot/dts/stmp378x_devb.dts create mode 100644 arch/arm/boot/dts/tx28.dts -- 1.7.5.4