summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sun5i-olinuxino.dts
AgeCommit message (Collapse)AuthorFilesLines
2012-12-20ARM: sunxi: rename device tree source filesOlof Johansson1-30/+0
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>
2012-12-17ARM: sunxi: Change device tree naming scheme for sunxiMaxime Ripard1-2/+2
There is several different SoCs sharing the sun5i codename: A10s, A12 and A13. Since there is enough differences to not consider those the same SoCs, change a bit the naming scheme to reflect this. Moreover, some boards like the olinuxino come in A10s and A13 variants, which also share the same SoC codename. So change the naming scheme to reflect both the codename and the market name of the SoCs used in the dtsi and in the board files Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Olof Johansson <olof@lixom.net>
2012-11-20ARM: sunxi: Restructure sunxi dts/dtsi filesStefan Roese1-1/+5
For the new sun4i/Cubieboard (A10) support, lets re-strucure the sun5i dts files to make it more generic. Those are the new dts/dtsi files: sunxi.dtsi - Devices common to all Allwinner sunXi SoC's sun4i.dtsi - sun4i Devices, will include sunxi.dtsi sun5i.dtsi - sun5i Devices, will include sunxi.dtsi board.dts - will include either sun4i.dtsi or sun5i.dtsi Additionally the "duart" label in the olinuxino.dts is changed to "uart1". Signed-off-by: Stefan Roese <sr@denx.de> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
2012-11-17ARM: sunxi: Add device tree for the A13 and the Olinuxino boardMaxime Ripard1-0/+26
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>