Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101782
b: refs/heads/master
c: 0fe9b1e
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Gala committed Jul 14, 2008
1 parent aad1b00 commit 0da1a81
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 11c2d8174ed3dc4f1971564732689b4a39129702
refs/heads/master: 0fe9b1ea60bc209c8c87afcbb1c2ec0b28835aa4
20 changes: 10 additions & 10 deletions trunk/arch/powerpc/boot/dts/ksi8560.dts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
memory-controller@2000 {
compatible = "fsl,8540-memory-controller";
reg = <0x2000 0x1000>;
interrupt-parent = <&MPIC>;
interrupt-parent = <&mpic>;
interrupts = <0x12 0x2>;
};

Expand All @@ -68,7 +68,7 @@
reg = <0x20000 0x1000>;
cache-line-size = <0x20>; /* 32 bytes */
cache-size = <0x40000>; /* L2, 256K */
interrupt-parent = <&MPIC>;
interrupt-parent = <&mpic>;
interrupts = <0x10 0x2>;
};

Expand All @@ -79,7 +79,7 @@
compatible = "fsl-i2c";
reg = <0x3000 0x100>;
interrupts = <0x2b 0x2>;
interrupt-parent = <&MPIC>;
interrupt-parent = <&mpic>;
dfsrr;
};

Expand Down Expand Up @@ -131,13 +131,13 @@
reg = <0x24520 0x20>;

PHY1: ethernet-phy@1 {
interrupt-parent = <&MPIC>;
interrupt-parent = <&mpic>;
reg = <0x1>;
device_type = "ethernet-phy";
};

PHY2: ethernet-phy@2 {
interrupt-parent = <&MPIC>;
interrupt-parent = <&mpic>;
reg = <0x2>;
device_type = "ethernet-phy";
};
Expand All @@ -151,7 +151,7 @@
/* Mac address filled in by bootwrapper */
local-mac-address = [ 00 00 00 00 00 00 ];
interrupts = <0x1d 0x2 0x1e 0x2 0x22 0x2>;
interrupt-parent = <&MPIC>;
interrupt-parent = <&mpic>;
phy-handle = <&PHY1>;
};

Expand All @@ -163,11 +163,11 @@
/* Mac address filled in by bootwrapper */
local-mac-address = [ 00 00 00 00 00 00 ];
interrupts = <0x23 0x2 0x24 0x2 0x28 0x2>;
interrupt-parent = <&MPIC>;
interrupt-parent = <&mpic>;
phy-handle = <&PHY2>;
};

MPIC: pic@40000 {
mpic: pic@40000 {
#address-cells = <0>;
#interrupt-cells = <2>;
interrupt-controller;
Expand Down Expand Up @@ -206,7 +206,7 @@
#interrupt-cells = <2>;
interrupt-controller;
interrupts = <0x2e 0x2>;
interrupt-parent = <&MPIC>;
interrupt-parent = <&mpic>;
reg = <0x90c00 0x80>;
compatible = "fsl,mpc8560-cpm-pic", "fsl,cpm2-pic";
};
Expand Down Expand Up @@ -244,7 +244,7 @@
fsl,mdc-pin = <25>;

PHY0: ethernet-phy@0 {
interrupt-parent = <&MPIC>;
interrupt-parent = <&mpic>;
reg = <0x0>;
device_type = "ethernet-phy";
};
Expand Down

0 comments on commit 0da1a81

Please sign in to comment.