Re: [PATCH 1/7] arm64: tegra: Add AGIC node for Tegra210
From: Thierry Reding <hidden>
Date: 2016-08-24 14:48:17
Also in:
linux-tegra
Attachments
- signature.asc [application/pgp-signature] 819 bytes
From: Thierry Reding <hidden>
Date: 2016-08-24 14:48:17
Also in:
linux-tegra
On Tue, Aug 09, 2016 at 04:21:16PM +0100, Jon Hunter wrote:
Populate the Audio GIC (AGIC) node for Tegra210. This interrupt controller is used by the Audio Processing Engine to route interrupts to the main CPU interrupt controller. The AGIC is based on the ARM GIC400 and so uses the clock name "clk" as specified by the GIC binding document for GIC400 devices. Signed-off-by: Jon Hunter <redacted> --- arch/arm64/boot/dts/nvidia/tegra210.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+)
Applied, though I removed the tegra_ prefix from the label and replaced the literals by symbolic names in the interrupts property. Thanks, Thierry