This is a note to let you know that I've just added the patch titled
ARM: dt: tegra: fix length of pad control and mux registers
to the 3.6-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
arm-dt-tegra-fix-length-of-pad-control-and-mux-registers.patch
and it can be found in the queue-3.6 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 322337b8fbd8c392246529d5db924820fc0c7381 Mon Sep 17 00:00:00 2001
From: Pritesh Raithatha <[email protected]>
Date: Tue, 30 Oct 2012 15:37:09 +0530
Subject: ARM: dt: tegra: fix length of pad control and mux registers
From: Pritesh Raithatha <[email protected]>
commit 322337b8fbd8c392246529d5db924820fc0c7381 upstream.
The reg property contains <base length> not <base last_offset>. Fix
the length values to be length not last_offset.
Signed-off-by: Pritesh Raithatha <[email protected]>
Signed-off-by: Stephen Warren <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
arch/arm/boot/dts/tegra30.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- 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 {
Patches currently in stable-queue which might be from [email protected] are
queue-3.6/arm-dt-tegra-fix-length-of-pad-control-and-mux-registers.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html