From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 20 Aug 2014 12:45:32 -0600 Subject: [U-Boot] [PATCH 21/23] ARM: tegra: Add GIC for Tegra124 In-Reply-To: <1408346196-30419-22-git-send-email-thierry.reding@gmail.com> References: <1408346196-30419-1-git-send-email-thierry.reding@gmail.com> <1408346196-30419-22-git-send-email-thierry.reding@gmail.com> Message-ID: <53F4ECCC.1000006@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/18/2014 01:16 AM, Thierry Reding wrote: > From: Thierry Reding > > Add a device tree node for the GIC v2 found on the Cortex-A15 CPU > complex of Tegra124. U-Boot doesn't use this but subsequent patches will > add device tree nodes that reference it by phandle. Matches the kernel, so, Acked-by: Stephen Warren