summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/wm8750.dtsi
AgeCommit message (Collapse)Author
2015-10-23ARM: dts: WM8750: fix cpu compatible valueVladimir Zapolskiy
The change corrects cpu compatible property to a defined one, see Documentation/devicetree/bindings/arm/cpus.txt Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2013-05-12dts: vt8500: Add ARM, AHB, APB and DDR clock nodes to SoC filesTony Prisk
Add support for the ARM, AHB, APB and DDR clocks found on the WM8505, WM8650, WM8750 and WM8850 SoCs. These clocks are gateable, but the enable part of the clock definition is left out as there are no users for these clocks, and we don't want them being disabled at boot, but it does provide users the ability to check the current rate of these clocks. Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
2013-05-12dts: vt8500: Update serial nodes and disable by default in SoC filesTony Prisk
Missing aliases for uarts on vt8500, wm8505, wm8650 added. Nodes incorrectly labelled uart@.., changed to serial@... on all SoCs. Set each uarts default status = "disabled" as they generally don't exist. For each board file, we only need to enable uart0 as no other uarts are physically present on any of these boards. Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
2013-05-12dts: vt8500: Add devicetree support for WM8750 SoC and APC8750 boardTony Prisk
This patch adds support for the WonderMedia WM8750 SoC and the VIA APC8750 board. Signed-off-by: Tony Prisk <linux@prisktech.co.nz>