summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/am335x-baltos-minimal.dts
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: am335x: Fix pinctrl valuesSascha Hauer2020-11-031-68/+68
| | | | | | | | | | | | Linux 27c90e5e48d0 ("ARM: dts: am33xx-l4: change #pinctrl-cells from 1 to 2") changes #pinctrl-cells from 1 to 2. With this we need three values per pin. the upstream dts files use the AM33XX_PADCONF() macro which handles this change, but the barebox dts files do not use this, so we have to add an additional value. This patch is a purely mechanical version, a more fine grained version would drop the nodes/dts files we duplicated from upstream. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* arm: baltos: add environment nodeYegor Yefremov2020-08-101-3/+8
| | | | | | | Use the fourth SPL partition in NAND for environment storage. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* dts: update to v5.1-rc1Sascha Hauer2019-04-081-4/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: use stdout-path propertySascha Hauer2018-06-191-1/+1
| | | | | | linx,stdout-path has been deprecated. Use stdout-path instead. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add support for Baltos systemsYegor Yefremov2016-10-071-0/+439
OnRISC Baltos devices are based on a am335x SoC and can be booted either from MMC or NAND. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>