summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/am33xx-strip.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: am33xx.dtsi: Add spi aliasesTeresa Remmet2016-10-281-0/+1
| | | | | | | | | | | We need to add the spi aliases to set the bus number correct in the driver. Delete the spi1 alias again in the am33xx-strip.dtsi for MLO as the node is deleted there also. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* dts: update to v4.3-rc1Sascha Hauer2015-12-101-0/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: am33xx-strip: Strip more unused nodesTeresa Remmet2015-06-291-0/+2
| | | | | | | There are still some nodes not used in barebox. Removed them. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: am33xx-strip: Keep devices we can boot fromTeresa Remmet2015-06-291-3/+0
| | | | | | | As we can boot from mmc2 don't strip it. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: Add an am33xx include file for MLO size reductionWadim Egorov2015-05-271-0/+48
AM335x's MLO size limit is 109K. The am33xx.dtsi file adds spare and never used nodes to the dtb. With this patch we add a file to remove the unused nodes and reduce the size of the dtb. Including this file will reduce the lzo packed MLO size about 6K. Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>