ARM: dts: dra7: fix pinmux@1400 resource length
authorRoger Quadros <rogerq@ti.com>
Mon, 27 Jul 2015 10:27:29 +0000 (13:27 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 5 Aug 2015 09:41:09 +0000 (02:41 -0700)
We need to add 4 bytes to include the last 32-bit register space.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Acked-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7.dtsi

index 3c2ec7e..a7cacec 100644 (file)
                                dra7_pmx_core: pinmux@1400 {
                                        compatible = "ti,dra7-padconf",
                                                     "pinctrl-single";
-                                       reg = <0x1400 0x0464>;
+                                       reg = <0x1400 0x0468>;
                                        #address-cells = <1>;
                                        #size-cells = <0>;
                                        #interrupt-cells = <1>;