Commit 40461472 authored by Kumar Gala's avatar Kumar Gala

powerpc/fsl: Update FSL esdhc binding

Updated the binding spec to use "fsl,eshdc" as the base compatible
rather than the first chip in the family.
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 181a6ff0
...@@ -5,8 +5,7 @@ for MMC, SD, and SDIO types of memory cards. ...@@ -5,8 +5,7 @@ for MMC, SD, and SDIO types of memory cards.
Required properties: Required properties:
- compatible : should be - compatible : should be
"fsl,<chip>-esdhc", "fsl,mpc8379-esdhc" for MPC83xx processors. "fsl,<chip>-esdhc", "fsl,esdhc"
"fsl,<chip>-esdhc", "fsl,mpc8536-esdhc" for MPC85xx processors.
- reg : should contain eSDHC registers location and length. - reg : should contain eSDHC registers location and length.
- interrupts : should contain eSDHC interrupt. - interrupts : should contain eSDHC interrupt.
- interrupt-parent : interrupt source phandle. - interrupt-parent : interrupt source phandle.
...@@ -15,7 +14,7 @@ Required properties: ...@@ -15,7 +14,7 @@ Required properties:
Example: Example:
sdhci@2e000 { sdhci@2e000 {
compatible = "fsl,mpc8378-esdhc", "fsl,mpc8379-esdhc"; compatible = "fsl,mpc8378-esdhc", "fsl,esdhc";
reg = <0x2e000 0x1000>; reg = <0x2e000 0x1000>;
interrupts = <42 0x8>; interrupts = <42 0x8>;
interrupt-parent = <&ipic>; interrupt-parent = <&ipic>;
......
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