summaryrefslogtreecommitdiff
path: root/arch/arm/dts/bcm2835.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* fdt: update bcm283x device tree sources to Linux 4.14 stateAlexander Graf2017-10-161-0/+10
| | | | | | | | | | | | Upstream Linux has received a few device tree updates to the RPi which we should propagate into the builtin U-Boot one as well to gain hardware support. This patch bumps the dts files to their 4.14 Linux counterparts with the exception of sdhost on 32bit RPi versions. There we stay with iproc as the sdhost driver is missing in U-Boot. Signed-off-by: Alexander Graf <agraf@suse.de>
* fdt: import bcm283x device tree sources from the linux kernel treeFabian Vogt2016-11-281-0/+25
This patch adds device trees for the bcm283x platform to be used with OF_CONTROL. The version 4.8-rc7 of the linux kernel was used as source. Cc: Albert Aribaud <albert.u.boot@aribaud.net> Signed-off-by: Fabian Vogt <fvogt@suse.com> Reviewed-by: Simon Glass <sjg@chromium.org>