summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/pxa3xx.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: pxa: add the usb host controllerRobert Jarzmik2015-07-101-0/+8
| | | | | | Add the usb host controller to pxa27x and pxa3xx. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
* ARM: dts: pxa: add dma pxamci nodes to pxa3xxRobert Jarzmik2015-07-101-0/+33
| | | | | | | | Add the 3 possible mmc controllers on pxa3xx SoCs to the devicetree description. Add the dma and clocks to the device-tree description of pxa27x and pxa3xx at the same time. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
* ARM: dts: pxa: add dma engine node to pxa3xx-nandRobert Jarzmik2015-07-101-0/+2
| | | | | | | Add the dma client description for pxa3xx-nand to use its dma through device-tree. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
* ARM: dts: pxa: add dma controllerRobert Jarzmik2015-07-101-0/+9
| | | | | | Add the SoC embedded DMA controller, shared with the mmp architecture. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
* ARM: dts: pxa: add pxa-timer to pxa27x and pxa3xxRobert Jarzmik2015-05-121-0/+8
| | | | | | | | Each pxa has an embedded OS Timers IP. The kernel cannot work without a valid clocksource, and this adds the OS Timers to the pxa device-tree description. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
* ARM: dts: pxa: add clocksRobert Jarzmik2015-05-121-1/+20
| | | | | | | | | | | | | Add clocks to the IPs already described in the pxa device-tree files. There are more clocks in the clock tree than IPs described in the current pxa device-tree. This patch ensures that : - the current description is correct - the clocks are actually claimed, so that clock framework doesn't disable them automatically (unused clocks shutdown) Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
* ARM: pxa: DTS: override gpio node in pxa3xx.dtsiDaniel Mack2013-08-131-0/+11
| | | | | | | | | | The gpio controller node inherited from pxa2xx.dtsi won't work for pxa3xx SoCs, so let's override it in pxa3xx.dtsi. Signed-off-by: Daniel Mack <zonque@gmail.com> Cc: Haojian Zhuang <haojian.zhuang@linaro.org> Cc: Linus Walleij <linus.walleij@linaro.org> Cc: Arnd Bergmann <arnd@arndb.de>
* ARM: pxa: add .dtsi filesDaniel Mack2012-08-161-0/+32
This adds .dtsi files to describe the PXA SoCs. pxa3xx simply augments pxa2xx. Not all devices are listed yet, and it will need some time to get all the drivers ported. For now, pxa27x.dtsi only enables the PXA's interrupt priority feature. Signed-off-by: Daniel Mack <zonque@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
OpenPOWER on IntegriCloud