aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/pxa27x.dtsi
Commit message (Collapse)AuthorAge
* ARM: dts: add pincontroller to pxa27xRobert Jarzmik2016-04-20
| | | | | | Add the new pincontrol driver to pxa27x based boards. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
* ARM: pxa: add the number of DMA requestor linesRobert Jarzmik2016-02-26
| | | | | | | | | | | Declare the number of DMA requestor lines per platform : - for pxa25x: 40 requestor lines - for pxa27x: 75 requestor lines - for pxa3xx: 100 requestor lines This information will be used to activate the DMA flow control or not. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
* ARM: dts: pxa: fix power i2c definitionRobert Jarzmik2015-07-10
| | | | | | Add the correct address and size to the device-tree description. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
* ARM: dts: pxa: add the usb host controllerRobert Jarzmik2015-07-10
| | | | | | Add the usb host controller to pxa27x and pxa3xx. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
* ARM: dts: pxa: add embedded pxa camera capture interfaceRobert Jarzmik2015-07-10
| | | | | | | The pxa27x SoCs have an embedded camera host controller. Add the description to the family description. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
* ARM: dts: pxa: add dma controllerRobert Jarzmik2015-07-10
| | | | | | 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-12
| | | | | | | | 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 pxa27x-keypad to pxa27xRobert Jarzmik2015-05-12
| | | | | | | Each pxa27x has an embedded keypad controller. Add it in the pxa27x device-tree description. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
* ARM: dts: pxa: add pxa27x-udc to pxa27xRobert Jarzmik2015-05-12
| | | | | | | Each pxa27x has an embedded usb udc controller. Add it in the pxa27x device-tree description. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
* ARM: dts: pxa: add clocksRobert Jarzmik2015-05-12
| | | | | | | | | | | | | 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: dts: pxa: add pwri2c to pxa device-treeRobert Jarzmik2015-05-12
| | | | | | | | | | | pxa27x variant has 2 I2C busses on the SoC : - the casual I2C - the power I2C, normally driving power regulators, and capable of receiving orders on core frequency modifications Add the missing pwri2c to pxa27x description. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
* dts: add devicetree bindings for pxa27x clocksRobert Jarzmik2014-09-30
| | | | | | | Add the clock tree description for the PXA27x based boards. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Mike Turquette <mturquette@linaro.org>
* ARM: pxa: add PWM nodes to pxa27x.dtsiMike Dunn2013-12-11
| | | | | | | | | This patch adds PWM nodes for each of the four channels present on the pxa270. Signed-off-by: Mike Dunn <mikedunn@newsguy.com> Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* ARM: pxa: add .dtsi filesDaniel Mack2012-08-16
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>