RE: [PATCH 1/4] powerpc/85xx: fix interrupt number of memory-controller for P4080
From: Xie Shaohui-B21989 <hidden>
Date: 2011-07-22 02:04:25
-----Original Message----- From: Gala Kumar-B11780 Sent: Thursday, July 21, 2011 8:13 PM To: Xie Shaohui-B21989 Cc: linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 1/4] powerpc/85xx: fix interrupt number of memory- controller for P4080 On Jul 21, 2011, at 5:24 AM, Shaohui Xie wrote:quoted
Signed-off-by: Shaohui Xie <redacted> --- arch/powerpc/boot/dts/p4080ds.dts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)diff --git a/arch/powerpc/boot/dts/p4080ds.dtsb/arch/powerpc/boot/dts/p4080ds.dtsquoted
index 927f94d..9c37a85 100644--- a/arch/powerpc/boot/dts/p4080ds.dts +++ b/arch/powerpc/boot/dts/p4080ds.dts@@ -131,14 +131,14 @@compatible =3D "fsl,p4080-memory-controller"; reg =3D <0x8000 0x1000>; interrupt-parent =3D <&mpic>; - interrupts =3D <0x12 2>; + interrupts =3D <16 2>; }; memory-controller@9000 { compatible =3D "fsl,p4080-memory-controller"; reg =3D <0x9000 0x1000>; interrupt-parent =3D <&mpic>; - interrupts =3D <0x12 2>; + interrupts =3D <16 2>; }; corenet-cf@18000 { -- 1.6.4What code base / tree is this against?
[Xie Shaohui] This patch is based on v3.0-rc7. Best Regards,=20 Shaohui Xie