aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/pxa168.dtsi (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-11-12arm: mmp: Make use of the DT supported clockChao Xie1-0/+25
Change the dtsi and dts file, soc initialization code to make use of DT support clock. So now in the code we do only need call of_clk_init to initialize the clocks. Signed-off-by: Chao Xie <chao.xie@marvell.com> Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com> Signed-off-by: Michael Turquette <mturquette@linaro.org>
2014-11-12arm: mmp: Make all the dts file to be compiled by MakefileChao Xie1-1/+1
Add items in arch/arm/boot/dt/Makefile to compile the dtb for mach-mmp. Change the dts and dtsi file to use #include instead of \include\ Signed-off-by: Chao Xie <chao.xie@marvell.com> Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com> Signed-off-by: Michael Turquette <mturquette@linaro.org>
2013-04-11ARM: mmp: add more compatible names in gpio driverHaojian Zhuang1-1/+1
Since more driver names are added into platform id, do the same thing on compatible names for DT mode. Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org>
2012-05-05ARM: dts: refresh dts file for arch mmpHaojian Zhuang1-16/+51
Append mmp2 and pxa910 dts files. Update PXA168 dts files for irq, timer, gpio components. Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
2012-03-07ARM: dts: append DTS file of pxa168Haojian Zhuang1-0/+98
DTS files of both PXA168 and aspenite are appended. Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com> Acked-by: Arnd Bergmann <arnd@arndb.de>