Skip to content

Commit

Permalink
powerpc/83xx: Convert existing sdhc nodes to new bindings
Browse files Browse the repository at this point in the history
- sdhc node renamed to sdhci ("sdhc" name is confusing since SDHC is
  used to name Secure Digital High Capacity cards, while SDHCI is an
  interface).

- Get rid of "fsl,esdhc" compatible entry, it's replaced by the
  "fsl,<chip>-esdhc" scheme;

- Get rid of `model' property.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Anton Vorontsov authored and Kumar Gala committed Feb 6, 2009
1 parent 34bcda6 commit 766d282
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions 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 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 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 766d282

Please sign in to comment.