From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 27 Jul 2015 11:54:46 -0600 Subject: [U-Boot] [PATCH V3 4/6] ARM: Tegra210: Add support to common Tegra source/config files In-Reply-To: <1437775260-3309-5-git-send-email-twarren@nvidia.com> References: <1437775260-3309-1-git-send-email-twarren@nvidia.com> <1437775260-3309-5-git-send-email-twarren@nvidia.com> Message-ID: <55B67066.6050402@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 07/24/2015 04:00 PM, Tom Warren wrote: > Derived from Tegra124, modified as appropriate during T210 > board bringup. Cleaned up debug statements to conserve > string space, too. This also adds misc 64-bit changes > from Thierry Reding/Stephen Warren. > diff --git a/arch/arm/dts/tegra210.dtsi b/arch/arm/dts/tegra210.dtsi > + gpio: gpio at 0,6000d000 { > + compatible = "nvidia,tegra210-gpio", "nvidia,tegra124-gpio", "nvidia,tegra30-gpio"; I think only the 210 and 30 values are required? Feel free to fix this up when applying; no need to resend.