aboutsummaryrefslogtreecommitdiffstats
path: root/fdts/fvp-base-gicv3-psci-common.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* Remove dtc warningsRoberto Vargas2018-04-241-3/+3
| | | | | | | | | DTC generates warnings when unit names begin with 0, or when a node containing a reg or range property doesn't have a unit name in the node name. This patch fixes those cases. Change-Id: If24ec68ef3034fb3fcefb96c5625c47a0bbd8474 Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
* Add Linux DTS for FVP with threaded CPUsJeenu Viswambharan2017-08-011-0/+268
In contrast with the non-multi-threading DTS, this enumerates MPIDR values shifted by one affinity level to the left. The newly added DTS reflects CPUs with a single thread in them. Since both DTS files are the same apart from MPIDR contents, the common bits have been moved to a separate file that's then included from the top-level DTS files. The multi-threading version only updates the MPIDR contents. Change-Id: Id225cd93574f764171df8962ac76f42fcb6bba4b Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>