]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
powerpc/83xx: Convert existing sdhc nodes to new bindings
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Thu, 5 Feb 2009 19:04:51 +0000 (22:04 +0300)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 6 Feb 2009 16:48:58 +0000 (10:48 -0600)
- 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>
arch/powerpc/boot/dts/mpc8377_mds.dts
arch/powerpc/boot/dts/mpc8378_mds.dts
arch/powerpc/boot/dts/mpc8379_mds.dts

index a519e8571e8912b8f90eabf21dc0a9c2bcec2f23..3e3ec8fdef495a16632366b02c90fcd1f593b049 100644 (file)
                        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 {
index 6bbee4989fbe29a065dbafde7531a80ce4d92ae9..c3b212cf9025dfc9d763a802996df6bd7bae97b4 100644 (file)
                        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
index acf06c438dbf60bc5beb736a373ec7b24ce5a0af..1b61cda1eb47b48c348d7d31f918f0d9a89ef67d 100644 (file)
                        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 {