[PATCH 1/4] powerpc/85xx: fix interrupt number of memory-controller for P4080
Kumar Gala
kumar.gala at freescale.com
Thu Jul 21 22:13:00 EST 2011
On Jul 21, 2011, at 5:24 AM, Shaohui Xie wrote:
> Signed-off-by: Shaohui Xie <Shaohui.Xie at freescale.com>
> ---
> arch/powerpc/boot/dts/p4080ds.dts | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/powerpc/boot/dts/p4080ds.dts b/arch/powerpc/boot/dts/p4080ds.dts
> index 927f94d..9c37a85 100644
> --- a/arch/powerpc/boot/dts/p4080ds.dts
> +++ b/arch/powerpc/boot/dts/p4080ds.dts
> @@ -131,14 +131,14 @@
> compatible = "fsl,p4080-memory-controller";
> reg = <0x8000 0x1000>;
> interrupt-parent = <&mpic>;
> - interrupts = <0x12 2>;
> + interrupts = <16 2>;
> };
>
> memory-controller at 9000 {
> compatible = "fsl,p4080-memory-controller";
> reg = <0x9000 0x1000>;
> interrupt-parent = <&mpic>;
> - interrupts = <0x12 2>;
> + interrupts = <16 2>;
> };
>
> corenet-cf at 18000 {
> --
> 1.6.4
What code base / tree is this against?
- k
More information about the Linuxppc-dev
mailing list