linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: dt: tegra: fix length of pad control and mux registers
@ 2012-10-30 10:07 Pritesh Raithatha
  2012-10-30 20:36 ` Stephen Warren
  0 siblings, 1 reply; 2+ messages in thread
From: Pritesh Raithatha @ 2012-10-30 10:07 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: <stable@vger.kernel.org>
Signed-off-by: Pritesh Raithatha <praithatha@nvidia.com>
---
 arch/arm/boot/dts/tegra30.dtsi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi
index 3e4334d..3f96658 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 at 70006000 {
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] arm: dt: tegra: fix length of pad control and mux registers
  2012-10-30 10:07 [PATCH] arm: dt: tegra: fix length of pad control and mux registers Pritesh Raithatha
@ 2012-10-30 20:36 ` Stephen Warren
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Warren @ 2012-10-30 20:36 UTC (permalink / raw)
  To: linux-arm-kernel

On 10/30/2012 04:07 AM, Pritesh Raithatha wrote:
>...

(a commit description wouuld have been nice; I'll add one)

Applied to Tegra's for-3.7/fixes-for-rc4 branch.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-30 20:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30 10:07 [PATCH] arm: dt: tegra: fix length of pad control and mux registers Pritesh Raithatha
2012-10-30 20:36 ` Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).