diff options
| author | Dong Aisheng <aisheng.dong@freescale.com> | 2015-07-22 08:53:10 -0400 |
|---|---|---|
| committer | Ulf Hansson <ulf.hansson@linaro.org> | 2015-07-24 04:18:39 -0400 |
| commit | cae13e792f8f863a60cee2cfdbe704ea84cf2a07 (patch) | |
| tree | 0970e4b21149814b9cb0ff14f51b21dd78ca22e0 | |
| parent | a3bd4f989f532694337dd30538b635d5213ab86a (diff) | |
dts: mmc: fsl-imx-esdhc: remove fsl,cd-controller support
It's not supported by driver anymore after using runtime pm
and there's no user of it, so delete it now.
Signed-off-by: Dong Aisheng <aisheng.dong@freescale.com>
Reviewed-by: Johan Derycke <johan.derycke@barco.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
| -rw-r--r-- | Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt index 5d0376b8f202..211e7785f4d2 100644 --- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt +++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt | |||
| @@ -17,7 +17,6 @@ Required properties: | |||
| 17 | "fsl,imx6sx-usdhc" | 17 | "fsl,imx6sx-usdhc" |
| 18 | 18 | ||
| 19 | Optional properties: | 19 | Optional properties: |
| 20 | - fsl,cd-controller : Indicate to use controller internal card detection | ||
| 21 | - fsl,wp-controller : Indicate to use controller internal write protection | 20 | - fsl,wp-controller : Indicate to use controller internal write protection |
| 22 | - fsl,delay-line : Specify the number of delay cells for override mode. | 21 | - fsl,delay-line : Specify the number of delay cells for override mode. |
| 23 | This is used to set the clock delay for DLL(Delay Line) on override mode | 22 | This is used to set the clock delay for DLL(Delay Line) on override mode |
| @@ -35,7 +34,6 @@ esdhc@70004000 { | |||
| 35 | compatible = "fsl,imx51-esdhc"; | 34 | compatible = "fsl,imx51-esdhc"; |
| 36 | reg = <0x70004000 0x4000>; | 35 | reg = <0x70004000 0x4000>; |
| 37 | interrupts = <1>; | 36 | interrupts = <1>; |
| 38 | fsl,cd-controller; | ||
| 39 | fsl,wp-controller; | 37 | fsl,wp-controller; |
| 40 | }; | 38 | }; |
| 41 | 39 | ||
