Commit 766d2826 authored by Anton Vorontsov's avatar Anton Vorontsov Committed by Kumar Gala

powerpc/83xx: Convert existing sdhc nodes to new bindings

- 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: default avatarAnton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 34bcda61
...@@ -313,12 +313,13 @@ ...@@ -313,12 +313,13 @@
fsl,descriptor-types-mask = <0x3ab0ebf>; fsl,descriptor-types-mask = <0x3ab0ebf>;
}; };
sdhc@2e000 { sdhci@2e000 {
model = "eSDHC"; compatible = "fsl,mpc8377-esdhc", "fsl,mpc8379-esdhc";
compatible = "fsl,esdhc";
reg = <0x2e000 0x1000>; reg = <0x2e000 0x1000>;
interrupts = <42 0x8>; interrupts = <42 0x8>;
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
/* Filled in by U-Boot */
clock-frequency = <0>;
}; };
sata@18000 { sata@18000 {
......
...@@ -313,12 +313,13 @@ ...@@ -313,12 +313,13 @@
fsl,descriptor-types-mask = <0x3ab0ebf>; fsl,descriptor-types-mask = <0x3ab0ebf>;
}; };
sdhc@2e000 { sdhci@2e000 {
model = "eSDHC"; compatible = "fsl,mpc8378-esdhc", "fsl,mpc8379-esdhc";
compatible = "fsl,esdhc";
reg = <0x2e000 0x1000>; reg = <0x2e000 0x1000>;
interrupts = <42 0x8>; interrupts = <42 0x8>;
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
/* Filled in by U-Boot */
clock-frequency = <0>;
}; };
/* IPIC /* IPIC
......
...@@ -310,12 +310,13 @@ ...@@ -310,12 +310,13 @@
fsl,descriptor-types-mask = <0x3ab0ebf>; fsl,descriptor-types-mask = <0x3ab0ebf>;
}; };
sdhc@2e000 { sdhci@2e000 {
model = "eSDHC"; compatible = "fsl,mpc8379-esdhc";
compatible = "fsl,esdhc";
reg = <0x2e000 0x1000>; reg = <0x2e000 0x1000>;
interrupts = <42 0x8>; interrupts = <42 0x8>;
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
/* Filled in by U-Boot */
clock-frequency = <0>;
}; };
sata@18000 { sata@18000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment