powerpc: dts: pq3/85xx: Fix GPIO address
authorAlessio Igor Bogani <alessio.bogani@elettra.eu>
Thu, 4 Dec 2014 09:23:11 +0000 (10:23 +0100)
committerScott Wood <scottwood@freescale.com>
Fri, 30 Jan 2015 05:04:32 +0000 (23:04 -0600)
Fix the GPIO address in the device tree to match the documented location.

Signed-off-by: Alessio Igor Bogani <alessio.bogani@elettra.eu>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/boot/dts/fsl/pq3-gpio-0.dtsi

index 72a3ef5945c1c25615f6d18f82cb7d9b8a8cc206..a1b48546b02d124ef0548e154ce1cf7ce4bf4b87 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * PQ3 GPIO device tree stub [ controller @ offset 0xf000 ]
+ * PQ3 GPIO device tree stub [ controller @ offset 0xfc00 ]
  *
  * Copyright 2011 Freescale Semiconductor Inc.
  *
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-gpio-controller@f000 {
+gpio-controller@fc00 {
        #gpio-cells = <2>;
        compatible = "fsl,pq3-gpio";
-       reg = <0xf000 0x100>;
+       reg = <0xfc00 0x100>;
        interrupts = <47 0x2 0 0>;
        gpio-controller;
 };