summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/am335x-bone-common.dts
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: am335x: introduce new "stripped" common.dtsi for PBL useMarc Reilly2018-08-211-1/+1
| | | | | | | | | | | This moves am335x-bone-common.dts to include a "stripped" version of the bone-common .dtsi (which is initially copied from the present one.) This is in preparation for updating the bone-common .dtsi to use the kernel version, which introduces some nodes which rely on clocks etc which are removed from the "stripped" .dtsi files. Signed-off-by: Marc Reilly <marc@cpdesign.com.au> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* 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>