Commit fd5f4914 authored by Alessio Igor Bogani's avatar Alessio Igor Bogani Committed by Scott Wood

powerpc: dts: pq3/85xx: Fix GPIO address

Fix the GPIO address in the device tree to match the documented location.
Signed-off-by: default avatarAlessio Igor Bogani <alessio.bogani@elettra.eu>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent de58824f
/* /*
* PQ3 GPIO device tree stub [ controller @ offset 0xf000 ] * PQ3 GPIO device tree stub [ controller @ offset 0xfc00 ]
* *
* Copyright 2011 Freescale Semiconductor Inc. * Copyright 2011 Freescale Semiconductor Inc.
* *
...@@ -32,10 +32,10 @@ ...@@ -32,10 +32,10 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
gpio-controller@f000 { gpio-controller@fc00 {
#gpio-cells = <2>; #gpio-cells = <2>;
compatible = "fsl,pq3-gpio"; compatible = "fsl,pq3-gpio";
reg = <0xf000 0x100>; reg = <0xfc00 0x100>;
interrupts = <47 0x2 0 0>; interrupts = <47 0x2 0 0>;
gpio-controller; gpio-controller;
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment