Re: [PATCH 1/4] arm64: Broadcom Vulcan support
From: Florian Fainelli <hidden>
Date: 2016-02-17 01:22:36
Also in:
linux-arm-kernel
On 13/02/16 10:46, Jayachandran C wrote:
From: Zi Shen Lim <zlim-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> Add a configuration option and a device tree for Broadcom's Vulcan ARM64 processor. brcm-vulcan.dtsi has the on-chip blocks like the PCIe controller, GICv3 with ITS, PMU, system timer and pl011 UART. brcm-vulcan-eval.dts has definitions for a basic evaluation board. The firmware supports PSCI 0.2 for cpu wakeup. Signed-off-by: Zi Shen Lim <zlim-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> [ updated and split dts - jchandra-dY08KVG/lbpWk0Htik3J/w@public.gmane.org ] Signed-off-by: Jayachandran C <jchandra-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> --- arch/arm64/Kconfig.platforms | 5 + arch/arm64/boot/dts/broadcom/Makefile | 1 + arch/arm64/boot/dts/broadcom/brcm-vulcan-eval.dts | 33 +++++ arch/arm64/boot/dts/broadcom/brcm-vulcan.dtsi | 146 ++++++++++++++++++++++ 4 files changed, 185 insertions(+) create mode 100644 arch/arm64/boot/dts/broadcom/brcm-vulcan-eval.dts create mode 100644 arch/arm64/boot/dts/broadcom/brcm-vulcan.dtsi
You might want a MAINTAINERS entry too for these new files? [snip]
quoted hunk
+++ b/arch/arm64/boot/dts/broadcom/brcm-vulcan-eval.dts@@ -0,0 +1,33 @@ +/* + * dts file for Broadcom (BRCM) Vulcan Eval Platform + * + * Copyright (C) 2013-2016, Broadcom Corporation.
My little finger tells me we should be using a plain Broadcom now and drop the Corporation in the license header. -- Florian -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html