Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 322337b8 authored by Pritesh Raithatha's avatar Pritesh Raithatha Committed by Stephen Warren
Browse files

ARM: dt: tegra: fix length of pad control and mux registers



The reg property contains <base length> not <base last_offset>. Fix
the length values to be length not last_offset.

Cc: stable@vger.kernel.org
Signed-off-by: default avatarPritesh Raithatha <praithatha@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 8f0d8163
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {