summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/picoxcell-pc3x3.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* arm: dts: fix unit-address leading 0sRob Herring2017-10-201-1/+1
| | | | | | | | | | | | | Fix dtc warnings for 'simple_bus_reg' due to leading 0s. Converted using the following command: perl -p -i -e 's/\@0+([0-9a-f])/\@$1/g' `find arch/arm/boot/dts -type -f -name '*.dts*' Dropped changes to ARM, Ltd. boards LED nodes and manually fixed up some occurrences of uppercase hex. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* ARM: dts: picoxcell: cpus/cpu nodes dts updatesLorenzo Pieralisi2013-05-231-4/+4
| | | | | | | This patch updates the in-kernel dts files according to the latest cpus and cpu bindings updates for ARM. Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
* picoxcell: add the DTS for pc3x2 and pc3x3 devicesJamie Iles2011-09-261-0/+365
This describes the basic hierarchy of picoxcell pc3x3 devices including clocks and bus interconnect. Some onchip devices are currently omitted as there haven't been bindings created for them. v2: - change timer compatible strings to be more soc specific - split vic node into 2 devices Signed-off-by: Jamie Iles <jamie@jamieiles.com>
OpenPOWER on IntegriCloud