ARM: dts: dra7: fix pinmux@1400 resource length

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>
This commit is contained in:
Roger Quadros 2015-07-27 13:27:29 +03:00 committed by Tony Lindgren
parent 57fe9287c6
commit 1c5cb6fdd6
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@
dra7_pmx_core: pinmux@1400 { dra7_pmx_core: pinmux@1400 {
compatible = "ti,dra7-padconf", compatible = "ti,dra7-padconf",
"pinctrl-single"; "pinctrl-single";
reg = <0x1400 0x0464>; reg = <0x1400 0x0468>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
#interrupt-cells = <1>; #interrupt-cells = <1>;