From: zhangguijiang zhangguijiang@huawei.com
ascend inclusion category: bugfix feature: Ascend emmc adaption bugzilla: https://gitee.com/openeuler/kernel/issues/I4F4LL CVE: NA
--------------------
This reverts commit c9620822ef02a2638027f77187d5aff37968c71d.
Signed-off-by: zhangguijiang zhangguijiang@huawei.com Reviewed-by: Weilong Chen chenweilong@huawei.com Reviewed-by: YANHONG LU luyanhong.luyanhong@huawei.com Signed-off-by: Yang Yingliang yangyingliang@huawei.com --- .../bindings/mmc/hi3xxx-dw-mshc.txt | 36 ------------------- 1 file changed, 36 deletions(-) delete mode 100644 Documentation/devicetree/bindings/mmc/hi3xxx-dw-mshc.txt
diff --git a/Documentation/devicetree/bindings/mmc/hi3xxx-dw-mshc.txt b/Documentation/devicetree/bindings/mmc/hi3xxx-dw-mshc.txt deleted file mode 100644 index 7309b647c6dbd..0000000000000 --- a/Documentation/devicetree/bindings/mmc/hi3xxx-dw-mshc.txt +++ /dev/null @@ -1,36 +0,0 @@ -* Hisilicon specific extensions for Synopsys DW Memory Card - Storage Host Controller - -Read hi3xxx-dw-mshc.txt for more details - -The Synopsys designware storage host controller is used to interface -a SoC with storage medium such as eMMC or SD/MMC cards. This file documents -differences between the core Synopsys dw mshc hi3xxx controller properties described -by hi3xxx-dw-mshc.txt and the properties used by the Hisilicon hi3xxx -specific extensions to the Synopsys Designware Storage Host Controller. - -Required Properties: -- compatible: Should contain "hisilicon,davinci-dw-mshc". -- customized: Should have this property. - -Example: - - dwmmc0: dwmmc0@10CF90000 { - compatible = "hisilicon,davinci-dw-mshc"; - reg = <0x1 0x0CF90000 0x0 0x1000>, - <0x1 0x0c000000 0x0 0x10000>, - <0x1 0x100c0000 0x0 0x10000>; - interrupts = <0 39 4>; - customized; - num-slots = <1>; - fifo-depth = <0x100>; - card-detect-delay = <200>; - broken-cd; - non-removable; - supports-highspeed; - caps2-mmc-hs200-1_8v; - caps2-mmc-cache-ctrl; - keep-power-in-suspend; - caps2-mmc-bkops_auto-ctrl; - pinctrl-names = "default", "idle"; - }