Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Alessio Igor Bogani and committed by
Scott Wood
fd5f4914 de58824f

+3 -3
+3 -3
arch/powerpc/boot/dts/fsl/pq3-gpio-0.dtsi
··· 1 1 /* 2 - * PQ3 GPIO device tree stub [ controller @ offset 0xf000 ] 2 + * PQ3 GPIO device tree stub [ controller @ offset 0xfc00 ] 3 3 * 4 4 * Copyright 2011 Freescale Semiconductor Inc. 5 5 * ··· 32 32 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 33 33 */ 34 34 35 - gpio-controller@f000 { 35 + gpio-controller@fc00 { 36 36 #gpio-cells = <2>; 37 37 compatible = "fsl,pq3-gpio"; 38 - reg = <0xf000 0x100>; 38 + reg = <0xfc00 0x100>; 39 39 interrupts = <47 0x2 0 0>; 40 40 gpio-controller; 41 41 };