diff options
author | Guodong Xu <guodong.xu@linaro.org> | 2017-08-14 17:50:46 +0800 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2017-08-16 09:32:10 +0100 |
commit | 996707d765d8646ecf278447f3b2cf1c7faa81e0 (patch) | |
tree | c5261a76f75cc167daa6778166fd41830ab0cb96 /arch/arm64/boot/dts/hisilicon | |
parent | 9c24dc9d00ee68270a8cd8ef1a8fc127ba616ea8 (diff) |
arm64: dts: hi3660: Reset the mmc hosts
Add reset-names = "reset" into mmc nodes.
Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch/arm64/boot/dts/hisilicon')
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi index 5fd56862e7fc..41841f7ca71b 100644 --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi @@ -909,6 +909,7 @@ clock-names = "ciu", "biu"; clock-frequency = <3200000>; resets = <&crg_rst 0x94 18>; + reset-names = "reset"; cd-gpios = <&gpio25 3 0>; hisilicon,peripheral-syscon = <&sctrl>; pinctrl-names = "default"; @@ -938,6 +939,7 @@ <&crg_ctrl HI3660_HCLK_GATE_SDIO0>; clock-names = "ciu", "biu"; resets = <&crg_rst 0x94 20>; + reset-names = "reset"; card-detect-delay = <200>; supports-highspeed; keep-power-in-suspend; |