Skip to content

Commit

Permalink
[POWERPC] lite5200(b) DTS fixes
Browse files Browse the repository at this point in the history
Three trivial DTS fixes:
 -Mark Lite5200(b) boards as "mpc5200" compatible. On efika the
  firmware already does that.
 -Fix mscan interrupt.
 -Fix wakeup GPIO address.

Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Domen Puncer authored and Paul Mackerras committed May 7, 2007
1 parent 29aa028 commit 0d0f4bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions arch/powerpc/boot/dts/lite5200.dts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@

soc5200@f0000000 {
model = "fsl,mpc5200";
compatible = "mpc5200";
revision = "" // from bootloader
#interrupt-cells = <3>;
device_type = "soc";
Expand Down Expand Up @@ -166,7 +167,7 @@
device_type = "mscan";
compatible = "mpc5200-mscan";
cell-index = <1>;
interrupts = <1 12 0>;
interrupts = <2 12 0>;
interrupt-parent = <500>;
reg = <980 80>;
};
Expand All @@ -178,7 +179,7 @@
interrupt-parent = <500>;
};

gpio-wkup@b00 {
gpio-wkup@c00 {
compatible = "mpc5200-gpio-wkup";
reg = <c00 40>;
interrupts = <1 8 0 0 3 0>;
Expand Down
5 changes: 3 additions & 2 deletions arch/powerpc/boot/dts/lite5200b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@

soc5200@f0000000 {
model = "fsl,mpc5200b";
compatible = "mpc5200";
revision = ""; // from bootloader
#interrupt-cells = <3>;
device_type = "soc";
Expand Down Expand Up @@ -166,7 +167,7 @@
device_type = "mscan";
compatible = "mpc5200b-mscan\0mpc5200-mscan";
cell-index = <1>;
interrupts = <1 12 0>;
interrupts = <2 12 0>;
interrupt-parent = <500>;
reg = <980 80>;
};
Expand All @@ -178,7 +179,7 @@
interrupt-parent = <500>;
};

gpio-wkup@b00 {
gpio-wkup@c00 {
compatible = "mpc5200b-gpio-wkup\0mpc5200-gpio-wkup";
reg = <c00 40>;
interrupts = <1 8 0 0 3 0>;
Expand Down

0 comments on commit 0d0f4bc

Please sign in to comment.