summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/pxa27x.dtsi
AgeCommit message (Collapse)Author
2016-04-20ARM: dts: add pincontroller to pxa27xRobert Jarzmik
Add the new pincontrol driver to pxa27x based boards. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
2016-02-26ARM: pxa: add the number of DMA requestor linesRobert Jarzmik
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>
2015-07-10ARM: dts: pxa: fix power i2c definitionRobert Jarzmik
Add the correct address and size to the device-tree description. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
2015-07-10ARM: dts: pxa: add the usb host controllerRobert Jarzmik
Add the usb host controller to pxa27x and pxa3xx. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
2015-07-10ARM: dts: pxa: add embedded pxa camera capture interfaceRobert Jarzmik
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>
2015-07-10ARM: dts: pxa: add dma controllerRobert Jarzmik
Add the SoC embedded DMA controller, shared with the mmp architecture. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
2015-05-12ARM: dts: pxa: add pxa-timer to pxa27x and pxa3xxRobert Jarzmik
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>
2015-05-12ARM: dts: pxa: add pxa27x-keypad to pxa27xRobert Jarzmik
Each pxa27x has an embedded keypad controller. Add it in the pxa27x device-tree description. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
2015-05-12ARM: dts: pxa: add pxa27x-udc to pxa27xRobert Jarzmik
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>
2015-05-12ARM: dts: pxa: add clocksRobert Jarzmik
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>
2015-05-12ARM: dts: pxa: add pwri2c to pxa device-treeRobert Jarzmik
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>
2014-09-30dts: add devicetree bindings for pxa27x clocksRobert Jarzmik
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>
2013-12-11ARM: pxa: add PWM nodes to pxa27x.dtsiMike Dunn
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>
2012-08-16ARM: pxa: add .dtsi filesDaniel Mack
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>