From patchwork Thu Dec 13 13:57:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [075/241] ARM: dt: tegra: fix length of pad control and mux registers Date: Thu, 13 Dec 2012 03:57:20 -0000 From: Herton Ronaldo Krzesinski X-Patchwork-Id: 205925 Message-Id: <1355407206-17100-76-git-send-email-herton.krzesinski@canonical.com> To: linux-kernel@vger.kernel.org, stable@vger.kernel.org, kernel-team@lists.ubuntu.com Cc: Stephen Warren , Pritesh Raithatha 3.5.7.2 -stable review patch. If anyone has any objections, please let me know. ------------------ From: Pritesh Raithatha commit 322337b8fbd8c392246529d5db924820fc0c7381 upstream. The reg property contains not . Fix the length values to be length not last_offset. Signed-off-by: Pritesh Raithatha Signed-off-by: Stephen Warren Signed-off-by: Herton Ronaldo Krzesinski --- arch/arm/boot/dts/tegra30.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi index 2dcc09e..15e6c85 100644 --- a/arch/arm/boot/dts/tegra30.dtsi +++ b/arch/arm/boot/dts/tegra30.dtsi @@ -73,8 +73,8 @@ pinmux: pinmux { compatible = "nvidia,tegra30-pinmux"; - reg = <0x70000868 0xd0 /* Pad control registers */ - 0x70003000 0x3e0>; /* Mux registers */ + reg = <0x70000868 0xd4 /* Pad control registers */ + 0x70003000 0x3e4>; /* Mux registers */ }; serial@70006000 {