aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sun5i-a13.dtsi
Commit message (Collapse)AuthorAge
* ARM: sunxi: unify osc24M_fixed and osc24MEmilio López2013-04-15
| | | | | | | | Now that the clock driver supports the gatable oscillator as one single clock, drop osc24M_fixed and move the relevant properties to osc24M Signed-off-by: Emilio López <emilio@elopez.com.ar> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
* ARM: sunxi: dt: Update watchdog compatible stringMaxime Ripard2013-04-08
| | | | Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
* ARM: sunxi: dt: Update interrupt controller compatible stringMaxime Ripard2013-04-08
| | | | Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
* ARM: sunxi: dt: Update timer compatible stringMaxime Ripard2013-04-08
| | | | Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
* ARM: sunxi: dt: Reorganize the dtsiMaxime Ripard2013-04-08
| | | | | | | | | In the early days, the A10 and A13 shared quite some code. Nowadays it shares less and less code, the A31 diverging even more, so it doesn't make much sense to continue to maintain this structure, just use one DTSI for every SoC, and that's it. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
* arm: sunxi: Add clock to pinctrl nodeEmilio López2013-04-04
| | | | | | | | The port controller needs the apb0_pio clock enabled to be able to work. This commit declares that on the device tree. Signed-off-by: Emilio López <emilio@elopez.com.ar> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
* sunxi: dts: Report the pinctrl nodes as gpio-controllersMaxime Ripard2013-03-05
| | | | Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
* ARM: sunxi: Add uart1 pinctrl groupsMaxime Ripard2013-01-22
| | | | | Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* ARM: sunxi: Add pinctrl node to the device treeMaxime Ripard2013-01-22
| | | | | Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* ARM: sunxi: rename device tree source filesOlof Johansson2012-12-20
This is the rename portion of "ARM: sunxi: Change device tree naming scheme for sunxi" that were missed when the patch was applied. Signed-off-by: Olof Johansson <olof@lixom.net>