Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138420
b: refs/heads/master
c: 766d282
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov authored and Kumar Gala committed Feb 6, 2009
1 parent 0956fa3 commit 2060530
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 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: 34bcda616e5308a0633d5bfabcc090d7aa09b494
refs/heads/master: 766d2826728e7233ce6728ee8a8b822ac655af3a
7 changes: 4 additions & 3 deletions trunk/arch/powerpc/boot/dts/mpc8377_mds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -313,12 +313,13 @@
fsl,descriptor-types-mask = <0x3ab0ebf>;
};

sdhc@2e000 {
model = "eSDHC";
compatible = "fsl,esdhc";
sdhci@2e000 {
compatible = "fsl,mpc8377-esdhc", "fsl,mpc8379-esdhc";
reg = <0x2e000 0x1000>;
interrupts = <42 0x8>;
interrupt-parent = <&ipic>;
/* Filled in by U-Boot */
clock-frequency = <0>;
};

sata@18000 {
Expand Down
7 changes: 4 additions & 3 deletions trunk/arch/powerpc/boot/dts/mpc8378_mds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -313,12 +313,13 @@
fsl,descriptor-types-mask = <0x3ab0ebf>;
};

sdhc@2e000 {
model = "eSDHC";
compatible = "fsl,esdhc";
sdhci@2e000 {
compatible = "fsl,mpc8378-esdhc", "fsl,mpc8379-esdhc";
reg = <0x2e000 0x1000>;
interrupts = <42 0x8>;
interrupt-parent = <&ipic>;
/* Filled in by U-Boot */
clock-frequency = <0>;
};

/* IPIC
Expand Down
7 changes: 4 additions & 3 deletions trunk/arch/powerpc/boot/dts/mpc8379_mds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -310,12 +310,13 @@
fsl,descriptor-types-mask = <0x3ab0ebf>;
};

sdhc@2e000 {
model = "eSDHC";
compatible = "fsl,esdhc";
sdhci@2e000 {
compatible = "fsl,mpc8379-esdhc";
reg = <0x2e000 0x1000>;
interrupts = <42 0x8>;
interrupt-parent = <&ipic>;
/* Filled in by U-Boot */
clock-frequency = <0>;
};

sata@18000 {
Expand Down

0 comments on commit 2060530

Please sign in to comment.