summaryrefslogtreecommitdiff
path: root/arch/powerpc/dts
AgeCommit message (Collapse)AuthorFilesLines
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini1-0/+4
After consulting with some of the SPDX team, the conclusion is that Makefiles are worth adding SPDX-License-Identifier tags too, and most of ours have one. This adds tags to ones that lack them and converts a few that had full (or in one case, very partial) license blobs into the equivalent tag. Cc: Kate Stewart <kstewart@linuxfoundation.org> Signed-off-by: Tom Rini <trini@konsulko.com>
2015-05-28powerpc: gitignore: ignore PowerPC DTBsMasahiro Yamada1-0/+1
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2015-02-12powerpc: ppc4xx: Add defaults for DT based booting to really workStefan Roese2-0/+9
These additional nodes need to be provided to get U-Boot to boot correctly on the Canyonlands / Glacier board: - chosen path to the console-uart - reg-shift set to 0 in the uart device nodes Signed-off-by: Stefan Roese <sr@denx.de> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
2015-02-12powerpc: ppc4xx: dts: Bring in canyonlands device tree filesSimon Glass4-0/+1484
The canyonlands.h config file works with canyonlands, glacier and arches boards. Bring in the device tree files for these from Linux 3.17. Signed-off-by: Simon Glass <sjg@chromium.org>