]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dt: tegra: fix length of pad control and mux registers
authorPritesh Raithatha <praithatha@nvidia.com>
Tue, 30 Oct 2012 10:07:09 +0000 (15:37 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Nov 2012 20:14:10 +0000 (12:14 -0800)
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 <praithatha@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/tegra30.dtsi

index 3e4334d14efb4d70bdd88e46c44dc4b6af1e7cf2..3f96658f18a4c608182d83006d2d128b85c13a66 100644 (file)
@@ -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 {