Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1192939

[PATCH v2 2/3] ARM: dts: dra7: fix pinmux@1400 resource length

From Roger Quadros <rogerq@ti.com>
Newsgroups linux.kernel
Subject [PATCH v2 2/3] ARM: dts: dra7: fix pinmux@1400 resource length
Date 2015-07-27 12:30 +0200
Message-ID <pQNPt-7dH-25@gated-at.bofh.it> (permalink)
References <pQNPs-7dH-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


We need to add 4 bytes to include the last 32-bit register space.

Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 arch/arm/boot/dts/dra7.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index cf2931e..913032b 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -141,7 +141,7 @@
 				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>;
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH v2 2/3] ARM: dts: dra7: fix pinmux@1400 resource length Roger Quadros <rogerq@ti.com> - 2015-07-27 12:30 +0200

csiph-web