Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109155
b: refs/heads/master
c: bd5a54e
h: refs/heads/master
i:
  109153: b872032
  109151: 5f865ac
v: v3
  • Loading branch information
Linus Torvalds committed Aug 26, 2008
1 parent 6c5fcd8 commit b39fd6f
Show file tree
Hide file tree
Showing 69 changed files with 6,660 additions and 2,809 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: 3e6259c3ef30432b4a067d6362738c236eb2e680
refs/heads/master: bd5a54e93c4d26509dca13d2f4f54d220558a012
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/dts/mpc8641_hpcn.dts
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
0xe000 0 0 1 &i8259 12 2
0xe100 0 0 2 &i8259 9 2
0xe200 0 0 3 &i8259 10 2
0xe300 0 0 4 &i8259 112
0xe300 0 0 4 &i8259 11 2

// IDSEL 0x1d Audio
0xe800 0 0 1 &i8259 6 2
Expand Down
8 changes: 7 additions & 1 deletion trunk/arch/powerpc/boot/dts/tqm8548-bigflash.dts
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,14 @@
reg = <0x00000000 0x00000000>; // Filled in by U-Boot
};

soc8548@a0000000 {
soc@a0000000 {
#address-cells = <1>;
#size-cells = <1>;
device_type = "soc";
ranges = <0x0 0xa0000000 0x100000>;
reg = <0xa0000000 0x1000>; // CCSRBAR
bus-frequency = <0>;
compatible = "fsl,mpc8548-immr", "simple-bus";

memory-controller@2000 {
compatible = "fsl,mpc8548-memory-controller";
Expand All @@ -83,6 +84,11 @@
interrupts = <43 2>;
interrupt-parent = <&mpic>;
dfsrr;

rtc@68 {
compatible = "dallas,ds1337";
reg = <0x68>;
};
};

i2c@3100 {
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/boot/dts/tqm8548.dts
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,14 @@
reg = <0x00000000 0x00000000>; // Filled in by U-Boot
};

soc8548@e0000000 {
soc@e0000000 {
#address-cells = <1>;
#size-cells = <1>;
device_type = "soc";
ranges = <0x0 0xe0000000 0x100000>;
reg = <0xe0000000 0x1000>; // CCSRBAR
bus-frequency = <0>;
compatible = "fsl,mpc8548-immr", "simple-bus";

memory-controller@2000 {
compatible = "fsl,mpc8548-memory-controller";
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/boot/wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ cuboot*)
binary=y
gzip=
case "$platform" in
*-mpc885ads|*-adder875*|*-ep88xc)
*-mpc866ads|*-mpc885ads|*-adder875*|*-ep88xc)
platformo=$object/cuboot-8xx.o
;;
*5200*|*-motionpro)
Expand Down
Loading

0 comments on commit b39fd6f

Please sign in to comment.