summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/am335x-bone-common.dts
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: beaglebone: Strip clocks in MLO device treeTeresa Remmet2016-02-171-0/+1
| | | | | | | | Reduce even more size of beaglebone MLO device tree with stripping the clocks. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: beaglebone: Strip MLO device treeTeresa Remmet2015-07-311-0/+1
| | | | | | | | Reduce size of beaglebone MLO image. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Tested-by: Daniel Schultz <d.schultz@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: am335x bone: Fix Booting from eMMCSascha Hauer2015-01-061-0/+16
| | | | | | | | | | | | | | | | | Booting a beaglebone black from eMMC is broken since: commit 0d6392de4ad824a6553c0e3e3e18edef689a7c85 Author: Sascha Hauer <s.hauer@pengutronix.de> Date: Thu Jun 5 12:09:07 2014 +0200 ARM: AM335x: Beaglebone: Use stripped down devicetree for MLO The stripped down device tree does not have the eMMC device node which the beaglebone black needs for booting. Add this node to the common dts file, but keep it disabled. It gets enabled later with a call to am33xx_of_register_bootdevice() when the system is booted from eMMC. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: AM335x: Beaglebone: Use stripped down devicetree for MLOSascha Hauer2014-06-051-0/+9
The beaglebone white and black have different devicetrees. Both get linked into the MLO which makes it too big. Use a devicetree generated from am335x-bone-common.dtsi which both board variants can share. This reduces the binary size by about 30k. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>