diff options
| -rw-r--r-- | arch/powerpc/boot/dts/fsl/pq3-gpio-0.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/fsl/pq3-gpio-0.dtsi b/arch/powerpc/boot/dts/fsl/pq3-gpio-0.dtsi index 72a3ef5945c1..a1b48546b02d 100644 --- a/arch/powerpc/boot/dts/fsl/pq3-gpio-0.dtsi +++ b/arch/powerpc/boot/dts/fsl/pq3-gpio-0.dtsi | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * PQ3 GPIO device tree stub [ controller @ offset 0xf000 ] | 2 | * PQ3 GPIO device tree stub [ controller @ offset 0xfc00 ] |
| 3 | * | 3 | * |
| 4 | * Copyright 2011 Freescale Semiconductor Inc. | 4 | * Copyright 2011 Freescale Semiconductor Inc. |
| 5 | * | 5 | * |
| @@ -32,10 +32,10 @@ | |||
| 32 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 32 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 33 | */ | 33 | */ |
| 34 | 34 | ||
| 35 | gpio-controller@f000 { | 35 | gpio-controller@fc00 { |
| 36 | #gpio-cells = <2>; | 36 | #gpio-cells = <2>; |
| 37 | compatible = "fsl,pq3-gpio"; | 37 | compatible = "fsl,pq3-gpio"; |
| 38 | reg = <0xf000 0x100>; | 38 | reg = <0xfc00 0x100>; |
| 39 | interrupts = <47 0x2 0 0>; | 39 | interrupts = <47 0x2 0 0>; |
| 40 | gpio-controller; | 40 | gpio-controller; |
| 41 | }; | 41 | }; |
