From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 26 Feb 2013 15:35:12 -0700 Subject: [U-Boot] [PATCH] Tegra114: fdt: Sync DT nodes with kernel DT files (GPIO, tegra_car) In-Reply-To: <1361916489-3065-1-git-send-email-twarren@nvidia.com> References: <1361916489-3065-1-git-send-email-twarren@nvidia.com> Message-ID: <512D38A0.9020008@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 02/26/2013 03:08 PM, Tom Warren wrote: > Minor edit to tegra_car node, add gpio node. > diff --git a/arch/arm/dts/tegra114.dtsi b/arch/arm/dts/tegra114.dtsi > - compatible = "nvidia,tegra114-car"; ... > + compatible = "nvidia,tegra114-car", "nvidia,tegra30-car"; The former is actually correct; the kernel DT is wrong here (the bug was actually needed to temporarily work around not having a Tegra114 clock driver), and a patch will be applied to fix this as soon as I can start applying patches for 3.10. It's part of: http://patchwork.ozlabs.org/patch/220736/ The GPIO change looks fine.